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

Investigate ERROR: resource temporarily unavailable #206

Closed
notatestuser opened this issue Oct 24, 2018 · 3 comments
Closed

Investigate ERROR: resource temporarily unavailable #206

notatestuser opened this issue Oct 24, 2018 · 3 comments
Labels
bug Something isn't working

Comments

@notatestuser
Copy link
Contributor

notatestuser commented Oct 24, 2018

Steps to reproduce:

  • Start bnbchaind: go run ./cmd/bnbchaind start
  • Start api-server: go run ./cmd/bnbcli api-server
  • Try to use the cli for something dex-related: go run ./cmd/bnbcli dex order -l XYY_BNB -s 1 -p 40000000 -q 100000000 --from me --chain-id=bnbchain-1000 -t gtc

You will see the following error:

$ go run ./cmd/bnbcli dex order -l XYY_BNB -s 1 -p 40000000 -q 100000000 --from me --chain-id=bnbchain-1000 -t gtc

ERROR: resource temporarily unavailable

Platform: macOS 10.14 (18A391) Mojave

@notatestuser notatestuser added the bug Something isn't working label Oct 24, 2018
@ackratos
Copy link
Contributor

ackratos commented Oct 24, 2018

I have already fixed this in my weekend and spare time :) Please see:
cosmos/cosmos-sdk#2489

please don’t waste time on this - refer to this workaround before cosmos release: cosmos/cosmos-sdk#1255 (comment)

just pass a ReadOnly option from GetKeyBaseFromDir to NewGoLevelDB in your local vendor code...

@notatestuser
Copy link
Contributor Author

notatestuser commented Oct 24, 2018 via email

@ackratos
Copy link
Contributor

ackratos commented Nov 8, 2018

fixed as we upgrade cosmos

@ackratos ackratos closed this as completed Nov 8, 2018
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