Closed TheGreatAlgo closed 1 year ago
This works for me with the version ranges specified - do you have a lockfile? Can you try removing it and reinstalling?
Good point with the lockfile! Deleting it resolved the kaddht issue! But other problems still persist.
Seems like the helia node isn't so lively anymore. And only when I try to use the .cat
does it find one peer which it can't even dial.
Using the above config, I also get this when trying to start a helia node
Maybe out of scope of this issue, but I am also getting this issue when trying to dial via webtransport address i know
Have you experienced this before? It worked prior. Then it became intermittent, and now seemingly not working
Using the above config, I also get this when trying to start a helia node
I think you may have some outdated dependencies. Can you please make sure all libp2p/helia/multiformats/etc deps are on the latest versions.
when I try to use the .cat does it find one peer which it can't even dial.
What's the full multiaddr it's trying to dial? Is this a node listening locally?
I am also getting this issue when trying to dial via webtransport address i know
The browser is rejecting the certificate from the remote - could you open an issue on https://github.com/libp2p/js-libp2p-webtransport with some more information - what's the full multiaddr it's dialling, how long as the remote been running, etc.
Issue with latest helia update requiring node 18 or more
its trying to dial /ip4/45.55.32.80/udp/4001/quic-v1/webtransport/certhash/uEiAM_1-R7yfSAtnm9g_fzzcIccsT1RzKPfXPr5lKfqmVVQ/certhash/uEiAcLZS4mabYQl9V1K0QjWsToU21DtsWarGTjZQzecHFmg/p2p/12D3KooWG7itEPAHut3xsVo7CwyD8sKeQXKgQizotNhPsToCssXQ
maybe it works for you?
sure I can open an issue
Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 7 days.
This issue was closed because it is missing author input.
In the following config based on the latest examples:
Current Versioning: "libp2p": "^0.45.1", "@libp2p/kad-dht": "^9.3.3",
Unsure if this is related, but it seems to not be getting any event listeners working suggesting to me that I won't be able to dial and connect to peers I want to connect to. Here is my config.
I did have it working before but I forget what versions it worked with