-
Notifications
You must be signed in to change notification settings - Fork 3
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
**BROKEN** plugin-sling: thread 'tokio-runtime-worker' panicked at 'called Option::unwrap()
on a None
value': src/tasks.rs:235
#7
Comments
What CLN version are you running? |
v24.08 |
This is very strange. The error implies that one of your private channels does not have an alias for the remote side. Could you check your channels ( "alias": {
"local": "111111x1111x111",
"remote": "22222x2222x222"
}, |
Only one of my channels has a remote alias. I have a different peer for each channel. |
That seems like a bug in CLN to me. I need that remote alias to receive sats on that channel. Just to be clear you have private channels where the output of "alias": {
"local": "111111x1111x111",
}, |
Correct, this is what I see |
I get the error with v2.1.1 when starting CLN and I have an existing sling job:
2024-10-21T11:54:38.141Z DEBUG plugin-sling: Peerchannels refreshed in 1ms
2024-10-21T11:54:38.141Z UNUSUAL plugin-sling: gossip_reader: Malformed gossip_store: 4101 without 256
2024-10-21T11:54:38.141Z DEBUG plugin-sling: gossip_reader: header error at 46760008:failed to fill whole buffer (not an actual error if buffer could not be filled)
2024-10-21T11:54:38.141Z DEBUG plugin-sling: gossip_reader: gossip_store read in: 3089ms
2024-10-21T11:54:38.141Z DEBUG plugin-sling: gossip_reader: found updates:87101 announcements:59103 amounts:59103 deletes/dying:9
2024-10-21T11:54:38.141Z DEBUG plugin-sling: Peerchannels refreshed in 110ms
2024-10-21T11:54:38.141Z DEBUG plugin-sling: gossip_reader: post_processing_time: 224ms
2024-10-21T11:54:38.141Z DEBUG plugin-sling: Reading gossip store done after 3315ms!
2024-10-21T11:54:38.141Z INFO plugin-sling: 86265 public channels in sling graph after 3319ms!
2024-10-21T11:54:38.141Z DEBUG plugin-sling: Got * local channels after 3319ms!
2024-10-21T11:54:38.141Z BROKEN plugin-sling: thread 'tokio-runtime-worker' panicked at 'called
Option::unwrap()
on aNone
value': src/tasks.rs:235The text was updated successfully, but these errors were encountered: