You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✘ Error while running command /tmp/protoc2812709205 -I /tmp/595249333 -I /home/andg/projects/hello/hello/proto -I /home/andg/go/pkg/mod/github.com/cosmos/[email protected]/proto -I /home/andg/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/proto --gocosmos_out=plugins=interfacetype+grpc,Mgoogle/protobuf/any.proto=github.com/cosmos/cosmos-sdk/codec/types:. /home/andg/projects/hello/hello/proto/votechain/votechain/genesis.proto /home/andg/projects/hello/hello/proto/votechain/votechain/params.proto /home/andg/projects/hello/hello/proto/votechain/votechain/query.proto /home/andg/projects/hello/hello/proto/votechain/votechain/tx.proto: votechain/votechain/query.proto:6:1: warning: Import cosmos/base/query/v1beta1/pagination.proto is unused.
panic: file name votechain/votechain/params.proto does not start with expected hello/votechain/; please make sure your folder structure matches the proto files fully-qualified names
$ ignite version
goroutine 1 [running]:
Ignite CLI version: v0.27.2
Ignite CLI build date: 2023-10-18T11:34:58Z
Ignite CLI source hash: f3ab0d7
Ignite CLI config version: v1
Cosmos SDK version: v0.47.3
Your OS: linux
Your arch: amd64
Your Node.js version: v18.12.1
Your go version: go version go1.21.3 linux/amd64
Your uname -a: Linux DIY 5.15.90.1-microsoft-standard-WSL2 #1 SMP Fri Jan 27 02:56:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
This is the error which is showing when I try to run the ignite command.
andg@DIY:~/projects/hello$ ignite scaffold chain vote_chain
✘ Error while running command /tmp/protoc2812709205 -I /tmp/595249333 -I /home/andg/projects/hello/hello/proto -I /home/andg/go/pkg/mod/github.com/cosmos/[email protected]/proto -I /home/andg/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/proto --gocosmos_out=plugins=interfacetype+grpc,Mgoogle/protobuf/any.proto=github.com/cosmos/cosmos-sdk/codec/types:. /home/andg/projects/hello/hello/proto/votechain/votechain/genesis.proto /home/andg/projects/hello/hello/proto/votechain/votechain/params.proto /home/andg/projects/hello/hello/proto/votechain/votechain/query.proto /home/andg/projects/hello/hello/proto/votechain/votechain/tx.proto: votechain/votechain/query.proto:6:1: warning: Import cosmos/base/query/v1beta1/pagination.proto is unused.
panic: file name votechain/votechain/params.proto does not start with expected hello/votechain/; please make sure your folder structure matches the proto files fully-qualified names
$ ignite version
goroutine 1 [running]:
Ignite CLI version: v0.27.2
Ignite CLI build date: 2023-10-18T11:34:58Z
Ignite CLI source hash: f3ab0d7
Ignite CLI config version: v1
Cosmos SDK version: v0.47.3
Your OS: linux
Your arch: amd64
Your Node.js version: v18.12.1
Your go version: go version go1.21.3 linux/amd64
Your uname -a: Linux DIY 5.15.90.1-microsoft-standard-WSL2 #1 SMP Fri Jan 27 02:56:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: