ipfs-pubsub-room
ipfs-pubsub-room copied to clipboard
Uncaught Error: no protocol with name: p2p-webrtc-star
I get this error when running ipfs pubsub room demo. What should I do?
Uncaught Error: no protocol with name: p2p-webrtc-star
at Protocols (protocols-table.js:17)
at stringToStringTuples (codec.js:45)
at stringToBuffer (codec.js:170)
at Object.fromString (codec.js:178)
at new Multiaddr (index.js:39)
at Multiaddr (index.js:27)
at WebRTCStar._peerDiscovered (index.js:223)
at Socket.Emitter.emit (index.js:133)
at Socket.onevent (socket.js:270)
at Socket.onpacket (socket.js:228)
@benaitis
- Stop the server
- Update your IPFS config with this: https://github.com/ipfs/js-ipfs/issues/1029#issuecomment-331866601
npm run compilenpm run start