-
Notifications
You must be signed in to change notification settings - Fork 5
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
Someguy sometimes returns 404 for a routable peer #99
Comments
Someguy doesn't use the cache at all for someguy/server_cached_router.go Lines 76 to 80 in 83f0e51
Next steps:
|
Another thing that's weird and somewhat related to this issue. Sometimes someguy will return more than one Example: {
"Peers": [
{
"Addrs": [
"/ip4/147.28.186.157/udp/9095/webrtc-direct/certhash/uEiBoW5fyVSSAU90AwMvlGHQ6YIiGF4GjFMIsL1NM9ljIuA",
"/ip4/147.28.186.157/udp/9095/quic-v1",
"/ip4/147.28.186.157/udp/9095/quic-v1/webtransport/certhash/uEiDF8DU16dllhg6FWM3CMtqgZhNytNrt2CJ4d_sf-ThfHA/certhash/uEiAFmismVS4uGGz9zF8yLRC10wtqPciwcBD1BuAch4sX3A",
"/ip6/2604:1380:4642:6600::3/udp/9095/quic-v1/webtransport/certhash/uEiDF8DU16dllhg6FWM3CMtqgZhNytNrt2CJ4d_sf-ThfHA/certhash/uEiAFmismVS4uGGz9zF8yLRC10wtqPciwcBD1BuAch4sX3A",
"/ip6/2604:1380:4642:6600::3/udp/9095/quic-v1",
"/ip4/147.28.186.157/udp/9095/webrtc-direct/certhash/uEiC6yY8kGKhTw9gr74_eDLWf08PNyAiSKgs22JHc_rD8qw"
],
"ID": "12D3KooWFhXabKDwALpzqMbto94sB7rvmZ6M28hs9Y9xSopDKwQr",
"Schema": "peer"
}
]
} |
Triage notes:
|
Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 7 days. |
Yes. Though I've had trouble reproducing it. I'll give it another try |
I haven't been able to reproduce. Will close for now. |
I was able to recreate this issue. Here's a trace ![]() This happened when the go-libp2p peer was reaching its limits and was rejecting new connections. In the trace, you can see that some of the |
Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 7 days. |
Since all the context cancelled errors happen approx. at the same time, I suspect this is due to a bug in Could you try again with the updated |
Problem
delegated-ipfs.dev sometimes returns a 404 for a peer that is clearly routable. This can be observed for with PeerID
bafzaajaiaejcav3fwj35j27gor72ap5aqhiz44qmje4gcxvo5wogjmczwhk4xp7p
which is constantly running with almost no downtime.The text was updated successfully, but these errors were encountered: