ElementsProject / ElementsProject/lightning
Core-Lightning has connection issues out of nowhere, since a full day now - htlc failed from 3th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
- Dominant language
- C
- Stars
- 3.1k
- Forks
- 1k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 13
Description
Hey, I get a lot of `htlc failed` messages. Is this a known issue and does someone probably know **how I can fix my node again**? I'm running CLBOSS on it and since a day the routing of payments almost completely stopped. I think, the little that pass through, are probably my own ones (CLBOSS initiating rebalances and so).
The host is a start9 machine.
```bash
2025-01-16T08:08:46+01:00 2025-01-16T07:08:46.665Z INFO 02f4c77dcf12255ccf705c18b8d6b95e4f884910bf61e8aa21242607193a79da1b-chan#19: htlc failed from 3th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2025-01-16T08:08:47+01:00 2025-01-16T07:08:47.210Z INFO lightningd: Sending 60945620msat over 7 hops to deliver 60940000msat
2025-01-16T08:08:54+01:00 2025-01-16T07:08:54.763Z INFO 02f4c77dcf12255ccf705c18b8d6b95e4f884910bf61e8aa21242607193a79da1b-chan#19: htlc failed from 2th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2025-01-16T08:08:55+01:00 2025-01-16T07:08:55.299Z INFO lightningd: Sending 60947474msat over 7 hops to deliver 60940000msat
2025-01-16T08:08:58+01:00 2025-01-16T07:08:58.570Z INFO 03e81689bfd18d0accb28d720ed222209b1a5f2c6825308772beac75b1fe35d491-channeld-chan#16: Peer connection lost
2025-01-16T08:08:58+01:00 2025-01-16T07:08:58.570Z INFO 03e81689bfd18d0accb28d720ed222209b1a5f2c6825308772beac75b1fe35d491-chan#16: Peer transient failure in CHANNELD_NORMAL: channeld: Owning subdaemon channeld died (62208)
2025-01-16T08:09:02+01:00 2025-01-16T07:09:02.171Z INFO 02f4c77dcf12255ccf705c18b8d6b95e4f884910bf61e8aa21242607193a79da1b-chan#19: htlc failed from 2th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2025-01-16T08:09:02+01:00 2025-01-16T07:09:02.678Z INFO lightningd: Sending 60945621msat over 7 hops to deliver 60940000msat
2025-01-16T08:09:09+01:00 2025-01-16T07:09:09.613Z INFO 02f4c77dcf12255ccf705c18b8d6b95e4f884910bf61e8aa21242607193a79da1b-chan#19: htlc failed from 2th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2025-01-16T08:09:10+01:00 2025-01-16T07:09:10.141Z INFO lightningd: Sending 60945621msat over 7 hops to deliver 60940000msat
2025-01-16T08:09:17+01:00 2025-01-16T07:09:17.199Z INFO 02f4c77dcf12255ccf705c18b8d6b95e4f884910bf61e8aa21242607193a79da1b-chan#19: htlc failed from 2th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2025-01-16T08:09:17+01:00 2025-01-16T07:09:17.734Z INFO lightningd: Sending 60945703msat over 8 hops to deliver 60940000msat
2025-01-16T08:09:26+01:00 2025-01-16T07:09:26.951Z INFO 02f4c77dcf12255ccf705c18b8d6b95e4f884910bf61e8aa21242607193a79da1b-chan#19: htlc failed from 2th node with code 0x1007 (WIRE_TEMPORARY_CHANNEL_FAILURE)
2025-01-16T08:09:27+01:00 2025-01-16T07:09:27.482Z INFO lightningd: Sending 60945801msat over 7 hops to deliver 60940000msat
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.