gurnec / decrypt_bitcoinj_seed

Decrypts and displays the seed mnemonic from from a bitcoinj-based HD wallet file.
42 stars 23 forks source link

AttributeError: 'str' object has no attribute 'decode #8

Open Rust64 opened 4 years ago

Rust64 commented 4 years ago

Just in case he @gurnec didn't lose interest in this repository, there's this issue now: File "decrypt_bitcoinj_seed.pyw", line 313, in wallet = load_wallet(wallet_file, get_password) File "decrypt_bitcoinj_seed.pyw", line 126, in load_wallet password = get_password_fn(takes_long) File "decrypt_bitcoinj_seed.pyw", line 301, in get_password return password.decode('ASCII') if isinstance(password, str) else password AttributeError: 'str' object has no attribute 'decode'```

sheckandar commented 4 years ago

It looks like spending PIN must be removed before wallet backup. Otherwise, this error happens.