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
Screenshots
Here is the command and error message I receive when trying to create a Subnet:
`/Users/chriss $ avalanche blockchain create chrisSubnet
✔ Subnet-EVM
✔ I want to use defaults for a test environment
✗ Chain ID: █
✗ Chain ID: █
strconv.ParseUint: parsing "": invalid syntax`
Logs
`[11-13|15:46:12.447] INFO cmd/root.go:144 -----------
[11-13|15:46:12.447] INFO cmd/root.go:145 cmd: completion bash
[11-13|15:46:12.447] INFO config/config.go:32 No config file found {"error": "open /Users/chriss/.avalanche-cli/config.json: no such file or directory"}
[11-13|15:46:12.447] WARN cmd/root.go:182 failed to read last-actions file! This is non-critical but is logged {"error": "open /Users/chriss/.avalanche-cli/.last_actions.json: no such file or directo$
[11-13|15:46:13.738] INFO cmd/root.go:144 -----------
[11-13|15:46:13.738] INFO cmd/root.go:145 cmd: completion zsh
[11-13|15:46:13.738] INFO config/config.go:32 No config file found {"error": "open /Users/chriss/.avalanche-cli/config.json: no such file or directory"}
[11-13|15:46:33.480] INFO cmd/root.go:144 -----------
[11-13|15:46:33.480] INFO cmd/root.go:145 cmd: blockchain create chrisSubnet
[11-13|15:46:33.480] INFO config/config.go:32 No config file found {"error": "open /Users/chriss/.avalanche-cli/config.json: no such file or directory"}
[11-13|15:49:54.704] INFO ux/output.go:43 Error: ^C
[11-13|15:50:03.380] INFO cmd/root.go:144 -----------
[11-13|15:50:03.380] INFO cmd/root.go:145 cmd: blockchain create chrisSubnet
[11-13|15:50:03.380] INFO config/config.go:32 No config file found {"error": "open /Users/chriss/.avalanche-cli/config.json: no such file or directory"}
[11-13|15:54:24.542] INFO ux/output.go:43 Error: ^C`
Operating System
MacOS Sequoia
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I am afraid it is not clear what is your input to ✗ Chain ID: you should type a positive number and press enter.
What is the number you input?
cc @Chris-Sheridan
Describe the bug
When I follow the instructions, I receive an error message trying to create a blockchain.
To Reproduce
Follow instructions and type "avalanche blockchain create anySubnet". It doesn't matter if you select a test or production environment.
Process hangs, hit enter
Receive error message: "strconv.ParseUint: parsing "": invalid syntax"
Expected behavior
Screenshots
Here is the command and error message I receive when trying to create a Subnet:
`/Users/chriss $ avalanche blockchain create chrisSubnet
✔ Subnet-EVM
✔ I want to use defaults for a test environment
✗ Chain ID: █
✗ Chain ID: █
Logs
`[11-13|15:46:12.447] INFO cmd/root.go:144 -----------
[11-13|15:46:12.447] INFO cmd/root.go:145 cmd: completion bash
[11-13|15:46:12.447] INFO config/config.go:32 No config file found {"error": "open /Users/chriss/.avalanche-cli/config.json: no such file or directory"}
[11-13|15:46:12.447] WARN cmd/root.go:182 failed to read last-actions file! This is non-critical but is logged {"error": "open /Users/chriss/.avalanche-cli/.last_actions.json: no such file or directo$
[11-13|15:46:13.738] INFO cmd/root.go:144 -----------
[11-13|15:46:13.738] INFO cmd/root.go:145 cmd: completion zsh
[11-13|15:46:13.738] INFO config/config.go:32 No config file found {"error": "open /Users/chriss/.avalanche-cli/config.json: no such file or directory"}
[11-13|15:46:33.480] INFO cmd/root.go:144 -----------
[11-13|15:46:33.480] INFO cmd/root.go:145 cmd: blockchain create chrisSubnet
[11-13|15:46:33.480] INFO config/config.go:32 No config file found {"error": "open /Users/chriss/.avalanche-cli/config.json: no such file or directory"}
[11-13|15:49:54.704] INFO ux/output.go:43 Error: ^C
[11-13|15:50:03.380] INFO cmd/root.go:144 -----------
[11-13|15:50:03.380] INFO cmd/root.go:145 cmd: blockchain create chrisSubnet
[11-13|15:50:03.380] INFO config/config.go:32 No config file found {"error": "open /Users/chriss/.avalanche-cli/config.json: no such file or directory"}
[11-13|15:54:24.542] INFO ux/output.go:43 Error: ^C`
Operating System
MacOS Sequoia
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: