-
Notifications
You must be signed in to change notification settings - Fork 685
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
BadAckMessage: Auth ack msg too short: 0 #901
Comments
It is a Parity node with no matching capabilities:
This with With |
The Bad ack log msg is from connecting to a different peer -- it is generated by the auth handshake, which happens before the actual P2P handshake. We need to log more info about the peer when we get those bad acks |
Ok, I was wrong, it is actually that node that is giving us a BadAck, and that seems to happen only when it has seen our node ID before and knows we don't have matching protocols. When I used my trinity node ID to connect to it, I got a BadAck as well:
When I used a different node ID and had matching protocols, I was able to connect just fine:
Finally, with a different node ID and no matching protocols, the first time it does the auth dance and sends us a
|
What is wrong?
How can it be fixed
🤷♂️
#885 fixed a similar-sounding bug. I was running from 0fe47ac which includes that merge.
@gsalgado probably has a better idea where to start
The text was updated successfully, but these errors were encountered: