unable to start server: edge not found
since LND 0.18.5
#9629
-
Since upgrading to LND 0.18.5, LND is no longer starting with the following error:
Is there a way to fix this, ideally without loosing my channels? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Hmm, seems to be an issue in the gossip code: |
Beta Was this translation helpful? Give feedback.
-
Although the gossiper logged an error, it didn't shut down the node. Checking the log closely, we've def reached this line, Line 2495 in 3351a17 Since we have the log 2025-03-25 09:11:49.045 [INF] CMGR: Server listening on [::]:9735 .
It also def didn't reach this line because we see no log saying Line 2635 in 3351a17 I suspect the error is returned from one of these methods, Lines 2534 to 2554 in 3351a17 Do you think you can patch your node with #9643 so we know where the error is coming from? |
Beta Was this translation helpful? Give feedback.
Thanks for the logs! It's weird that the edge cannot be found in the first place, nonetheless the startup process should not be blocked. I updated #9643 to fix the issue, could you apply the patch and confirm it does fix the issue?