Perlover

Results 54 comments of Perlover

I think this is not full fixed may be this bug: https://github.com/Cameri/nostream/issues/193 Because this error happens for pending invoices...

After 3 weeks right now I see same errors for the same invoice `523a9e10e1a318b0a8e049a88b87e911afae5792b1b4f400805e660dd9366f1a`...

> @Perlover in the meantime, try removing the invoice from your `invoices` table What is way to remove the invoice? SQL commands in the nostream SQL database?

> You can check first that the invoice exists with: > > ```shell > docker compose exec nostream-db psql -U nostr_ts_relay -c "select * from invoices where id = '523a9e10e1a318b0a8e049a88b87e911afae5792b1b4f400805e660dd9366f1a';"...

And, without private data some info about the `pending` invoices in my DB: ``` $ docker compose exec nostream-db psql -U nostr_ts_relay -c "select id, amount_requested, amount_paid, status, expires_at, created_at,...

Hi! I am author of #3660 issue Please try to remove ~/.electrum directory (don't forget make backup of wallet files!) and rerun electrum again (it will create ~/.electrum) and after...

This issue was fixed but in modal dialog where is QR code of invoice this same problem ;-)

> Currently backups can only be setup when creating a new local wallet Zap version : `Zap 0.7.2-beta (Linux - AppImage file)` Even not new local wallet - I tried...

I have a following config and I think it's better: ``` map $http_upgrade $connection_upgrade { default upgrade; '' close; } server { index index.php index.html index.htm; server_name lnbits.YOURDOMAIN.com; error_log /var/log/nginx/lnbits.YOURDOMAIN.com_error.log;...