uptest-sc / uptest

"curl" for substrate runtime upgrade testing
7 stars 4 forks source link

uptest-cli wss bug #109

Open flipchan opened 10 months ago

flipchan commented 10 months ago

thread 'main' panicked at 'ws host does not start with ws://, double check ws address', cli/src/main.rs:59:21 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

flipchan commented 10 months ago
./target/release/uptest-cli -p wss://polkadot-rpc.dwellir.com
Uptest command line tool
Gathering information about all pallet's storage information
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ConnectionClosed', cli/src/helper.rs:58:47
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace