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

Program started crashing after it was working fine for months (didnt touch anything) #253

Open
2 tasks done
TomerGamerTV opened this issue Jan 9, 2025 · 2 comments
Open
2 tasks done
Labels
bug Something isn't working

Comments

@TomerGamerTV
Copy link

Before submitting a bug report...

  • This bug wasn't already reported.
    (I have checked every bug report on GitHub)

  • I've cleared the sessions folder.

Branch

master

Commit

9b3a9af

Describe the bug

The farmer was working fine but recently (like 2 weeks ago) it started throwing these errors. Reinstalling didn't work

Copy and paste your error

2025-01-09 14:24:17,701 [DEBUG] out init
2025-01-09 14:24:17,701 [DEBUG] in enter
2025-01-09 14:24:32,830 [INFO] [LOGIN] Logging-in...
2025-01-09 14:24:44,242 [DEBUG] in exit exc_type=<class 'selenium.common.exceptions.TimeoutException'> exc_value=Message:
Stacktrace:
GetHandleVerifier [0x0028FD53+23747]
(No symbol) [0x00217D54]
(No symbol) [0x000EBE53]
(No symbol) [0x0012FCA6]
(No symbol) [0x0012FEEB]
(No symbol) [0x0016D852]
(No symbol) [0x00151E44]
(No symbol) [0x0016B41E]
(No symbol) [0x00151B96]
(No symbol) [0x00123F3C]
(No symbol) [0x00124EBD]
GetHandleVerifier [0x0056AC73+3017699]
GetHandleVerifier [0x0057B93B+3086507]
GetHandleVerifier [0x005740F2+3055714]
GetHandleVerifier [0x00325AF0+637536]
(No symbol) [0x00220A5D]
(No symbol) [0x0021DA28]
(No symbol) [0x0021DBC5]
(No symbol) [0x002107F0]
BaseThreadInitThunk [0x76147BA9+25]
RtlInitializeExceptionChain [0x775AC0CB+107]
RtlClearBits [0x775AC04F+191]
(No symbol) [0x00000000]
traceback=<traceback object at 0x000001F7A0C97480>
2025-01-09 14:24:44,346 [ERROR]
Traceback (most recent call last):
File "D:\GitHub-Projects\MS-Rewards-Farmer\main.py", line 40, in main
earned_points = executeBot(currentAccount, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\GitHub-Projects\MS-Rewards-Farmer\main.py", line 237, in executeBot
Login(desktopBrowser, args).login()
File "D:\GitHub-Projects\MS-Rewards-Farmer\src\login.py", line 30, in login
self.executeLogin()
File "D:\GitHub-Projects\MS-Rewards-Farmer\src\login.py", line 37, in executeLogin
emailField = self.utils.waitUntilVisible(By.ID, "i0116")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\GitHub-Projects\MS-Rewards-Farmer\src\utils.py", line 74, in waitUntilVisible
return WebDriverWait(self.webdriver, timeToWait).until(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\USER\AppData\Local\Programs\Python\PYTHON~1\Lib\site-packages\selenium\webdriver\support\wait.py", line 105, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
GetHandleVerifier [0x0028FD53+23747]
(No symbol) [0x00217D54]
(No symbol) [0x000EBE53]
(No symbol) [0x0012FCA6]
(No symbol) [0x0012FEEB]
(No symbol) [0x0016D852]
(No symbol) [0x00151E44]
(No symbol) [0x0016B41E]
(No symbol) [0x00151B96]
(No symbol) [0x00123F3C]
(No symbol) [0x00124EBD]
GetHandleVerifier [0x0056AC73+3017699]
GetHandleVerifier [0x0057B93B+3086507]
GetHandleVerifier [0x005740F2+3055714]
GetHandleVerifier [0x00325AF0+637536]
(No symbol) [0x00220A5D]
(No symbol) [0x0021DA28]
(No symbol) [0x0021DBC5]
(No symbol) [0x002107F0]
BaseThreadInitThunk [0x76147BA9+25]
RtlInitializeExceptionChain [0x775AC0CB+107]
RtlClearBits [0x775AC04F+191]
(No symbol) [0x00000000]

Screenshots

Browser crashed after logging in

Value of dashboard variable

https://gist.github.com/TomerGamerTV/e68067e04c33f67e973cd27ef257e3ef

@TomerGamerTV TomerGamerTV added the bug Something isn't working label Jan 9, 2025
@TomerGamerTV
Copy link
Author

TomerGamerTV commented Jan 9, 2025 via email

@QuentinJ54
Copy link

up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants