Open http402 opened 1 year ago
You need to re-generate your lnd
macaroons. You can do that by removing the admin.macaroon
, readonly.macaroon
and invoice.macaroon
(singular, not invoices.macaroon
) in the lnd
data directory (I think somewhere in /mnt/hdd/lnd/data/chain/bitcion/mainnet/
on RaspiBlitz). Then restart lnd
and Lightning Terminal.
regenerated and restartet everything, now i get a different error:
Failed to connect Session Not Found. Failed to connect the WASM client to the proxy server. Try reloading the page or obtaining a new pairing phrase.
i'm using tor btw, maybe that's the issue?
The re-try was with a totally new pairing phrase, correct? They expire after 10 minutes is why I ask.
i hit the 'copy pairing phrase' button, not sure if that generated a new phrase.
now i get the rpc error again after generating a new phrase.
nvm, i'll keep playing around. just wanted to try terminal, nothing important. thx!
Happy to help you debug if you want to keep trying! If there's an issue, we definitely want to get to the bottom of it. Could you try running debug logs in your browser console while connecting? That could give us more information about the problem.
like this?
2023-03-04 14:11:54.283 [DBG] WASM: WASM client ready for connecting index.js:2:928
2023-03-04 14:11:54.871 [DBG] GRPC: [core] parsed scheme: "" index.js:2:928
2023-03-04 14:11:54.877 [DBG] GRPC: [core] scheme "" not registered, fallback to default scheme index.js:2:928
2023-03-04 14:11:54.877 [DBG] GRPC: [core] ccResolverWrapper: sending update to cc: {[{mailbox.terminal.lightning.today:443
Just installed LND LIT from the Raspiblitz menu.
Trying to pair via https://terminal.lightning.engineering/#/connect/pair gives me an error:
Failed to connect Connected. rpc error: code = Unknown desc = lnd macaroon validation failed: rpc error: code = Unknown desc = permission denied. Try reloading the page or obtaining a new pairing phrase.
Tried reloading, rebooting, generating new phrase both from webinterface and lncli. Any suggestions?