Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to cancel bid in CLI due to 'failed to send action. code:13' #9363

Open
otoole-brendan opened this issue May 13, 2024 · 2 comments
Open
Labels
bug Something isn't working

Comments

@otoole-brendan
Copy link
Contributor

otoole-brendan commented May 13, 2024

Describe the bug

Attempts to cancel my active bid in the CLI fail due to 'failed to send action. code: 13'

brendanotoole@brendans-MacBook-Pro agoric-sdk % inter bid cancel bid-1715636412878 --from test-acct-14 --keyring-backend=test
(Error#1)
Error#1: failed to send action. code: 13

at sendAction (packages/agoric-cli/src/lib/wallet.js:168:17)
at Command. (packages/agoric-cli/src/commands/inter.js:511:30)
at async packages/agoric-cli/src/bin-agops.js:78:3

To Reproduce

Steps to reproduce the behavior:

  1. Have active bid
  2. Attempt to cancel via inter bid cancel bid-1715636412878 --from test-acct-14 --keyring-backend=test

Expected behavior

Bid should be cancelled

Platform Environment

  • what version of the Agoric-SDK are you using? (run git describe --tags --always)

@agoric/inter-protocol@0.16.2-u15.0

@otoole-brendan otoole-brendan added the bug Something isn't working label May 13, 2024
@dckc
Copy link
Member

dckc commented May 13, 2024

What network did you submit the transaction to?

What version of code does inter bid cancel come from?

@dckc
Copy link
Member

dckc commented May 13, 2024

likely diagnosis: error 13 is "insufficient fee"

recommended treatment: use agd ... --fees=5000ubld , in combination with inter bid ... --generate-only, as in inter docs for placing bids

docs for canceling should probably be updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants