-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Getting "no addresses on peer being sent!" error #2495
Comments
Hey @mitar, I am getting this same issue, not sure what it's complaining about. Did you ever figure out the issue? I'm running v0.4.2 on Ubuntu 16.04.1. |
It probably shouldn't be an error. |
@Kubuxu no, I'm not experiencing any obvious service problems. It is not clear why that error is being logged. |
This is not technically an error, but its something we need to fix so that we don't encounter the issue. The problem is that we might have information for a peer, but all the addresses we have for them have expired, leading to us 'knowing' about a peer, but sending an empty response because we don't know any addresses. |
TODO: decide what to do in libp2p when we no longer have any valid addresses for a peer. We should probably clear any other info we have about them from the peerstore to save memory. |
if it's nothing critical, could it get something like a yellow |
It's not an error, and expected behavior. this should be lowered to Debug. |
Just installed the go binary 0.3.11 on my Mac OS X, running daemon like explained in the "getting started" guide, and I see errors in the console:
Not sure what is this. Is it because I ran
ipfs diag net
?It seems I am connected well:
The text was updated successfully, but these errors were encountered: