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

DOCS: document loan error #4478

Open
tranduybau opened this issue Jan 23, 2025 · 1 comment
Open

DOCS: document loan error #4478

tranduybau opened this issue Jan 23, 2025 · 1 comment

Comments

@tranduybau
Copy link

Context:

When doing the course of loan link, I faced the issue after running every comment started with loand.
Here is the image of the issue:

Image

Describe the Bug:

After copied all the demo code and started the chain, the blockchain was working, but after that every comment is denied:

loand tx loan request-loan 1000token 100token 1000foocoin 500 --from alice --chain-id loan
-> rpc error: code = Unknown desc = loan is not ready; please wait for first block: invalid height

Steps to Reproduce:

  1. Copy all the code in the docs
  2. Start blockchain
  3. Got error when use loand xxx

Expected Behavior:

The code should work

Actual Behavior:

Error log:

loand tx loan request-loan 1000token 100token 1000foocoin 500 --from alice --chain-id loan
rpc error: code = Unknown desc = loan is not ready; please wait for first block: invalid height

Environment Details:

  • OS: MacOS
  • Ignite Version: v28.7.0
  • Go Version: go1.23.5
  • Other Relevant Tools: (e.g., node, npm, or other dependencies, if applicable)

Notes:

@julienrbrt julienrbrt changed the title FIX: document loan error DOCS: document loan error Feb 5, 2025
@julienrbrt
Copy link
Member

Could you show me what happens if you run the chain passing the version flag?

ignite chain serve -v

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Discuss
Development

No branches or pull requests

2 participants