You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
When I was studying the chapter of 04_P2P_Part_1, I opened two browsers, and the node of one browser called NPP.connectToPeer("QmUExv5GFBqqMWq9PQcur4UmnEGiY99gmqZQoMgCd2C8rd") to connect to the node of the other browser. I got Error: Circuit dial relay failed as addresses did not have peer id.
The text was updated successfully, but these errors were encountered:
I had the same problem. I ended up having to implement a Webrtc-star server (https://suda.pl/free-webrtc-star-heroku/) to fix connection issues.
Let me know if I can help further!
Hi @julienmalard, thanks so much for pointing to this. Do you have any example code you could share for how you implemented this in regards to the orbit-db tutorial?
When I was studying the chapter of
04_P2P_Part_1
, I opened two browsers, and the node of one browser calledNPP.connectToPeer("QmUExv5GFBqqMWq9PQcur4UmnEGiY99gmqZQoMgCd2C8rd")
to connect to the node of the other browser. I gotError: Circuit dial relay failed as addresses did not have peer id
.The text was updated successfully, but these errors were encountered: