IndexError: list index out of range

Open
#7,535 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
32/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
desktop

Research direction

Start by reading electrum/gui/qt/bip39_recovery_dialog.py at line 48 and electrum/gui/qt/installwizard.py at line 651, then reproduce the BIP39 wallet recovery flow on the reported setup if possible. Trace the account selection inputs that lead to the IndexError, and consider the issue done when recovery no longer crashes for the reported case.

Written by the indexing model from the issue text.

Description

Crash Report

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

Traceback

Traceback (most recent call last):
  File "electrum\gui\qt\bip39_recovery_dialog.py", line 48, in on_ok_button_click
  File "electrum\gui\qt\installwizard.py", line 651, in on_account_select
IndexError: list index out of range

IndexError: list index out of range

Reporter

This issue was reported by 1 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
4.1.5 3.8.8 (tags/v3.8.8:024d805, Feb 19 2021, 13:08:11) [MSC v.1928 32 bit (Intel)] Windows-10-10.0.19041-SP0 en_AU

Additional Information

  	trying to generate bip39 wallet recvovery 

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

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.

More from spesmilo/electrum

All issues in spesmilo/electrum

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.