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
It appears that v.1.0.0 does not support websockets , at least not through the --ws-port flag. This currently breaks the localnet setup script (./scripts/localnet.sh), and might have impacts upstream, as most of our services connect via websockets.
To Reproduce
Clone the development branch
Run .scripts/localnet.sh
Expected behavior
Node runs
*** Binary compiled
*** Building chainspec...
2024-04-12 17:19:46 Building chain spec
*** Chainspec built and output to file
*** Purging previous state...
*** Previous chainstate purged
*** Starting localnet nodes...
error: unexpected argument '--ws-port' found
tip: a similar argument exists: '--rpc-port'
Usage: node-subtensor --bob --port <PORT> --rpc-port <PORT> <--chain <CHAIN_SPEC>|--dev|--base-path <PATH>|--log <LOG_PATTERN>...|--detailed-log-output|--disable-log-color|--enable-log-reloading|--tracing-targets <TARGETS>|--tracing-receiver <RECEIVER>>
For more information, try '--help'.
error: unexpected argument '--ws-port' found
tip: a similar argument exists: '--rpc-port'
Screenshots
No response
Environment
M3 Max ,OSX
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
It appears that v.1.0.0 does not support websockets , at least not through the
--ws-port
flag. This currently breaks the localnet setup script (./scripts/localnet.sh
), and might have impacts upstream, as most of our services connect via websockets.To Reproduce
.scripts/localnet.sh
Expected behavior
Node runs
Screenshots
No response
Environment
M3 Max ,OSX
Additional context
No response
The text was updated successfully, but these errors were encountered: