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

KeyError: 'gui' #8833

Closed
TARS-bot opened this issue Jan 19, 2024 · 2 comments
Closed

KeyError: 'gui' #8833

TARS-bot opened this issue Jan 19, 2024 · 2 comments
Labels
bug 🐞 topic-wizard 🧙‍♂️ related to wallet creation/restore wizard
Milestone

Comments

@TARS-bot
Copy link

TARS-bot commented Jan 19, 2024

Crash Report

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

Traceback

Traceback (most recent call last):
  File "/home/user/wspace/electrum/electrum/gui/qt/wizard/wizard.py", line 131, in strt
    self.load_next_component(viewstate.view, viewstate.wizard_data, viewstate.params)
  File "/home/user/wspace/electrum/electrum/gui/qt/wizard/wizard.py", line 139, in load_next_component
    comp = self.view_to_component(view)
  File "/home/user/wspace/electrum/electrum/gui/qt/wizard/wizard.py", line 220, in view_to_component
    return self.navmap[view]['gui']
KeyError: 'gui'

KeyError: 'gui'

Reporter

This issue was reported by 11 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
4.5.1 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] Linux-6.5.0-14-generic-x86_64-with-glibc2.35 standard en_GB
4.5.1 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:20:04) [MSC v.1929 32 bit (Intel)] Windows-10-10.0.22631-SP0 en_VG
4.5.1 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:20:04) [MSC v.1929 32 bit (Intel)] Windows-10-10.0.19045-SP0 ru_RU
4.5.1 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:20:04) [MSC v.1929 32 bit (Intel)] Windows-10-10.0.22621-SP0 ro_RO
4.5.1 3.9.18 (main, Sep 15 2023, 12:58:45) [GCC 13.2.0] Linux-6.6.11-x86_64-AMD_Ryzen_Threadripper_2990WX_32-Core_Processor-with-glibc2.38 it_IT
4.5.1 3.10.11 (v3.10.11:7d4cc5aa85, Apr 4 2023, 19:05:19) [Clang 13.0.0 (clang-1300.0.29.30)] macOS-10.15.7-x86_64-i386-64bit ?
4.5.1 3.10.11 (v3.10.11:7d4cc5aa85, Apr 4 2023, 19:05:19) [Clang 13.0.0 (clang-1300.0.29.30)] macOS-10.15.7-x86_64-i386-64bit ?
4.5.1 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:20:04) [MSC v.1929 32 bit (Intel)] Windows-10-10.0.22621-SP0 en_US
4.5.1 3.10.11 (v3.10.11:7d4cc5aa85, Apr 4 2023, 19:05:19) [Clang 13.0.0 (clang-1300.0.29.30)] macOS-14.3.1-x86_64-i386-64bit ?
4.5.1 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:20:04) [MSC v.1929 32 bit (Intel)] Windows-10-10.0.22631-SP0 en_GB
4.5.1 3.10.11 (v3.10.11:7d4cc5aa85, Apr 4 2023, 19:05:19) [Clang 13.0.0 (clang-1300.0.29.30)] macOS-14.4.1-x86_64-i386-64bit ?

Additional Information

4.5.2 does not display my sent transaction (it is in the blockchain).

I downloaded 4.5.1 - it doesn’t open, I sent an error.

Now I'm downloading 4.5.0 (


@SomberNight SomberNight added bug 🐞 topic-wizard 🧙‍♂️ related to wallet creation/restore wizard labels Jan 19, 2024
@SomberNight SomberNight added this to the 4.5.2 milestone Jan 19, 2024
@SomberNight
Copy link
Member

This is some race that I sometimes get when I open the wizard.
I think 1f50043 might be related.
The QTimer.singleShot(40, self.strt) call is a bit suspicious.

@accumulator
Copy link
Member

fixed in 1714773

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 topic-wizard 🧙‍♂️ related to wallet creation/restore wizard
Projects
None yet
Development

No branches or pull requests

3 participants