question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue getting wallet to process LNURLw invoices

See original GitHub issue

Info 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:closed
  • Created 2 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
daywalker90commented, Mar 22, 2022

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.

0reactions
BenGWeekscommented, Sep 11, 2022

Also seeing this. Any progress on this?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found