Hi,
I updated my lightning app on umbrel. After that my LND doesn’t start and the last entry in the logs:
2022-08-24 23:35:51.632 [INF] LTND: Waiting for wallet encryption password. Use lncli create
to create a wallet, lncli unlock
to unlock an existing wallet, or lncli changepassword
to change the password of an existing wallet and unlock it.
After unlocking most of the apps including Thunderhub and Lightning app doesn’t work.
I can see this in the thunderhub log:
LITD: Could not start subservers: error subscribing to lnd wallet state: lnd version incompatible, need at least v0.13.0-beta, got error on state subscription: rpc error: code = Unavailable desc = connection error: desc = “transport: authentication handshake failed: x509: certificate is valid for 127.0.0.1, ::1, not 10.21.21.9”
Lightning terminal:
web_1 | 2022-08-25 07:20:04.906 [INF] LNDC: Creating lnd connection to 10.21.21.9:10009
web_1 | 2022-08-25 07:20:04.906 [INF] LNDC: Connected to lnd
web_1 | 2022-08-25 07:20:04.906 [WRN] GRPC: [core] grpc: addrConn.createTransport failed to connect to {10.21.21.9:10009 10.21.21.9:10009 0 }. Err: connection error: desc = “transport: authentication handshake failed: x509: certificate is valid for 127.0.0.1, ::1, not 10.21.21.9”. Reconnecting…
web_1 | 2022-08-25 07:20:04.907 [WRN] GRPC: [core] grpc: addrConn.createTransport failed to connect to {10.21.21.9:10009 10.21.21.9:10009 0 }. Err: connection error: desc = “transport: authentication handshake failed: x509: certificate is valid for 127.0.0.1, ::1, not 10.21.21.9”. Reconnecting…
web_1 | 2022-08-25 07:20:04.907 [ERR] LITD: Could not start subservers: error subscribing to lnd wallet state: lnd version incompatible, need at least v0.13.0-beta, got error on state subscription: rpc error: code = Unavailable desc = connection error: desc = “transport: authentication handshake failed: x509: certificate is valid for 127.0.0.1, ::1, not 10.21.21.9”
web_1 | 2022-08-25 07:20:04.907 [INF] SGNL: Received shutdown request.
web_1 | 2022-08-25 07:20:04.907 [INF] SGNL: Shutting down…
web_1 | error subscribing to lnd wallet state: lnd version incompatible, need at least v0.13.0-beta, got error on state subscription: rpc error: code = Unavailable desc = connection error: desc = “transport: authentication handshake failed: x509: certificate is valid for 127.0.0.1, ::1, not 10.21.21.9”
Every time I restart umbrel I need to unlock my wallet manually.