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
I want to use the libp2p functionality for building a p2p network where the nodes are sharing some contentID and other nodes can discover these nodes using the FindContentProvider functionality in DHT.
What actually happening is that the nodes are not getting connected to each other behind NAT and also From EC2 servers where the incoming traffic is disabled, but the ports of bootstrap node are open. I am getting the list of other nodes in the network (Some random nodes, because I did enable some libp2p bootstrap nodes for sometime and it must have cached these details inside the peerBook) but not the nodes I am creating manually.
Also after some amount of time I am getting these errors at random.
Type: Bug
Severity: High
Description:
I want to use the libp2p functionality for building a p2p network where the nodes are sharing some contentID and other nodes can discover these nodes using the FindContentProvider functionality in DHT.
What actually happening is that the nodes are not getting connected to each other behind NAT and also From EC2 servers where the incoming traffic is disabled, but the ports of bootstrap node are open. I am getting the list of other nodes in the network (Some random nodes, because I did enable some libp2p bootstrap nodes for sometime and it must have cached these details inside the peerBook) but not the nodes I am creating manually.
Also after some amount of time I am getting these errors at random.
See SS:
Steps to reproduce the error:
Clone,
npm i
and run the dht-contentrouting.jsdht-contentrouting.js
Bootstrap Node
The text was updated successfully, but these errors were encountered: