Skip to content
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

Closed
MSauce opened this issue Jun 2, 2020 · 6 comments · Fixed by #54
Closed

FullChannelDetailsNotFound on Forwarding Page #57

MSauce opened this issue Jun 2, 2020 · 6 comments · Fixed by #54
Labels
bug Something isn't working

Comments

@MSauce
Copy link

MSauce commented Jun 2, 2020

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

  • Version of ThunderHub: 0.6.0
  • Deployment method: Docker

To Reproduce
Steps to reproduce the behavior:

  1. Log in to node
  2. Click on Forwarding

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.

Screen Shot 2020-06-02 at 12 36 06 PM

@apotdevin
Copy link
Owner

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.

@MSauce
Copy link
Author

MSauce commented Jun 2, 2020

Cheers - let me know if theres is anything I can do to help on my end.

@apotdevin apotdevin added the bug Something isn't working label Jun 2, 2020
@MSauce
Copy link
Author

MSauce commented Jun 5, 2020

Great work! thanks. Could you push 0.7.0 to dockerhub?

@apotdevin
Copy link
Owner

On it :)

@apotdevin
Copy link
Owner

Docker image is available for version 0.7.1

@MSauce
Copy link
Author

MSauce commented Jun 6, 2020

Thank you very much! I'll let you know if I have more issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants