You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[02-23 16:16] => Traceback (most recent call last):
File "C:\spg\main.py", line 68, in main
manager.do_what_needs_to_be_done(current_screen)
File "C:\spg\module\manager.py", line 42, in do_what_needs_to_be_done
Ship.do_check_error(self)
File "C:\spg\module\spaceScreen.py", line 215, in do_check_error
Login.do_login(manager)
File "C:\spg\module\spaceScreen.py", line 180, in do_login
SpaceScreen.wait_for_screen(SpaceScreenEnum.LOGIN.value)
File "C:\spg\module\spaceScreen.py", line 44, in wait_for_screen
raise Exception(f'Timeout waiting for screen {SpaceScreenEnum(spaceScreenEnum).name}.')
Exception: Timeout waiting for screen LOGIN.
I'm trying to do the bot log in automatic in my wallet, but at the moment that it asks to sign in, it dont recognize MM asking it and dont click the sign button. What can i do?
The text was updated successfully, but these errors were encountered:
Logger says that:
[02-23 16:16] => Traceback (most recent call last):
File "C:\spg\main.py", line 68, in main
manager.do_what_needs_to_be_done(current_screen)
File "C:\spg\module\manager.py", line 42, in do_what_needs_to_be_done
Ship.do_check_error(self)
File "C:\spg\module\spaceScreen.py", line 215, in do_check_error
Login.do_login(manager)
File "C:\spg\module\spaceScreen.py", line 180, in do_login
SpaceScreen.wait_for_screen(SpaceScreenEnum.LOGIN.value)
File "C:\spg\module\spaceScreen.py", line 44, in wait_for_screen
raise Exception(f'Timeout waiting for screen {SpaceScreenEnum(spaceScreenEnum).name}.')
Exception: Timeout waiting for screen LOGIN.
I'm trying to do the bot log in automatic in my wallet, but at the moment that it asks to sign in, it dont recognize MM asking it and dont click the sign button. What can i do?
The text was updated successfully, but these errors were encountered: