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

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xed in position 1: invalid continuation byte #9026

Open
TARS-bot opened this issue Apr 25, 2024 · 0 comments

Comments

@TARS-bot
Copy link

Crash Report

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

Traceback

Traceback (most recent call last):
  File "electrum\gui\qt\wizard\wizard.py", line 218, in on_next_button_clicked
  File "electrum\gui\qt\wizard\wizard.py", line 158, in load_next_component
  File "electrum\gui\qt\wizard\wallet.py", line 1260, in apply
  File "electrum\plugin.py", line 406, in wrapper
  File "electrum\plugin.py", line 399, in run_in_hwd_thread
  File "concurrent\futures\_base.py", line 458, in result
  File "concurrent\futures\_base.py", line 403, in __get_result
  File "concurrent\futures\thread.py", line 58, in run
  File "electrum\plugins\hw_wallet\plugin.py", line 260, in get_password_for_storage_encryption
    xpub = self.get_xpub(derivation, "standard")
  File "electrum\plugin.py", line 406, in wrapper
  File "electrum\plugin.py", line 396, in run_in_hwd_thread
  File "electrum\plugins\ledger\ledger.py", line 135, in catch_exception
    return func(self, *args, **kwargs)
  File "electrum\plugins\ledger\ledger.py", line 954, in get_xpub
    xpub = self.client.get_extended_pubkey(bip32_path)
  File "ledger_bitcoin\client.py", line 91, in get_extended_pubkey
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xed in position 1: invalid continuation byte

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xed in position 1: invalid continuation byte

Reporter

This issue was reported by 1 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
4.5.4 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:20:04) [MSC v.1929 32 bit (Intel)] Windows-10-10.0.22000-SP0 zh_CN

Additional Information

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

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

1 participant