-
Notifications
You must be signed in to change notification settings - Fork 448
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
@libp2p/identify import { CodeError, ERR_NOT_FOUND } from '@libp2p/interface/errors'; #2245
Comments
Will be solved by #2240 |
I am also on a Ubuntu Linux system. I'm running node v18 and I'm using the latest version of libp2p: v1.0.6. I'm still seeing this error when I try to run my app:
I was previously running version 0.46.16. It runs fine, but it's having issues with webRTC Circuit Relay connections, so I was hoping to fix it by upgrading. |
I was able to successfully run v0.46.21. But v1.0.0 exhibits this issue. |
Please see the upgrade guide, in particular the section about identify. |
Closing as a duplicate of #2244 - the error message is slightly different but the underlying cause and the fix is the same. |
Version:
latest
Platform:
Linux benz-iMac 5.15.0-88-generic 98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Subsystem:
libp2p
Severity:
boom
Description:
Steps to reproduce the error:
const { identify } = await import('@libp2p/identify')
The text was updated successfully, but these errors were encountered: