spesmilo / spesmilo/electrum

Exception: Device communication error. Please unplug and replug your Digital Bitbox.

Open
#4,590 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug 🐞 hw-bitbox
Dominant language
Python
Stars
8.6k
Forks
3.5k
Avg merge
2d 8h
Merged PRs (30d)
61

Description

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "site-packages\electrum-3.2.2-py3.5.egg\electrum_gui\qt\main_window.py", line 79, in onPress
  File "C:\Program Files (x86)\Electrum\electrum_plugins\hw_wallet\qt.py", line 226, in show_settings_dialog
    device_id = self.choose_device(window, keystore)
  File "C:\Program Files (x86)\Electrum\electrum_plugins\hw_wallet\qt.py", line 219, in choose_device
    info = self.device_manager().select_device(self, keystore.handler, keystore)
  File "site-packages\electrum-3.2.2-py3.5.egg\electrum\plugins.py", line 484, in select_device
  File "site-packages\electrum-3.2.2-py3.5.egg\electrum\plugins.py", line 476, in unpaired_device_infos
  File "C:\Program Files (x86)\Electrum\electrum_plugins\digitalbitbox\digitalbitbox.py", line 80, in is_initialized
    return self.dbb_has_password()
  File "C:\Program Files (x86)\Electrum\electrum_plugins\digitalbitbox\digitalbitbox.py", line 117, in dbb_has_password
    raise Exception(_('Device communication error. Please unplug and replug your Digital Bitbox.'))

Exception: Device communication error. Please unplug and replug your Digital Bitbox.

Reporter

This issue was reported by 1 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
3.2.2 Windows-10-10.0.17134-SP0 standard en_US

Additional Information

The reporting user(s) did not provide additional information.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in electrum_plugins/digitalbitbox/digitalbitbox.py at is_initialized and dbb_has_password, then follow the call chain through electrum_plugins/hw_wallet/qt.py and electrum/plugins.py. Reproduce the Digital Bitbox communication failure in the reported device-selection flow on Windows and identify the expected handling; done means the cause and a verified resolution are clear.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
embedded-iot
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.