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
I'm trying to connect over wss nodes ex: "/dns4/nodle-bootnode-0-tls.p2p.onfinality.io/tcp/443/wss/p2p/12D3KooWMv1jzb45EMGZVGjqgoAjmqPrsYchHCQ13McFKL1r75b5",, it takes a while and sometimes this errors came out [connections] Problem during discovery on para_eden_testing_0510: ProtocolNotAvailable
Thanks for the report. I don't test the browser-specific code enough I guess.
ProtocolNotAvailable indicates that the bootnodes you're connected to either are of the wrong chain (unlikely) or that their version of Substrate is too old (more likely) and doesn't include paritytech/substrate#12545.
Note that the panic is in no way related to ProtocolNotAvailable and I can only fix the panic here, which is done in #801.
I'm trying to connect over
wss
nodes ex:"/dns4/nodle-bootnode-0-tls.p2p.onfinality.io/tcp/443/wss/p2p/12D3KooWMv1jzb45EMGZVGjqgoAjmqPrsYchHCQ13McFKL1r75b5",
, it takes a while and sometimes this errors came out[connections] Problem during discovery on para_eden_testing_0510: ProtocolNotAvailable
relay: rococo_v2_2
parachain: nodle tesnet
configuration passed:
forbidTcp: true, forbidNonLocalWs: true,
screenshot:
possibly related to: #794
Smoldot v1.0.9
The text was updated successfully, but these errors were encountered: