lightninglabs / lightning-terminal

Lightning Terminal: Your Home for Lightning Liquidity
MIT License
488 stars 82 forks source link

Latest litd says it requires lnd >v0.13.0 but doesn't work with v.0.17 #692

Closed plk closed 6 months ago

plk commented 6 months ago

Updated litd and lnd to latest master branch head. litd won't connect to lnd with error:

could not set up LND clients: could not create LND Services client: 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: Error while dialing: dial tcp 192.168.0.33:10009: connect: connection refused"

I have lnd v0.17.0-beta.

guggero commented 6 months ago

The actual error message is to the very end: 192.168.0.33:10009: connect: connection refused. It means your lnd either isn't started fully or doesn't accept inbound connections.

plk commented 6 months ago

Apologies for the noise. needed a reboot and it was fine.