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

Error when trying to check bid list in CLI #8535

Closed
8 tasks
otoole-brendan opened this issue Nov 16, 2023 · 3 comments · Fixed by #8538
Closed
8 tasks

Error when trying to check bid list in CLI #8535

otoole-brendan opened this issue Nov 16, 2023 · 3 comments · Fixed by #8538
Assignees
Labels
bug Something isn't working

Comments

@otoole-brendan
Copy link
Contributor

otoole-brendan commented Nov 16, 2023

Describe the bug

As part of upgrade 12 testing, I noticed while using the CLI that I was unable to run the command to see my bids and received an error I had not previously received from testing in the past.

To Reproduce

Steps to reproduce the behavior:

  • git clone https://github.com/Agoric/agoric-sdk
  • cd agoric-sdk
  • SKIP_DOWNLOAD=false ./bin/agd build
  • export PATH=$PWD/bin:$PATH
  • alias inter="yarn run --silent agops inter"
  • export AGORIC_NET=emerynet
  • agd keys add test-acct --keyring-backend=test
    override the existing name test-acct [y/N]: y
  • inter bid list --from test-acct --keyring-backend=test

Expected behavior

I should be able to see my bids (if any)

Additional context

Add any other context about the problem here.

Screenshots

brendanotoole@brendans-MacBook-Pro agoric-sdk % inter bid list --from test-acct --keyring-backend=test
(Error#1)
Error#1: error code 38 reading data of published.wallet.agoric10r0mrv6dyyq8hnn4ek77sc2yllc6fs9gper8gs: no data for vstorage path: not found

at packages/agoric-cli/src/lib/rpc.js:82:17
at async Object.readAt (packages/agoric-cli/src/lib/rpc.js:118:19)
at async Object.readFully (packages/agoric-cli/src/lib/rpc.js:140:38)
at async storedWalletState (packages/agoric-cli/src/lib/wallet.js:215:21)
at async Promise.all (index 1)
at async Command. (packages/agoric-cli/src/commands/inter.js:571:34)

brendanotoole@brendans-MacBook-Pro agoric-sdk % inter bid list --all --from test-acct --keyring-backend=test
(Error#1)
Error#1: error code 38 reading data of published.wallet.agoric10r0mrv6dyyq8hnn4ek77sc2yllc6fs9gper8gs: no data for vstorage path: not found

at packages/agoric-cli/src/lib/rpc.js:82:17
at async Object.readAt (packages/agoric-cli/src/lib/rpc.js:118:19)
at async Object.readFully (packages/agoric-cli/src/lib/rpc.js:140:38)
at async storedWalletState (packages/agoric-cli/src/lib/wallet.js:215:21)
at async Promise.all (index 1)
at async Command. (packages/agoric-cli/src/commands/inter.js:571:34)

@otoole-brendan otoole-brendan added the bug Something isn't working label Nov 16, 2023
@mhofman
Copy link
Member

mhofman commented Nov 16, 2023

after clone git switch agoric-upgrade-12-rc0

@otoole-brendan
Copy link
Contributor Author

Still getting same error after running above ^^ and rebuilding etc.

@mhofman
Copy link
Member

mhofman commented Nov 17, 2023

@otoole-brendan can you double check that master from agoric-sdk allows you to check bids?

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

Successfully merging a pull request may close this issue.

2 participants