-
Notifications
You must be signed in to change notification settings - Fork 7
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
No channel found for short channel id #10
Comments
This is because the
CLN only allows a plugin 60 seconds to start up before it's automatically killed. So my node is simply too slow to do a channel list in this time. A hacky workaround to get this running (with an old version of the graph):
This is not suitable for production because the graph is never updated. But it demonstrates that the plugin itself works fine other than the slow |
Thank you @swissrouting for the cooperation during the troubleshooting and for reporting. This brought us to 3db06f6 which brings our RPC timeout to 60s, but we can't stretch above that for the reason you've pointed out. On a laptop, The reason why we have to poll One would need to build a plugin that reads from gossmap and sends notifications to all the subscribers, but this is not planned for circular. |
I freshly installed
circular
on a RaspiBlitz instance today and get an error on first launch.Steps to reproduce
Logs from CLN
The specific channel ID is not shown, so I'm unable to gather more info about whether there is a specific channel at fault.
The text was updated successfully, but these errors were encountered: