ElementsProject / lightning

Core Lightning — Lightning Network implementation focusing on spec compliance and performance
Other
2.84k stars 901 forks source link

Keysend crashed c-lightning #4269

Closed hMsats closed 3 years ago

hMsats commented 3 years ago

Version: v0.9.2-77-g23d4e53

Command:

lightning-cli keysend 032bacf5bde9c1e714b7e8c178dd52eb69fdd67810ab219a6bec2afa8feb11bebf 10000

Output:

2020-12-08T08:26:16.705Z INFO    03864ef025fde8fb587d989186ce6a4a186895ee44a926bfc370e2c366597a3f8f-channeld-chan#48696: Peer connection lost
2020-12-08T08:26:16.705Z INFO    03864ef025fde8fb587d989186ce6a4a186895ee44a926bfc370e2c366597a3f8f-chan#48696: Peer transient failure in CHANNELD_NORMAL: channeld: Owning subdaemon channeld died (62208)
2020-12-08T08:30:34.052Z INFO    031678745383bd273b4c3dbefc8ffbf4847d85c2f62d3407c0c980430b3257c403-channeld-chan#44904: Peer connection lost
2020-12-08T08:30:34.241Z INFO    031678745383bd273b4c3dbefc8ffbf4847d85c2f62d3407c0c980430b3257c403-chan#44904: Peer transient failure in CHANNELD_NORMAL: channeld: Owning subdaemon channeld died (62208)
2020-12-08T08:34:44.800Z INFO    032bacf5bde9c1e714b7e8c178dd52eb69fdd67810ab219a6bec2afa8feb11bebf-chan#48813: htlc 0 failed from 0th node with code 0x400f (WIRE_INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS)
2020-12-08T08:34:45.352Z INFO    plugin-keysend: cmd 2465 partid 0: failed: WIRE_INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS (reply from remote)
2020-12-08T08:34:45.352Z INFO    plugin-keysend: cmd 2465 partid 0: Remote node appears to be on a longer chain, which causes CLTV timeouts to be incorrect. Waiting up to 56 seconds to catch up to block 660468 before retrying.
keysend: 2020-12-08T08:37:37.875Z INFO    031678745383bd273b4c3dbefc8ffbf4847d85c2f62d3407c0c980430b3257c403-channeld-chan#44904: Peer connection lost
Unexpected result from waitblockheight: {"code":-1,"message":"Timed out."}
2020-12-08T08:37:37.902Z INFO    031678745383bd273b4c3dbefc8ffbf4847d85c2f62d3407c0c980430b3257c403-chan#44904: Peer transient failure in CHANNELD_NORMAL: channeld: Owning subdaemon channeld died (62208)
2020-12-08T08:37:38.271Z INFO    plugin-keysend: Killing plugin: Plugin exited before completing handshake.
2020-12-08T08:37:38.271Z **BROKEN** plugin-keysend: Plugin marked as important, shutting down lightningd!
2020-12-08T08:37:38.712Z INFO    plugin-autoclean: Killing plugin: Plugin exited before completing handshake.
2020-12-08T08:37:38.713Z INFO    plugin-bcli: Killing plugin: Plugin exited before completing handshake.
2020-12-08T08:37:38.713Z INFO    plugin-pay: Killing plugin: Plugin exited before completing handshake.
2020-12-08T08:37:38.713Z INFO    plugin-txprepare: Killing plugin: Plugin exited before completing handshake.
2020-12-08T08:37:38.713Z INFO    plugin-spenderp: Killing plugin: Plugin exited before completing handshake.
2020-12-08T08:37:38.714Z INFO    plugin-sendinvoiceless.py: Killing plugin: Plugin exited before completing handshake.
hMsats commented 3 years ago

Thanks :+1: