Issue getting wallet to process LNURLw invoices
See original GitHub issueInfo on install
LNBits version 0.6.0 (built from the tag). Also used 0.7.0 which didn’t seem to work too Wallets used Blixt / Muun
- backend* LND LND version 0.14.2-beta
API Requests (seems to be issues when doing the callback)
Logs
INFO: 127.0.0.1:43274 - "GET /withdraw/api/v1/lnurl/cb/callback?k1=k1value&pr=paymentrequestfromwallet HTTP/1.1" 200 OK
On the LND side nothing paid out as it seems the callback URL is failing
JSON response if I try to replay the above on console
{"status":"ERROR","reason":"Link not working"}
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Why would a payment using LNURL that has always worked ...
I've attempted using 3 wallet providers and get the same result. -Wallet of Satoshi gives me an error reading “Problem processing LUNRL,” ......
Read more >How does LNURL-withdraw work? - LNPay Docs
Typically when a user wishes to receive sats, they generate an invoice, and that invoice is paid by the sender. In most user-facing...
Read more >LNURL support · Issue #7287 · spesmilo/electrum - GitHub
Currently, Electrum only supports Lightning invoices but not LNURL which makes payments easier and there's less data to show or transfer to ...
Read more >LNURL for Lightning Wallets - Coincharge
With the help of LNURL-Pay the process is reversed. The payee does not issue an invoice, but the payer sends the payee a...
Read more >Understanding Lightning Invoices - Builder's Guide
Learn how to identify, decode and create Lightning invoices. ... Lightning invoice will include an amount, it is possible to issue invoices without...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok it is actually working. This was my problem: All the wallets say “Link not working” but what they actually mean is: “Source wallet can’t be drained by 100%, you need to have reserves for fees”. VERY confusing.
Also seeing this. Any progress on this?