-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dial attempt failed: protocol not supported #221
Comments
What options are you passing to libp2p.New? |
Oh, you remind me that I used The config for my node:
|
@Stebalien It works if I also add I hope we can refine the error message so that we can easily pinpoint the issue, e.g. |
|
I'm trying to setup my own peer discovery, but when I try to use my node (almost the same as the chat-with-rendezvous) to connect bootnode, I got
dial attempt failed: <peer.ID Qm*xL1oRV> --> <peer.ID Qm*hjxBgo> dial attempt failed: protocol not supported
from the following code:This error was thrown in swarm_dial.go
dialAddr
. But I don't understand what the protocol means here.protocolID
used in Stream, since it's before trying to set up the stream.The text was updated successfully, but these errors were encountered: