KeyError: '5b43c6dc90f78379e78ad5ac025c37956cb4f5f5fb96c4076609b24b8923fb78'
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
File "/usr/local/lib/python3.6/dist-packages/electrum/gui/qt/history_list.py", line 560, in create_menu
tx = self.wallet.transactions[tx_hash]
KeyError: '5b43c6dc90f78379e78ad5ac025c37956cb4f5f5fb96c4076609b24b8923fb78'
Reporter
This issue was reported by 11 user(s):
| Electrum Version | Python Version | Operating System | Wallet Type | Locale | Stack |
|---|---|---|---|---|---|
| 3.3.3 | 3.6.7 (default, Oct 22 2018, 11:32:17) [GCC 8.2.0] | Linux-4.15.0-45-generic-x86_64-with-Ubuntu-18.04-bionic | standard | en_US | ℹ |
| 3.3.4 | 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 23 2018, 23:31:17) [MSC v.1916 32 bit (Intel)] | Windows-10-10.0.17134-SP0 | standard | en_US | ℹ |
| 3.3.4 | 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 23 2018, 23:31:17) [MSC v.1916 32 bit (Intel)] | Windows-10-10.0.17134-SP0 | standard | en_US | ℹ |
| 3.3.4 | 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 23 2018, 23:31:17) [MSC v.1916 32 bit (Intel)] | Windows-10-10.0.17134-SP0 | standard | en_US | ℹ |
| 3.3.4 | 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 23 2018, 23:31:17) [MSC v.1916 32 bit (Intel)] | Windows-10-10.0.17134-SP0 | standard | en_US | ℹ |
| 3.3.4 | 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 23 2018, 23:31:17) [MSC v.1916 32 bit (Intel)] | Windows-10-10.0.17763-SP0 | standard | de_DE | ℹ |
| 3.3.4 | 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 23 2018, 23:31:17) [MSC v.1916 32 bit (Intel)] | Windows-10-10.0.17763-SP0 | standard | en_US | ℹ |
| 3.3.4 | 3.6.4 (default, Feb 28 2018, 03:24:19) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] | Darwin-18.2.0-x86_64-i386-64bit | imported | ? | ℹ |
| 3.3.4 | 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 23 2018, 23:31:17) [MSC v.1916 32 bit (Intel)] | Windows-10-10.0.17763-SP0 | standard | pt_BR | ℹ |
| 3.3.4 | 3.6.4 (default, Feb 28 2018, 03:24:19) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] | Darwin-18.5.0-x86_64-i386-64bit | standard | ? | ℹ |
| 3.3.4 | 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 23 2018, 23:31:17) [MSC v.1916 32 bit (Intel)] | Windows-10-10.0.18362-SP0 | standard | ru_RU | ℹ |
Additional Information
Electrum is UNUSABLE, i deleted everything over and over, i reinstalled over and over, the "synchronizing" icon goes on and off twice a second, it can NOT stay on a single server, making a transaction gives me an error about protocols each time
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in electrum/gui/qt/history_list.py at create_menu, line 560, where the missing transaction hash is looked up. Review how wallet transactions and history-menu actions are populated, then use the supplied traceback and crash reports to identify the relevant state. Done means the reported user action no longer crashes when this transaction is absent, with regression coverage if the project’s existing tests support it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100