-
Notifications
You must be signed in to change notification settings - Fork 912
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
Unable to pay Kraken deposit invoices #5151
Comments
Please let us know if there's anything we can do to help from the Kraken side 🙏 |
seems related to #4404 |
Any other nearby logs that look like "Removed routehint" or related? Can we get a sample invoice from Kraken @PierreRochard |
I have exactly the same issue, very annoying. I can transfer funds to my Phoenix wallet with no issues and then pay Kraken invoice, but not directly. And the route exists for sure.
|
lnbc10u1p39ldhgpp5usmakqzvj3d83ykn00qv9ryfavrtwjj82lx2g6a6edt392z5h6aqdqhfdexz6m9dcsygetsdaekjaqcqzysxqyd9uqrzjqtlrha6clp7ekr8wd0d055ksgegd465vfrm30q6ckyctvtsn93h47ze2f5qquegqqsqqqqqqqqqqpjqq9qsp564lc5l8d2djw83t6keyskf9cm4fc4ptunyh53ztnsuw8eh4crpxs9qyyssqaxkq4l08sqluvzuyadtfqgdjc3dqz70dnzw02l2n6fw3vc79lfyzxx2flyhucdwm53mpvvyjv7usw3ng4wwwzv5v9cl299k6uuv0wcspkdg3a8 Is open for 5 days, let me know if you need another. Anyone reading, please don't actually pay it |
Hmm, does "paystatus" give any clues? That sometimes has a more detailed log of what happened for a payment... |
@beefgroin - are you able to reproduce this? could you possibly try the paystatus command as rusty suggested? On my c-lightning node i have never hit this issue. |
hey, yes, I'm still not able to pay Kraken's invoice. Just tried. Spark wallet says: And then when I
And then million times the variation of the last part apparently with different nodes. |
I think there was something wrong with my node, cause I couldn't even pay any other invoices. After I've restarted my Raspiblitz, I was finally able to deposit to Kraken, I guess they've fixed it on their side :) |
Maybe you got only a good channel choice during the pathfinding! but yes, these is somethings that we should look inside |
Yes, this pattern of failures you see is very much "nobody has liquidity". We should implement a WTF plugin which shows why a given payment would/may fail. Anyone want to try implementing it? |
This is one of my summer of bitcoin projects proposal with a guy that will work on a plugin system with dart, so we can compile the plugin in a binary! The idea of the plugin is also to include other types of pay algorithm |
Issue and Steps to Reproduce
I get the following error when trying to pay an invoice (Kraken deposit invoice).
The following error is displayed almost immediately:
Doing a
lightning-cli getroute 02f1a8c87607f415c8f22c00593002775941dea48869ce23096af27b0cfdcc0b69 10000000 1
works as expected. The route is displayed correctly (3 hops in my case).I have a single channel open with a single peer, but I've confirmed I can pay invoices generated by at least 2 different lightning wallets, and that the peer I have a channel open with has more than 100 other open channels.
I know of at least one other similar report of a c-lightning user trying to pay a kraken deposit invoice and seeing the very same message.
Some more info:
I also tried connecting to their node directly, but no luck.
The text was updated successfully, but these errors were encountered: