ZmnSCPxj / clboss

Automated Core Lightning Node Manager
MIT License
211 stars 32 forks source link

CLBoss seems to be keeps shuting down clightning #93

Closed talvasconcelos closed 1 year ago

talvasconcelos commented 2 years ago

after about a week running CLBoss without any issue, after i restarted the service today i start getting this:

2022-01-13T12:31:18.350Z INFO plugin-clboss: clboss 0.11B 2022-01-13T12:32:35.820Z UNUSUAL plugin-fetchinvoice: Killing plugin: timed out before replying to init 2022-01-13T12:32:35.820Z **BROKEN** plugin-fetchinvoice: Plugin marked as important, shutting down lightningd!

2022-01-13T12:41:54.841Z UNUSUAL plugin-topology: Killing plugin: timed out before replying to init 2022-01-13T12:41:54.841Z **BROKEN** plugin-topology: Plugin marked as important, shutting down lightningd!

Any ideas?

hoplaaa commented 2 years ago

clboss is not marked as important, it do not cause lightningd to stop.

It looks like you need to dig on lightningd side. For example : https://github.com/ElementsProject/lightning/issues/4586

ZmnSCPxj commented 2 years ago

Is this still an issue?