Program started crashing after it was working fine for months (didnt touch anything) #253
Open
2 tasks done
Labels
bug
Something isn't working
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
The text was updated successfully, but these errors were encountered: