Closed ghost closed 1 year ago
Hello @lsdbitrue, thank you for report. Would you provide more information:
I'm using those args
- astar-collator
- --name=bitrue-shiden
- --pruning=archive
- --chain=shiden
- --execution=Wasm
- --base-path=/chaindata
- --rpc-cors=all
- --state-cache-size=1
- --unsafe-ws-external
- --rpc-methods=Unsafe
- --no-prometheus
when I upgrade my node from v4.38.0
to v4.44.0
, then it happens
I have the same problem. version: v4.46.1 network: shiden
2023-02-09 03:09:01 Accepting new connection 42/100
2023-02-09 03:09:01 Rejected connection: Transport(i/o error: unexpected end of file
Caused by:
unexpected end of file
Stack backtrace:
0: <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll
1: jsonrpsee_ws_server::future::FutureDriver<F>::drive
2: <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll
3: tokio::runtime::task::raw::poll
4: tokio::runtime::scheduler::multi_thread::worker::Context::run_task
5: tokio::runtime::scheduler::multi_thread::worker::run
6: tokio::runtime::task::raw::poll
7: std::sys_common::backtrace::__rust_begin_short_backtrace
8: core::ops::function::FnOnce::call_once{{vtable.shim}}
9: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
at ./rustc/81f391930301afbc121b7c468138069daa354bf8/library/alloc/src/boxed.rs:1938:9
10: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
at ./rustc/81f391930301afbc121b7c468138069daa354bf8/library/alloc/src/boxed.rs:1938:9
11: std::sys::unix::thread::Thread::new::thread_start
at ./rustc/81f391930301afbc121b7c468138069daa354bf8/library/std/src/sys/unix/thread.rs:108:17
12: start_thread
13: clone)
- astar-collator
- --name my-shiden
- --pruning archive
- --chain shiden
- --execution Wasm
- --base-path /data
- --rpc-cors all
- --rpc-external
- --ws-external
If you have a solution, it would be appreciated. Best regard!!
This looks like WS connection errors, if this error don't block your node normal work I guess you can ignore it.
version: v4.44.0 network: shiden
log