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 was archived by the owner on Feb 12, 2024. It is now read-only.
However I always get Error: Peer lookup failed from that last line.
Also even trying to do a node.get('THE_PEER_FILE_HASH') just hangs, even though that peers is in the node.swarm.peers() (only one since its the bootstrap).
If I take out the swarm key and connect to public network, the findPeer doesn't fail but always returns nothing, same with findProvs etc.
feat/dht-part-ii branch (b0acc71)
mac/linux
dht
I just used browserify directly on a little example while having the feat/dhs-part-ii branch checked out.
So now my index.js looks like
However I always get
Error: Peer lookup failedfrom that last line.Also even trying to do a
node.get('THE_PEER_FILE_HASH')just hangs, even though that peers is in thenode.swarm.peers()(only one since its the bootstrap).If I take out the swarm key and connect to public network, the findPeer doesn't fail but always returns nothing, same with findProvs etc.