TypeError: unsupported operand type(s) for *: 'NoneType' and 'float'
Open
Nobody has claimed this yet.
bug 🐞
- 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.1.1-py3.5.egg\electrum_gui\qt\history_list.py", line 344, in <lambda>
File "site-packages\electrum-3.1.1-py3.5.egg\electrum_gui\qt\main_window.py", line 3132, in bump_fee_dialog
TypeError: unsupported operand type(s) for *: 'NoneType' and 'float'
Reporter
This issue was reported by 4 user(s):
| Electrum Version | Python Version | Operating System | Wallet Type | Locale | Stack |
|---|---|---|---|---|---|
| 3.1.1 | Windows-10-10.0.16299 | standard | fr_FR | ℹ | |
| 3.1.1 | Windows-10-10.0.16299 | standard | fr_FR | ℹ | |
| 3.1.1 | Windows-10-10.0.16299 | standard | fr_FR | ℹ | |
| 3.1.2 | Windows-10-10.0.17134 | standard | en_GB | ℹ |
Additional Information
error transation
wrong address miss type
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 with electrum_gui/qt/history_list.py at line 344 and electrum_gui/qt/main_window.py at line 3132, following the bump_fee_dialog call shown in the traceback. Determine why a None value reaches the multiplication, then verify that the reported fee-bumping scenario no longer raises this TypeError.
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
- 35/100