-
Notifications
You must be signed in to change notification settings - Fork 24
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
lntop won't start #95
Comments
Thanks for reporting the issue, We will try to release a new binary with a fix ASAP |
Not sure but I think that a pending channel during the bug is the cause. |
It's probably this lnd issue then. Have you updated lnd to 0.15.2? There was another nasty bug recently so this update is required I think. |
Yes I'm already on 0.15.2, I have done several restart but they dind't help. |
As a temporary measure you can comment out this line: Line 70 in dcefd63
(change it to // return err ) and recompile lntop . If the problem is a missing policy it should help.
|
yes!!!it works again! |
I think it should be patched, inability to query a single channel shouldn't be a show stopper. Just logging the error and continuing should be okay, at worst it'd be a stale channel showing outdated information. |
thank you all for quick help |
-Debian 11 , lntop v0.3.1
-After the recent lnd bug I can't start lntop anymore:
panic: send on closed channel
goroutine 23 [running]:
github.com/edouardparis/lntop/network/backend/lnd.Backend.SubscribeGraphEvents({0xc0000fc620?, {0x1208b10?, 0xc000097a90?}, 0xc0003441e0?}, {0x1207488, 0xc00033ed80}, 0x0?)
/home/lnd/lntop/network/backend/lnd/lnd.go:219 +0x27c
github.com/edouardparis/lntop/pubsub.(*PubSub).graphUpdates.func2()
/home/lnd/lntop/pubsub/pubsub.go:134 +0x4f
created by github.com/edouardparis/lntop/pubsub.(*PubSub).graphUpdates
/home/lnd/lntop/pubsub/pubsub.go:133 +0x158
-Somtimes it' just a black screen for a moment and then back to the shell with no output.
The text was updated successfully, but these errors were encountered: