-
Notifications
You must be signed in to change notification settings - Fork 123
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
'At least one protocol must be specified' Error migraging from v4.2.5 to v5.2.0 #738
Comments
I managed to find this libp2p v1 -> v2 migration guide. After reading it, I updated my That changed the error. Now I'm getting this error:
Turning on
I'll continue to add to this thread as I discover more about how to fix this issue. I'm sure other people will run into the same issues trying to upgrade from v4 to v5 of Helia. |
That last error turned out to be related to the Circuit Relay V2 library. I updated it to the latest version (v3.1.11) and it fixed the issue. My node is now running with Helia v5.2.0! |
I'm trying to upgrade from Helia v4.2.5 to the latest version of v5.2.0. I'm upgrading my dependencies, but at startup when the node tries to connect to other (un-upgraded) peers, it throws the following errors on every peer connection attempt:
I'm having issues with file transfer between nodes in a certain situation, and I wanted to make sure I was using the latest version of Helia before I started getting too crazy with the debugging.
Is there a changelog of how to configure Helia from v4 to v5?
The text was updated successfully, but these errors were encountered: