Command:
cargo run --example ipfs-kad
Expected behaviour:
"Query finished with closest peers: ..."
Actual behaviour:
Searching for the closest peers to PeerId("QmZy9TwDKSZiMDPUeDnsNvMKfX6GFsCHJqmmLQs91ecyEe")
thread 'tokio-runtime-worker-2' panicked at 'Query finished with no closest peers.', examples/ipfs-kad.rs:104:33
I've also tried to replace the ip address / peer id with others from ipfs bootstrap but still getting the same error.
Command:
cargo run --example ipfs-kadExpected behaviour:
"Query finished with closest peers: ..."
Actual behaviour:
I've also tried to replace the ip address / peer id with others from
ipfs bootstrapbut still getting the same error.