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

[bug]: unlocking wallet crashes lnd server with bitcoin-core 28 #9389

Closed
asyncmind0 opened this issue Dec 26, 2024 · 1 comment
Closed

[bug]: unlocking wallet crashes lnd server with bitcoin-core 28 #9389

asyncmind0 opened this issue Dec 26, 2024 · 1 comment
Labels
bug Unintended code behaviour needs triage

Comments

@asyncmind0
Copy link

asyncmind0 commented Dec 26, 2024

Background

Start lnd, get crash.

probably related to #7256

Dec 26 17:28:00 threadripper0 lnd[3126373]: 2024-12-26 17:28:00.559 [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.
Dec 26 17:28:08 threadripper0 lnd[3126373]: 2024-12-26 17:28:08.888 [INF] LNWL: Opened wallet
Dec 26 17:28:09 threadripper0 lnd[3126373]: 2024-12-26 17:28:09.393 [ERR] LTND: unable to create partial chain control: unable to determine if bitcoind is pruned: unable to detect bitcoind version: json: cannot unmarshal array into Go struct field GetNetworkInfoResult.warnings of type string
Dec 26 17:28:09 threadripper0 lnd[3126373]: 2024-12-26 17:28:09.393 [ERR] LTND: Shutting down because error in main method: error creating wallet config: unable to create partial chain control: unable to determine if bitcoind is pruned: unable to detect bitcoind version: json: cannot unmarshal array into Go struct field GetNetworkInfoResult.warnings of type string
Dec 26 17:28:09 threadripper0 lnd[3126373]: 2024-12-26 17:28:09.400 [INF] LTND: Shutdown complete
Dec 26 17:28:09 threadripper0 lnd[3126373]: error creating wallet config: unable to create partial chain control: unable to determine if bitcoind is pruned: unable to detect bitcoind version: json: cannot unmarshal array into Go struct field GetNetworkInfoResult.warnings of type string

Your environment

  • version of lnd: lnd version 0.18.2-beta
  • which operating system (uname -a on *Nix): Linux threadripper0 6.12.4-arch1-1 #1 SMP PREEMPT_DYNAMIC x86_64 GNU/Linux
  • version of btcd, bitcoind, or other backend: Bitcoin Core version v28.0.0
  • any other relevant environment details

Steps to reproduce

Tell us how to reproduce this issue. Please provide stacktraces and links to code in question.

Expected behaviour

Tell us what should happen

Actual behaviour

Tell us what happens instead

@asyncmind0 asyncmind0 added bug Unintended code behaviour needs triage labels Dec 26, 2024
@lightningnetwork lightningnetwork deleted a comment Dec 26, 2024
@guggero
Copy link
Collaborator

guggero commented Dec 26, 2024

You need to update to the latest version (v0.18.4-beta). See #9310.

@guggero guggero closed this as completed Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unintended code behaviour needs triage
Projects
None yet
Development

No branches or pull requests

2 participants