fiatjaf / sparko

c-lightning RPC over HTTP with fine-grained permissions, SSE and spark-wallet support
38 stars 12 forks source link

unable to save the lnurl-pay static qrcode in tip.bigsun.xyz #14

Closed bitcoind-me closed 3 years ago

bitcoind-me commented 3 years ago

Hi, when I press save in the tip.bigsun.xyz to create a static qr code for lnurl-pay, my c-lightning node throws

UNUSUAL lightningd: invoice: insufficient incoming capacity for 1000msat 

any suggestion?

fiatjaf commented 3 years ago

tip.bigsun.xyz is trying to create an invoice to test the connection. Is your node not able to create an invoice? I think it should be even with that warning.

Or maybe that's the tip.bigsun.xyz database acting up again.

bitcoind-me commented 3 years ago

The error had to do with the inbound liquidity, after providing that, I could receive payments and the error is gone. But clicking save on tip.bigsun.xyz throws this error on the site itself:

Couldn't save: failed to save: %!w(*tls.permamentError=&{0xc0003d4000})

No error or warning shows up on the lightningd logs after clicking save.

So I can create invoices and receive payments on my node. Also sparko web wallet works with no problem. The https bindings seems to work since I can see my node is listening on the port 443.

Don't know what is actually causing this problem.

fiatjaf commented 3 years ago

Please try now, I think the tip.bigsun.xyz database was borked. Sorry about that, very amateurish service.

bitcoind-me commented 3 years ago

It worked. thank you.