orbitdb-archive / orbit

A distributed, serverless, peer-to-peer chat application on IPFS
MIT License
1.64k stars 117 forks source link

Uncaught Error: no protocol with name: p2p-webrtc-star #238

Closed beenotung closed 6 years ago

beenotung commented 6 years ago

When I tried the demo website from android phone and desktop, they both shows '0 peers'. From the desktop console, I see below error constantly.

Uncaught Error: no protocol with name: p2p-webrtc-star
    at Protocols (app.js:31)
    at stringToStringTuples (app.js:255)
    at stringToBuffer (app.js:255)
    at Object.fromString (app.js:255)
    at new Multiaddr (app.js:6)
    at Multiaddr (app.js:6)
    at WebRTCStar._peerDiscovered (app.js:246)
    at Socket.Emitter.emit (app.js:71)
    at Socket.onevent (app.js:71)
    at Socket.onpacket (app.js:71)
beenotung commented 6 years ago

the demo at https://orbit.chat/#/channel/ipfs is working now