spesmilo / spesmilo/electrum

MemoryError:

Open
#9,760 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Traceback (most recent call last):
  File "electrum\gui\qt\wizard\wallet.py", line 345, in on_filename
  File "electrum\storage.py", line 78, in __init__
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbc in position 2: invalid start byte

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "electrum\gui\qt\wizard\wallet.py", line 351, in on_filename
MemoryError

MemoryError: 

Reporter

This issue was reported by 1 user(s):

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

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 with electrum/gui/qt/wizard/wallet.py around on_filename and electrum/storage.py around line 78, then inspect the traceback's UnicodeDecodeError handling path. Reproduce the reported wallet-file selection failure if possible and determine why it reaches MemoryError; done means the path has a verified, non-crashing outcome.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
desktop
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.