paritytech/smoldot

Nodejs issue

Closed this issue · 0 comments

xlc commented
 console.warn
    [connections] Failed to reach bootnode 12D3KooWLn22TSPR3HXMRSSmWoK4pkDtspdCVi5j86QyyUNViDeL through /dns/kusama-connect-2.parity.io/tcp/443/wss: TypeError: Cannot read properties of undefined (reading 'w3cwebsocket')

https://unpkg.com/browse/@substrate/smoldot-light@0.6.27/dist/cjs/index-nodejs.js Line 81 is

socket: new websocket_1.default.w3cwebsocket(url)

It should be new websocket_1.w3cwebsocket(url)

So something is wrong with the build step.