cli
cli copied to clipboard
Stuck on scaffolding a chain

Fedora 35 Ignite 0.20.4
Reported on Discord, waiting for more info.
ignite version
Ignite CLI version: v0.20.4
Ignite CLI build date: 2022-04-15T11:02:29Z
Ignite CLI source hash: 5ab6fbc1df2612b52a268f71e79fbc80d4a40bde
Your OS: linux
Your arch: amd64
Your go version: go version go1.16.15 linux/amd64
Your uname -a: Linux moreza 5.16.18-200.fc35.x86_64 #1 SMP PREEMPT Mon Mar 28 14:10:07 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Your cwd: /home/moreza/Projects/GnoLand/learn
Is on Gitpod: false
Hi @fadeev , I have exactly the same issue :
Starport version: v0.19.4
Starport build date: 2022-02-18T12:13:06Z
Starport source hash: -
Your OS: darwin
Your arch: amd64
Your go version: go version go1.18 darwin/amd64
Your uname -a: Darwin Mehdis-MacBook-Pro.local 20.6.0 Darwin Kernel Version 20.6.0: Wed Jun 23 00:26:31 PDT 2021; root:xnu-7195.141.2~5/RELEASE_X86_64 x86_64
Your cwd: /Users/mehdi/projects/cosmos-scavenger
Is on Gitpod: false
Okay after following grpc-gateway install steps below and re-running the scaffold command it got resolved :
https://github.com/grpc-ecosystem/grpc-gateway
in particular run : go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@latest
So in my opinion this issue is related to protobuf packages not being installed correctly
It also could be related to your internet connection. In your very first time developing with Cosmos SDK and CLI, Go needs to install a bunch of packages and cache them in your file system. Anyone who is experiences this, please rerun the command and try again.
My internet connection was a little bit unstable. It took around 6 minutes for me.
Ignite CLI version: v0.21.2
Ignite CLI build date: 2022-05-16T18:58:45Z
Ignite CLI source hash: 83cee38e68fe3dd7cdf48a1a7881ac553a281042
Your OS: linux
Your arch: amd64
Your go version: go version go1.18.2 linux/amd64
Your uname -a: Linux g3 5.15.0-33-generic #34-Ubuntu SMP Wed May 18 13:34:26 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Your cwd: /home/pam/cms-dev
Is on Gitpod: false
Closing, because it seems this is related to internet connection speed.