You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to restart my mainnet node following it being disconnected from the network for too long, and failing to synch with relayers.
Upon restarting the node, I got the following errors related to the P2P service (here I list only the error for one peer, but there were errors for multiple peers):
2024-10-18T10:23:29.404720Z ERROR new{name=Mainnet Node}:initialize_loop{service="P2P"}: fuel_core_p2p::peer_report: 172: Dial failure: peer id `Some(PeerId("16Uiu2HAm5yqpTv1QVk3SepUYzeKXTWMuE2VqMWHq5qQLPR2Udg6s"))` with error `Dial error: dial condition was configured to only happen if there is currently no ongoing dialing attempt (`PeerCondition::NotDialing`), but a dial is in progress, thus cancelling new dial.`
2024-10-18T10:23:29.78145
[...]
2024-10-18T10:23:31.565096Z ERROR new{name=Mainnet Node}:initialize_loop{service="P2P"}: fuel_core_p2p::p2p_service: 746: RequestResponse outbound error for peer: PeerId("16Uiu2HAm5yqpTv1QVk3SepUYzeKXTWMuE2VqMWHq5qQLPR2Udg6s") with id: OutboundRequestId(54) and error: Io(Custom { kind: Other, error: "Serde Deserialization Error" })
2024-10-18T10:23:31.565173Z ERROR fuel_core_txpool::service: 551: Failed to gather tx ids from peer 16Uiu2HAm5yqpTv1QVk3SepUYzeKXTWMuE2VqMWHq5qQLPR2Udg6s: Invalid response from peer P2P(Io(Custom { kind: Other, error: "Serde Deserialization Error" }))
Also a bunch of the following errors
024-10-18T10:23:30.790438Z ERROR fuel_core_services: 70: Failed to get headers channel closed
2024-10-18T10:23:30.790111Z ERROR fuel_core_services: 70: Failed to get headers channel closed
2024-10-18T10:23:30.790488Z ERROR fuel_core_services: 70: Failed to get headers channel closed
2024-10-18T10:23:30.790492Z ERROR fuel_core_services: 70: Failed to get headers channel closed
2024-10-18T10:23:30.790501Z ERROR fuel_core_services: 70: Failed to get headers channel closed
2024-10-18T10:23:30.789762Z ERROR fuel_core_services: 70: Failed to get headers channel closed
2024-10-18T10:23:30.789900Z ERROR fuel_core_services: 70: Failed to get headers channel closed
2024-10-18T10:23:30.789964Z ERROR fuel_core_services: 70: Failed to get headers channel closed
2024-10-18T10:23:30.789854Z ERROR fuel_core_services: 70: Failed to get headers channel closed
2024-10-18T10:23:30.790464Z ERROR fuel_core_services: 70: Failed to get headers channel closed
The text was updated successfully, but these errors were encountered:
Context:
I had to restart my mainnet node following it being disconnected from the network for too long, and failing to synch with relayers.
Upon restarting the node, I got the following errors related to the P2P service (here I list only the error for one peer, but there were errors for multiple peers):
Also a bunch of the following errors
The text was updated successfully, but these errors were encountered: