Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RecursionError: maximum recursion depth exceeded while calling a Python object #8203

Open
TARS-bot opened this issue Feb 9, 2023 · 0 comments

Comments

@TARS-bot
Copy link

TARS-bot commented Feb 9, 2023

Crash Report

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

Traceback

Traceback (most recent call last):
  File "electrum\gui\qt\__init__.py", line 355, in start_new_window
  File "electrum\gui\qt\__init__.py", line 413, in _start_wizard_to_select_or_create_wallet
  File "electrum\wallet.py", line 3516, in __new__
  File "electrum\wallet.py", line 3526, in wallet_class
electrum.util.WalletFileException: Unknown wallet type: None

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "electrum\gui\qt\qrcodewidget.py", line 64, in paintEvent
  File "qrcode\main.py", line 455, in get_matrix
  File "qrcode\main.py", line 105, in make
  File "qrcode\main.py", line 196, in best_mask_pattern
  File "qrcode\main.py", line 135, in makeImpl
  File "qrcode\util.py", line 579, in create_data
  File "qrcode\util.py", line 521, in create_bytes
  File "qrcode\base.py", line 331, in __mod__
  File "qrcode\base.py", line 331, in __mod__
  File "qrcode\base.py", line 331, in __mod__
  [Previous line repeated 29 more times]
  File "qrcode\base.py", line 318, in __mod__
  File "qrcode\base.py", line 306, in __len__
RecursionError: maximum recursion depth exceeded while calling a Python object

RecursionError: maximum recursion depth exceeded while calling a Python object

Reporter

This issue was reported by 1 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
4.3.2 3.9.11 (tags/v3.9.11:2de452f, Mar 16 2022, 14:21:37) [MSC v.1929 32 bit (Intel)] Windows-10-10.0.22621-SP0 standard en_US

Additional Information

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant