We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After starting the node i can't establish connection to the peers having following errors
I[2022-01-19|13:08:51.801] Error reconnecting to peer. Trying again module=p2p tries=0 err="auth failure: secret conn failed: read tcp xxx.xxx.xxx.xxx:47924->xxx.xxx.xxx.xxx:26656: i/o timeout" addr=[email protected]:26656 I[2022-01-19|13:08:52.043] Dialing peer module=p2p address=[email protected]:26656 I[2022-01-19|13:08:55.065] Error reconnecting to peer. Trying again module=p2p tries=2 err="auth failure: secret conn failed: read tcp xxx.xxx.xxx.xxx:51524->xxx.xxx.xxx.xxx:26656: i/o timeout"
etc....
Version : 1.0.0
The text was updated successfully, but these errors were encountered:
Finally i find this in the "network" github deposit : https://github.com/KiFoundation/ki-networks/blob/v0.1/Mainnet/kichain-2/README.md
Sorry, something went wrong.
same issue with branch 2.0.1
Any idea ?
No branches or pull requests
After starting the node i can't establish connection to the peers having following errors
I[2022-01-19|13:08:51.801] Error reconnecting to peer. Trying again module=p2p tries=0 err="auth failure: secret conn failed: read tcp xxx.xxx.xxx.xxx:47924->xxx.xxx.xxx.xxx:26656: i/o timeout" addr=[email protected]:26656
I[2022-01-19|13:08:52.043] Dialing peer module=p2p address=[email protected]:26656
I[2022-01-19|13:08:55.065] Error reconnecting to peer. Trying again module=p2p tries=2 err="auth failure: secret conn failed: read tcp xxx.xxx.xxx.xxx:51524->xxx.xxx.xxx.xxx:26656: i/o timeout"
etc....
Version : 1.0.0
The text was updated successfully, but these errors were encountered: