Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error subscribing to lnd wallet state: lnd version incompatible #82

Closed
audleman opened this issue Jul 21, 2022 · 1 comment · Fixed by #83
Closed

error subscribing to lnd wallet state: lnd version incompatible #82

audleman opened this issue Jul 21, 2022 · 1 comment · Fixed by #83

Comments

@audleman
Copy link

I'm getting the following error

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 closed

My lightning version is newer than the version listed

lnd_1         | 2022-07-21 17:56:19.450 [INF] LTND: Version: 0.15.0-beta commit=v0.15.0-beta-141-gd9f4b36cb, build=production, logging=default, debuglevel=info
lnd_1         | 2022-07-21 17:56:19.450 [INF] LTND: Active chain: Bitcoin (network=mainnet)

I tried rolling back to v0.13.0-beta explicitly and still got the error.

Any ideas on what the problem is?

@guggero
Copy link
Member

guggero commented Jul 22, 2022

Yes, this is because we need to update the lndclient version that lndmon uses to be forward compatible. It's a pretty simple change, I'll try to get a PR up soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants