cli icon indicating copy to clipboard operation
cli copied to clipboard

Stuck on scaffolding a chain

Open fadeev opened this issue 3 years ago • 5 comments

unknown

Fedora 35 Ignite 0.20.4

Reported on Discord, waiting for more info.

fadeev avatar Apr 19 '22 07:04 fadeev

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

smrm-dev avatar Apr 19 '22 07:04 smrm-dev

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

mehdisbys avatar Apr 22 '22 19:04 mehdisbys

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

mehdisbys avatar Apr 22 '22 21:04 mehdisbys

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.

ilgooz avatar May 02 '22 06:05 ilgooz

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

anupam-io avatar May 27 '22 09:05 anupam-io

Closing, because it seems this is related to internet connection speed.

fadeev avatar Sep 17 '22 07:09 fadeev