-
Notifications
You must be signed in to change notification settings - Fork 551
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
Blog tutorial fails when using feat/sdk-ibc-upgrade
branch
#2699
Comments
@jeronimoalbi, I'm not able to reproduce this error following the same steps: Ignite CLI version: development
Ignite CLI build date: 2022-08-04T12:28:15
Ignite CLI source hash: 9a493eb8bec23f10424dc867d1d66b92a3d86c06
Your OS: linux
Your arch: amd64
Your go version: go version go1.19 linux/amd64
Your uname -a: Linux cozart-dev 5.18.15-arch1-2 #1 SMP PREEMPT_DYNAMIC Mon, 01 Aug 2022 18:58:16 +0000 x86_64 GNU/Linux
Your cwd: /home/cozart/go/src/ignite/cli
Is on Gitpod: false |
Issue fixed in #2701 |
I've got the same error: π οΈ Building proto... Anyone have any ideas to solve it. Thanks |
Thanks @dungtran8tiki, would you add a comment with the output you get when running Also it would be great if you could give more context that would help us to reproduce the issue. |
My ignite version: How to produce this error:
func init() { note: please import --- cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec" Using "ignite chain build" then build ok, run "ignite chain serve" for the first time might be ok. But stop and re-run "ignite chain serve" will get "json: cannot unmarshal string into Go value of type []chaincmdrunner.Account" |
Hello @jeronimoalbi , |
Debugging ignite source code, I found that CheckAccountExist() return error, since it cannot find the keys for account in config.yml. |
@dungtran8tiki I didn't manage to reproduce the issue, out of curiosity what branch or tag are you using in |
it's cosmos-sdk, I put it at my local computer to add some debug log to track&learn code flow of cosmos. |
This issue is related to #2677
Description
The blog tutorial fails when the app is initialised with the error:
To reproduce
feat/sdk-ibc-upgrade
and compile Ignite CLI usingmake
ignite scaffold chain blog
blog/go.mod
so the chain app uses the local CLI repository (the path may be different for you):replace github.com/ignite/cli => ../cli
ignite chain serve
What version are you using?
The text was updated successfully, but these errors were encountered: