-
Notifications
You must be signed in to change notification settings - Fork 573
Closed
Description
Context:
While execution ignite for other first time on
Fedora 41 Linux the command runs in problems
Describe the Bug:
ignite scaffold chain exampleone
results in...
✘ Error while running command go mod tidy: go: downloading google.golang.org/protobuf v1.35.2
go: downloading cosmossdk.io/client/v2 v2.0.0-beta.5
...
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: cosmossdk.io/client/v2@v2.0.0-beta.5 requires
nhooyr.io/websocket@v1.8.6: reading nhooyr.io/websocket/go.mod at revision v1.8.6: unknown revision v1.8.6
: exit status 1
all subsequential runs of
ignite scaffold chain exampleone
resulting in:
✘ Error while running command go mod tidy: go: downloading nhooyr.io/websocket v1.8.6
go: downloading github.com/docker/docker v27.0.0+incompatible
go: cosmossdk.io/client/v2@v2.0.0-beta.5 requires
nhooyr.io/websocket@v1.8.6: reading nhooyr.io/websocket/go.mod at revision v1.8.6: unknown revision v1.8.6
: exit status 1
Environment Details:
Fedora release 41
Ignite CLI version: v28.7.0
Ignite CLI build date: 2025-01-15T08:23:41Z
Ignite CLI source hash: 2f83cfe
Ignite CLI config version: v1
Cosmos SDK version: v0.50.11
Your OS: linux
Your arch: amd64
Your go version: go version go1.23.6 linux/amd64
Your uname -a: Linux main-pc 6.12.11-200.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jan 24 04:59:58 UTC 2025 x86_64 GNU/Linux
Your cwd: /home/aho/git
Is on Gitpod: false
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done