electrum icon indicating copy to clipboard operation
electrum copied to clipboard

TypeError: object of type 'NoneType' has no len()

Open TARS-bot opened this issue 1 year ago • 0 comments

Crash Report

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

Traceback

Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/electrum/gui/qt/wizard/wizard.py", line 216, in on_next_button_clicked
    next = self.submit(wd)
           ^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/electrum/gui/qt/wizard/wizard.py", line 228, in submit
    view = self.resolve_next(self._current.view, wdata)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/electrum/wizard.py", line 96, in resolve_next
    elif len(nv) == 1:
         ^^^^^^^
TypeError: object of type 'NoneType' has no len()

TypeError: object of type 'NoneType' has no len()

Reporter

This issue was reported by 1 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
4.5.2 3.11.6 (main, Nov 14 2023, 09:36:21) [GCC 13.2.1 20230801] Linux-6.7.4-arch1-1-x86_64-with-glibc2.39 en_US

Additional Information

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

TARS-bot avatar Feb 08 '24 04:02 TARS-bot