Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smoldot has panicked while executing task `connection-... #797

Closed
Douglasacost opened this issue Jun 23, 2023 · 2 comments
Closed

Smoldot has panicked while executing task `connection-... #797

Douglasacost opened this issue Jun 23, 2023 · 2 comments

Comments

@Douglasacost
Copy link

Douglasacost commented Jun 23, 2023

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:
image

possibly related to: #794

Smoldot v1.0.9

@tomaka
Copy link
Contributor

tomaka commented Jun 23, 2023

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.

@Douglasacost
Copy link
Author

Thanks for the hint @tomaka. Indeed there was some mismatch nodes on my chain-specs 👍

@tomaka tomaka closed this as completed Jun 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants