ipfs-shipyard / ipfs-pubsub-room-demo

IPFS Pubsub room demo
MIT License
53 stars 21 forks source link

websocket error on start #13

Open fuzzyTew opened 5 years ago

fuzzyTew commented 5 years ago

websocket.js:112 WebSocket connection to 'wss://ws-star.discovery.libp2p.io/socket.io/?EIO=3&transport=websocket' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED

pgte commented 5 years ago

Apparently the default websocket-star rendezvous server was unreachable from your node at that time. Know that you can deploy and point your peers to different rendezvous servers.

pvanroos commented 3 years ago

I get the same error. Is there a list of servers available somewhere?

SavvyEngineer commented 3 years ago

websocket.js:112 WebSocket connection to 'wss://ws-star.discovery.libp2p.io/socket.io/?EIO=3&transport=websocket' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED WS.doOpen @ websocket.js:112

same here what should i do?

Weedshaker commented 3 years ago

Same here with your example: websocket.js:112 WebSocket connection to 'wss://ws-star.discovery.libp2p.io/socket.io/?EIO=3&transport=websocket' failed: WS.doOpen @ websocket.js:112 21:12:06.069 events.js:161 Uncaught Error: websocket error at WS.Transport.onError (app.js:37599) at WebSocket.ws.onerror (app.js:38803) I even build the application by your video instruction with the updated repos and syntax, although I wasn't able to make it run. 521:05:51.870 WebSocket connection to '<URL>' failed: WebSocket is closed before the connection is established. Please, @pgte have a look at the code here: https://github.com/Weedshaker/MatterDom/blob/main/src/es/components/controllers/Ipfs.js and you can try it out straight in the browser here: https://weedshaker.github.io/MatterDom/src/

I think I am missing something elementary... 🤔 Would be very kind if somebody could hint me into the right direction. THX 🙏