-
Notifications
You must be signed in to change notification settings - Fork 27
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
User can't send payment, always pending #482
Comments
Yes, we used to treat these as a faillible pre-flight test, but as the error being returned was the usual The usual cause for these is a slow signer, a CLN <> VLS desync issue, or a slow peer. Failing here is correct by the way, as we do not stand a chance to complete the payments without enough capacity back online. This just happens to tell us more than the catch-all |
Tracing through the logs we can reconstruct the following timeline:
So from what we can see here, we either fail to detect a channel becoming active, or we are not re-activating the channel correctly. I'll dig further. |
If desired we can make the pre-flight infallible again for this node, and see if that helps. That'd mean that the pre-flight checks are not detecting activation correctly. Longer term we want to make the channel status (active / inactive) an explicit part of |
@cdecker I am in favor of anything that will help us improve here. We can update relai that we want to do that for this node if you want to go for it. |
Relai user tries to send payment that results in pending.
The logs shows that there is a timeout waiting for the channel to re-established. Also full logs are attached.
1721292295613.app.log
The text was updated successfully, but these errors were encountered: