-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
FullChannelDetailsNotFound on Forwarding Page #57
Comments
Hey! Thanks for the issue. I believe I found the problem. When the one of the two nodes that where involved in the forward are not found it fails to return a result. Same with the closed channels when it doesn't find the partner node. Will work on the fix. |
Cheers - let me know if theres is anything I can do to help on my end. |
Great work! thanks. Could you push 0.7.0 to dockerhub? |
On it :) |
Docker image is available for version 0.7.1 |
Thank you very much! I'll let you know if I have more issues. |
Describe the problem/bug
Getting 404 error "FullChannelDetailsNotFound" when trying to load the forwarding tab. I am using the latest rc for LND (lnd v0.10.1-beta.rc3) and didn't start seeing this error until after I made a loopd transaction on this node.
Your environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the forwarding page to load.
Actual behavior
I get "error [THUB]: Error getting forwards: [ 404, 'FullChannelDetailsNotFound', [length]: 2 ]" in my logs and the forwarding tab does not load.
Additional context: I'm also getting Unexpected error value: [404, "NodeIsUnknown"] when I try to load the "Closed" tab of the Channels tab.
The text was updated successfully, but these errors were encountered: