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

bitbox02: AttributeError: 'NoneType' object has no attribute 'electrum_encryption_key' #8970

Closed
nkuttler opened this issue Mar 21, 2024 · 0 comments
Assignees

Comments

@nkuttler
Copy link

  File "/path/to/venv/lib/python3.11/site-packages/electrum/plugins/bitbox02/bitbox02.py", line 207, 
in get_password_for_storage_encryption
    xpub = self.bitbox02_device.electrum_encryption_key(derivation_list)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'electrum_encryption_key'

The issue seems easy enough to fix, I will make a pull request in a few minutes, but I'm not sure if the fix is "proper".

@accumulator accumulator self-assigned this Apr 8, 2024
accumulator added a commit that referenced this issue Apr 8, 2024
Call pairing dialog when necessary, fixes #8970
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