theta-mainnet-integration-guide icon indicating copy to clipboard operation
theta-mainnet-integration-guide copied to clipboard

Any good guides for fixing these errors?

Open progone opened this issue 4 years ago • 2 comments

[2021-01-01 19:42:05] ERROR [p2p] Error during handshake/recv: read tcp 192.168.1.79:38718->162.246.8.171:60694: read: connection reset by peer [2021-01-01 19:42:05] ERROR [p2p] Failed to handshake with peer, error: read tcp 192.168.1.79:38718->162.246.8.171:60694: read: connection reset by peer

Failed to close connection: close tcp 192.168.1.79:48030->94.237.89.125:30001: use of closed network connection

progone avatar Jan 02 '21 00:01 progone

[2021-01-01 20:19:56] ERROR [p2p] sendRoutine error: write tcp 192.168.1.79:32976->73.65.253.71:52263: write: broken pipe [2021-01-01 20:19:56] ERROR [p2p] Connection error: write tcp 192.168.1.79:32976->73.65.253.71:52263: write: broken pipe

progone avatar Jan 02 '21 01:01 progone

Those are OK, sometimes some peers get offline and thus the connection could be broken. As long as your latest height is in sync with the network it is fine.

jieyilong avatar Jan 04 '21 17:01 jieyilong