decrypt_bitcoinj_seed icon indicating copy to clipboard operation
decrypt_bitcoinj_seed copied to clipboard

AttributeError: 'str' object has no attribute 'decode

Open Rust64 opened this issue 4 years ago • 1 comments

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'```

Rust64 avatar Jul 24 '20 18:07 Rust64

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

sheckandar avatar Oct 19 '20 03:10 sheckandar