Skip to content
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

Open
21M4TW opened this issue Oct 21, 2024 · 6 comments

Comments

@21M4TW
Copy link

21M4TW commented Oct 21, 2024

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 a None value': src/tasks.rs:235

@daywalker90
Copy link
Owner

What CLN version are you running?

@21M4TW
Copy link
Author

21M4TW commented Oct 21, 2024

What CLN version are you running?

v24.08

@daywalker90
Copy link
Owner

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 (listpeerchannels) and see if they all have local and remote aliases like this?:

"alias": {
            "local": "111111x1111x111",
            "remote": "22222x2222x222"
         },

@21M4TW
Copy link
Author

21M4TW commented Oct 21, 2024

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 (listpeerchannels) and see if they all have local and remote aliases like this?:

"alias": {
            "local": "111111x1111x111",
            "remote": "22222x2222x222"
         },

Only one of my channels has a remote alias. I have a different peer for each channel.

@daywalker90
Copy link
Owner

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 listpeerchannels show something like this:

"alias": {
            "local": "111111x1111x111",
         },

@21M4TW
Copy link
Author

21M4TW commented Oct 21, 2024

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 listpeerchannels show something like this:

"alias": {
            "local": "111111x1111x111",
         },

Correct, this is what I see

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants