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

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

Open
Rust64 opened this issue Jul 24, 2020 · 1 comment
Open

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

Rust64 opened this issue Jul 24, 2020 · 1 comment

Comments

@Rust64
Copy link

Rust64 commented Jul 24, 2020

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
Copy link

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

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

No branches or pull requests

2 participants