-
Notifications
You must be signed in to change notification settings - Fork 445
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
[Pubsub] Cannot read property 'catch' of undefined in pubsub.attachConnection #694
Comments
@geolffreym I will make sure this gets more visible for people migrating |
So, i need use ipfs@0.46 how can i just fix this peer-store issue? upgrading to js-ipfs@0.28 or just adding the the new packages? @vasco-santos Currently i am using this:
tried installing:
same result CC @jacobheun |
i think the issue is because i have installed |
Yes, Also, if you want to use |
installed
https://github.com/libp2p/js-libp2p/blob/master/doc/migrations/v0.27-v.28.md In this approach
debugging
log return result
|
ipfs@0.46 doesn't support libp2p 0.28, just 0.27. The modules you have installed aren't compatible, which is likely causing this issue. Can you try installing the previous minors of these modules:
We need to add peerDependency versions for libp2p on all the modules to help prevent incompatible installations. |
This is not killing the process at all.. is just jumping like crazy in my console!! i am trying right now!!! thanks |
Is that happening when the node is idle? It's odd that pipe is returning undefined |
The underlying issue was fixed in 0.28.3 but was not back ported to 0.27.x. You can now install 0.27.9 which includes the back ported patch. |
when a peer is connected a get this :( something happen with webrtc-star using ipfs@0.46.0
my conf!!
peerInfo.protocols.forEach((p) => newPeerInfo.protocols.add(p))
CC @jacobheun @vasco-santos
The text was updated successfully, but these errors were encountered: