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
Smoldot has panicked while executing task `connections`. This is a bug in smoldot. Please open an issue at https://github.com/smol-dot/smoldot/issues with the following message:
panicked at 'assertion failed: request.len() <= max_size', /__w/smoldot/smoldot/lib/src/libp2p/connection/established/single_stream.rs:801:17
and
content.js:2 Uncaught Error: panicked at 'assertion failed: request.len() <= max_size', /__w/smoldot/smoldot/lib/src/libp2p/connection/established/single_stream.rs:801:17
at Object.onWasmPanic (content.js:2:2943130)
at Object.onPanic (content.js:2:2893904)
at panic (content.js:2:2894242)
at 0105409e:0xb137c
at 0105409e:0x2a470d
at 0105409e:0x2a3b5b
at 0105409e:0x2a3ad2
at 0105409e:0x2a41fb
at 0105409e:0x2a9f28
at 0105409e:0x2aa450
Replication steps:
1- Make sure latest Substrate Connect Extension is added in browser (v0.2.3);
2- Open https://staging.portal.astar.network/astar/dashboard and open up the console;
3- Connect to a wallet (top right) and switch to light client;
(p.s. I know there is a //TODO there - just mentioning a case that this is actually happening and a replication method)
The text was updated successfully, but these errors were encountered:
When trying to test this Substrate Connect issue with Astar, with Substrate Connect Extension (including Smoldot v.1.0) the following errors appear:
and
Replication steps:
1- Make sure latest Substrate Connect Extension is added in browser (v0.2.3);
2- Open https://staging.portal.astar.network/astar/dashboard and open up the console;
3- Connect to a wallet (top right) and switch to light client;
(p.s. I know there is a
//TODO
there - just mentioning a case that this is actually happening and a replication method)The text was updated successfully, but these errors were encountered: