Unable to retrieve channel by id: edge not found #2031
|
I'm having issues receiving inbound payments, currently have an LDK node with a private channel open to an LND node. Environment Example invoice here LND Node logs |
Answered by
TheBlueMatt
Feb 13, 2023
Replies: 1 comment 5 replies
|
I don't know lnd error codes super well, but it looks like your invoice didn't contain any route hints and lnd is saying it doesn't know where to forward the channel to. However, whoever sent the payment did know how to forward it (I guess maybe you had a public channel that isn't closed yet or something?) cause it had an SCID to forward on to in the onion? Can you give a bit more detail about your setup and maybe the LDK logs? |
5 replies
Answer selected by
ConorOkus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't know lnd error codes super well, but it looks like your invoice didn't contain any route hints and lnd is saying it doesn't know where to forward the channel to. However, whoever sent the payment did know how to forward it (I guess maybe you had a public channel that isn't closed yet or something?) cause it had an SCID to forward on to in the onion? Can you give a bit more detail about your setup and maybe the LDK logs?