-
Notifications
You must be signed in to change notification settings - Fork 46
WebSocket Error wss://ws-star.discovery.libp2p.io/socket.io #74
Comments
Same here with [email protected] (wss://sgp-1.bootstrap.libp2p.io/) |
Btw, this should be moved to the ws-star repo as this isn't about libp2p-websockets |
Same issue when I use [email protected] |
Same issue here with [email protected]. |
Guys ws-star.discovery.libp2p.io/socket.io is down |
It is wss1 not ws-star. I figured out it is because of the cache somewhere in the older installation which is not overriden by the config. |
@Juanperezc is there a way to check the status of this discovery node? I've been retrying for the past day with no ability to connect. |
same error with ipfs 0.33.1, node 10.14.2 and npm 6.5,
|
you need to open the web with https |
This issue is about ws-star which is no longer supported since better methods of peer discovery are now available, consequently the For peer discovery the DHT can now be used instead. |
Hi there :)
I'm currently working on my bachelor's thesis in which I proof that creating WebComponents using OrbitDB is possible. OrbitDB uses ipfs and its experimental pubsub feature, including the transport over WebSockets.
In the last couple of days I'm getting a lot of Errors when creating the ipfs node in the browser.
WebSocket connection to 'wss://ws-star.discovery.libp2p.io/socket.io/?EIO=3&transport=websocket' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED
.My guess is that the traffic to this endpoint is getting pretty big. Are there any resources on how to setting up an own signaling server? My Professor is really interested in ipfs and its possibilities.
It might be possible to get a signaling server up and running at my college, maybe even a mirror of your whole setup to increase stability.
Any help is much appreciated :)
The text was updated successfully, but these errors were encountered: