-
Notifications
You must be signed in to change notification settings - Fork 937
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
Peer transient failure in CHANNELD_NORMAL: channeld sent bad reestablish msg: WIRE_CHANNEL_REESTABLISH #8160
Comments
Update: I have decoded the [LONG-HEX] according to bolt 2 msg type 136 (channel_reestablish) (https://github.com/lightning/bolts/blob/master/02-peer-protocol.md#message-retransmission) and its decoded data:
I've been receiving this reestablish msg from peer every few minutes and the channel keeps in this state: |
I've been experiencing the same issue for the last few days. |
Ok, that was useful. My peer is also acinq (I didn't know if it was ok to disclose it) and all other peer/channels working ok. |
This issue with ACINQ should be escalated. Using v25.02 still causes unilateral closing of the channel.
And the relevant logs:
|
Today my channel with ACINQ was reestablished. I think this issue should be closed as apparently it wasn't a cln issue. |
Hi, I'm running v24.11.
I have a problem with one of my peers/channels:
I can't manually connect to the peer.
connect
returns as if it was connected but thenlistpeers
shows"connected": false,
.On the logs I can see this:
2025-03-12T20:08:34.149Z INFO [PEER_PUB_KEY]-chan#1: Peer transient failure in CHANNELD_NORMAL: channeld sent bad reestablish msg: WIRE_CHANNEL_REESTABLISH [LONG-HEX]
What should I do to recover the channel? It isn't closed onchain and I think the peer is online and the fault is on my side.
The text was updated successfully, but these errors were encountered: