ZmnSCPxj / clboss

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

Unhandled exception in concurrent task! #157

Closed grubles closed 1 year ago

grubles commented 1 year ago

Hitting this error with CLN at 57d21206dbeb05f085e288b9324c7bb8d76b7180

2023-03-18T13:07:00.073Z DEBUG   lightningd: Calling htlc_accepted hook of plugin clboss
2023-03-18T13:07:00.076Z **BROKEN** plugin-clboss: HtlcAcceptor: Unexpected payload of htlc_accepted: [REDACTED]

Also getting this printed to console repeatedly:

Unhandled exception in concurrent task!
Incorrect type.
...main loop continuing...
ksedgwic commented 1 year ago

This is likely addressed by https://github.com/ZmnSCPxj/clboss/pull/162

ksedgwic commented 1 year ago

Fixed by #162