Bot fails to work
bug
### Before submitting a bug report...
- [x] This bug wasn't already reported.
(I have checked every bug report on GitHub)
- [x] I've ran the program with the -r argument.
### Branch
master
### Commit
most recent
### Describe the bug
The code simply fails, im not sure what i screwed up.
### Import the logs
2025-06-01 14:20:43,382 [INFO] ********************tedsterpotter@gmail.com********************
2025-06-01 14:20:43,382 [DEBUG] in __init__
2025-06-01 14:20:54,214 [INFO] Screen size: 1476x1281
2025-06-01 14:20:54,214 [INFO] Device size: 1421x1130
2025-06-01 14:20:54,223 [DEBUG] out __init__
2025-06-01 14:20:54,223 [DEBUG] in __enter__
2025-06-01 14:21:06,407 [INFO] [LOGIN] Logging-in...
2025-06-01 14:21:16,507 [ERROR] Error during login: Message:
Stacktrace:
GetHandleVerifier [0x0x2ff173+62931]
GetHandleVerifier [0x0x2ff1b4+62996]
(No symbol) [0x0x111053]
(No symbol) [0x0x1597ae]
(No symbol) [0x0x159b4b]
(No symbol) [0x0x1a21f2]
(No symbol) [0x0x17e4f4]
(No symbol) [0x0x19f9e3]
(No symbol) [0x0x17e2a6]
(No symbol) [0x0x14d5f0]
(No symbol) [0x0x14e464]
GetHandleVerifier [0x0x553463+2504899]
GetHandleVerifier [0x0x54e892+2485490]
GetHandleVerifier [0x0x32590a+220522]
GetHandleVerifier [0x0x316388+157672]
GetHandleVerifier [0x0x31cb6d+184269]
GetHandleVerifier [0x0x307158+95672]
GetHandleVerifier [0x0x307300+96096]
GetHandleVerifier [0x0x2f21aa+9738]
BaseThreadInitThunk [0x0x75bf5d49+25]
RtlInitializeExceptionChain [0x0x77a5d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x77a5cfc1+561]
(No symbol) [0x0]
2025-06-01 14:21:16,573 [DEBUG] in __exit__ exc_type=<class 'selenium.common.exceptions.TimeoutException'> exc_value=Message:
Stacktrace:
GetHandleVerifier [0x0x2ff173+62931]
GetHandleVerifier [0x0x2ff1b4+62996]
(No symbol) [0x0x111053]
(No symbol) [0x0x1597ae]
(No symbol) [0x0x159b4b]
(No symbol) [0x0x1a21f2]
(No symbol) [0x0x17e4f4]
(No symbol) [0x0x19f9e3]
(No symbol) [0x0x17e2a6]
(No symbol) [0x0x14d5f0]
(No symbol) [0x0x14e464]
GetHandleVerifier [0x0x553463+2504899]
GetHandleVerifier [0x0x54e892+2485490]
GetHandleVerifier [0x0x32590a+220522]
GetHandleVerifier [0x0x316388+157672]
GetHandleVerifier [0x0x31cb6d+184269]
GetHandleVerifier [0x0x307158+95672]
GetHandleVerifier [0x0x307300+96096]
GetHandleVerifier [0x0x2f21aa+9738]
BaseThreadInitThunk [0x0x75bf5d49+25]
RtlInitializeExceptionChain [0x0x77a5d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x77a5cfc1+561]
(No symbol) [0x0]
traceback=<traceback object at 0x000001AF4231D9C0>
2025-06-01 14:21:16,574 [ERROR]
Traceback (most recent call last):
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\main.py", line 153, in executeBot
Login(desktopBrowser).login()
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\login.py", line 77, in login
self.execute_login()
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\login.py", line 89, in execute_login
emailField = self.utils.waitUntilVisible(By.ID, "i0116")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\utils.py", line 219, in waitUntilVisible
return WebDriverWait(self.webdriver, timeToWait).until(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\support\wait.py", line 138, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
GetHandleVerifier [0x0x2ff173+62931]
GetHandleVerifier [0x0x2ff1b4+62996]
(No symbol) [0x0x111053]
(No symbol) [0x0x1597ae]
(No symbol) [0x0x159b4b]
(No symbol) [0x0x1a21f2]
(No symbol) [0x0x17e4f4]
(No symbol) [0x0x19f9e3]
(No symbol) [0x0x17e2a6]
(No symbol) [0x0x14d5f0]
(No symbol) [0x0x14e464]
GetHandleVerifier [0x0x553463+2504899]
GetHandleVerifier [0x0x54e892+2485490]
GetHandleVerifier [0x0x32590a+220522]
GetHandleVerifier [0x0x316388+157672]
GetHandleVerifier [0x0x31cb6d+184269]
GetHandleVerifier [0x0x307158+95672]
GetHandleVerifier [0x0x307300+96096]
GetHandleVerifier [0x0x2f21aa+9738]
BaseThreadInitThunk [0x0x75bf5d49+25]
RtlInitializeExceptionChain [0x0x77a5d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x77a5cfc1+561]
(No symbol) [0x0]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\main.py", line 33, in main
earned_points = executeBot(currentAccount)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\main.py", line 151, in executeBot
with Browser(mobile=False, account=currentAccount) as desktopBrowser:
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\browser.py", line 72, in __exit__
self.webdriver.close()
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 595, in close
self.execute(Command.CLOSE)
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 447, in execute
self.error_handler.check_response(response)
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 232, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.InvalidSessionIdException: Message: invalid session id
Stacktrace:
GetHandleVerifier [0x0x2ff173+62931]
GetHandleVerifier [0x0x2ff1b4+62996]
(No symbol) [0x0x110ece]
(No symbol) [0x0x14c8b8]
(No symbol) [0x0x17e366]
(No symbol) [0x0x179e12]
(No symbol) [0x0x1793a6]
(No symbol) [0x0xe3a05]
(No symbol) [0x0xe3f5e]
(No symbol) [0x0xe43ed]
GetHandleVerifier [0x0x553463+2504899]
GetHandleVerifier [0x0x54e892+2485490]
GetHandleVerifier [0x0x32590a+220522]
GetHandleVerifier [0x0x316388+157672]
GetHandleVerifier [0x0x31cb6d+184269]
(No symbol) [0x0xe36d0]
(No symbol) [0x0xe2edd]
GetHandleVerifier [0x0x6796ec+3709772]
BaseThreadInitThunk [0x0x75bf5d49+25]
RtlInitializeExceptionChain [0x0x77a5d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x77a5cfc1+561]
(No symbol) [0x0]
2025-06-01 14:21:16,618 [INFO] [POINTS] Data saved for the next day.
2025-06-01 14:32:34,431 [INFO] ********************tedsterpotter@gmail.com********************
2025-06-01 14:32:34,431 [DEBUG] in __init__
2025-06-01 14:32:41,472 [INFO] Screen size: 1476x1281
2025-06-01 14:32:41,473 [INFO] Device size: 1421x1130
2025-06-01 14:32:41,481 [DEBUG] out __init__
2025-06-01 14:32:41,481 [DEBUG] in __enter__
2025-06-01 14:32:54,561 [INFO] [LOGIN] Logging-in...
2025-06-01 14:33:04,656 [ERROR] Error during login: Message:
Stacktrace:
GetHandleVerifier [0x0x9af173+62931]
GetHandleVerifier [0x0x9af1b4+62996]
(No symbol) [0x0x7c1053]
(No symbol) [0x0x8097ae]
(No symbol) [0x0x809b4b]
(No symbol) [0x0x8521f2]
(No symbol) [0x0x82e4f4]
(No symbol) [0x0x84f9e3]
(No symbol) [0x0x82e2a6]
(No symbol) [0x0x7fd5f0]
(No symbol) [0x0x7fe464]
GetHandleVerifier [0x0xc03463+2504899]
GetHandleVerifier [0x0xbfe892+2485490]
GetHandleVerifier [0x0x9d590a+220522]
GetHandleVerifier [0x0x9c6388+157672]
GetHandleVerifier [0x0x9ccb6d+184269]
GetHandleVerifier [0x0x9b7158+95672]
GetHandleVerifier [0x0x9b7300+96096]
GetHandleVerifier [0x0x9a21aa+9738]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
2025-06-01 14:33:04,712 [DEBUG] in __exit__ exc_type=<class 'selenium.common.exceptions.TimeoutException'> exc_value=Message:
Stacktrace:
GetHandleVerifier [0x0x9af173+62931]
GetHandleVerifier [0x0x9af1b4+62996]
(No symbol) [0x0x7c1053]
(No symbol) [0x0x8097ae]
(No symbol) [0x0x809b4b]
(No symbol) [0x0x8521f2]
(No symbol) [0x0x82e4f4]
(No symbol) [0x0x84f9e3]
(No symbol) [0x0x82e2a6]
(No symbol) [0x0x7fd5f0]
(No symbol) [0x0x7fe464]
GetHandleVerifier [0x0xc03463+2504899]
GetHandleVerifier [0x0xbfe892+2485490]
GetHandleVerifier [0x0x9d590a+220522]
GetHandleVerifier [0x0x9c6388+157672]
GetHandleVerifier [0x0x9ccb6d+184269]
GetHandleVerifier [0x0x9b7158+95672]
GetHandleVerifier [0x0x9b7300+96096]
GetHandleVerifier [0x0x9a21aa+9738]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
traceback=<traceback object at 0x000002378920EF00>
2025-06-01 14:33:04,713 [ERROR]
Traceback (most recent call last):
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\main.py", line 153, in executeBot
Login(desktopBrowser).login()
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\login.py", line 77, in login
self.execute_login()
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\login.py", line 89, in execute_login
emailField = self.utils.waitUntilVisible(By.ID, "i0116")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\utils.py", line 219, in waitUntilVisible
return WebDriverWait(self.webdriver, timeToWait).until(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\support\wait.py", line 138, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
GetHandleVerifier [0x0x9af173+62931]
GetHandleVerifier [0x0x9af1b4+62996]
(No symbol) [0x0x7c1053]
(No symbol) [0x0x8097ae]
(No symbol) [0x0x809b4b]
(No symbol) [0x0x8521f2]
(No symbol) [0x0x82e4f4]
(No symbol) [0x0x84f9e3]
(No symbol) [0x0x82e2a6]
(No symbol) [0x0x7fd5f0]
(No symbol) [0x0x7fe464]
GetHandleVerifier [0x0xc03463+2504899]
GetHandleVerifier [0x0xbfe892+2485490]
GetHandleVerifier [0x0x9d590a+220522]
GetHandleVerifier [0x0x9c6388+157672]
GetHandleVerifier [0x0x9ccb6d+184269]
GetHandleVerifier [0x0x9b7158+95672]
GetHandleVerifier [0x0x9b7300+96096]
GetHandleVerifier [0x0x9a21aa+9738]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\main.py", line 33, in main
earned_points = executeBot(currentAccount)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\main.py", line 151, in executeBot
with Browser(mobile=False, account=currentAccount) as desktopBrowser:
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\browser.py", line 72, in __exit__
self.webdriver.close()
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 595, in close
self.execute(Command.CLOSE)
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 447, in execute
self.error_handler.check_response(response)
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 232, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.InvalidSessionIdException: Message: invalid session id
Stacktrace:
GetHandleVerifier [0x0x9af173+62931]
GetHandleVerifier [0x0x9af1b4+62996]
(No symbol) [0x0x7c0ece]
(No symbol) [0x0x7fc8b8]
(No symbol) [0x0x82e366]
(No symbol) [0x0x829e12]
(No symbol) [0x0x8293a6]
(No symbol) [0x0x793a05]
(No symbol) [0x0x793f5e]
(No symbol) [0x0x7943ed]
GetHandleVerifier [0x0xc03463+2504899]
GetHandleVerifier [0x0xbfe892+2485490]
GetHandleVerifier [0x0x9d590a+220522]
GetHandleVerifier [0x0x9c6388+157672]
GetHandleVerifier [0x0x9ccb6d+184269]
(No symbol) [0x0x7936d0]
(No symbol) [0x0x792edd]
GetHandleVerifier [0x0xd296ec+3709772]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
2025-06-01 14:33:04,716 [INFO] [POINTS] Data saved for the next day.
2025-06-01 14:46:48,745 [INFO] ********************tedsterpotter@gmail.com********************
2025-06-01 14:46:48,746 [DEBUG] in __init__
2025-06-01 14:46:55,165 [INFO] Screen size: 1476x1281
2025-06-01 14:46:55,165 [INFO] Device size: 1421x1130
2025-06-01 14:46:55,174 [DEBUG] out __init__
2025-06-01 14:46:55,174 [DEBUG] in __enter__
2025-06-01 14:47:07,660 [INFO] [LOGIN] Logging-in...
2025-06-01 14:47:17,754 [ERROR] Error during login: Message:
Stacktrace:
GetHandleVerifier [0x0x60f173+62931]
GetHandleVerifier [0x0x60f1b4+62996]
(No symbol) [0x0x421053]
(No symbol) [0x0x4697ae]
(No symbol) [0x0x469b4b]
(No symbol) [0x0x4b21f2]
(No symbol) [0x0x48e4f4]
(No symbol) [0x0x4af9e3]
(No symbol) [0x0x48e2a6]
(No symbol) [0x0x45d5f0]
(No symbol) [0x0x45e464]
GetHandleVerifier [0x0x863463+2504899]
GetHandleVerifier [0x0x85e892+2485490]
GetHandleVerifier [0x0x63590a+220522]
GetHandleVerifier [0x0x626388+157672]
GetHandleVerifier [0x0x62cb6d+184269]
GetHandleVerifier [0x0x617158+95672]
GetHandleVerifier [0x0x617300+96096]
GetHandleVerifier [0x0x6021aa+9738]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
2025-06-01 14:47:17,808 [DEBUG] in __exit__ exc_type=<class 'selenium.common.exceptions.TimeoutException'> exc_value=Message:
Stacktrace:
GetHandleVerifier [0x0x60f173+62931]
GetHandleVerifier [0x0x60f1b4+62996]
(No symbol) [0x0x421053]
(No symbol) [0x0x4697ae]
(No symbol) [0x0x469b4b]
(No symbol) [0x0x4b21f2]
(No symbol) [0x0x48e4f4]
(No symbol) [0x0x4af9e3]
(No symbol) [0x0x48e2a6]
(No symbol) [0x0x45d5f0]
(No symbol) [0x0x45e464]
GetHandleVerifier [0x0x863463+2504899]
GetHandleVerifier [0x0x85e892+2485490]
GetHandleVerifier [0x0x63590a+220522]
GetHandleVerifier [0x0x626388+157672]
GetHandleVerifier [0x0x62cb6d+184269]
GetHandleVerifier [0x0x617158+95672]
GetHandleVerifier [0x0x617300+96096]
GetHandleVerifier [0x0x6021aa+9738]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
traceback=<traceback object at 0x000001D2A7AC0300>
2025-06-01 14:47:17,809 [ERROR]
Traceback (most recent call last):
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\main.py", line 153, in executeBot
Login(desktopBrowser).login()
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\login.py", line 77, in login
self.execute_login()
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\login.py", line 89, in execute_login
emailField = self.utils.waitUntilVisible(By.ID, "i0116")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\utils.py", line 219, in waitUntilVisible
return WebDriverWait(self.webdriver, timeToWait).until(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\support\wait.py", line 138, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
GetHandleVerifier [0x0x60f173+62931]
GetHandleVerifier [0x0x60f1b4+62996]
(No symbol) [0x0x421053]
(No symbol) [0x0x4697ae]
(No symbol) [0x0x469b4b]
(No symbol) [0x0x4b21f2]
(No symbol) [0x0x48e4f4]
(No symbol) [0x0x4af9e3]
(No symbol) [0x0x48e2a6]
(No symbol) [0x0x45d5f0]
(No symbol) [0x0x45e464]
GetHandleVerifier [0x0x863463+2504899]
GetHandleVerifier [0x0x85e892+2485490]
GetHandleVerifier [0x0x63590a+220522]
GetHandleVerifier [0x0x626388+157672]
GetHandleVerifier [0x0x62cb6d+184269]
GetHandleVerifier [0x0x617158+95672]
GetHandleVerifier [0x0x617300+96096]
GetHandleVerifier [0x0x6021aa+9738]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\main.py", line 33, in main
earned_points = executeBot(currentAccount)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\main.py", line 151, in executeBot
with Browser(mobile=False, account=currentAccount) as desktopBrowser:
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\browser.py", line 72, in __exit__
self.webdriver.close()
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 595, in close
self.execute(Command.CLOSE)
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 447, in execute
self.error_handler.check_response(response)
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 232, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.InvalidSessionIdException: Message: invalid session id
Stacktrace:
GetHandleVerifier [0x0x60f173+62931]
GetHandleVerifier [0x0x60f1b4+62996]
(No symbol) [0x0x420ece]
(No symbol) [0x0x45c8b8]
(No symbol) [0x0x48e366]
(No symbol) [0x0x489e12]
(No symbol) [0x0x4893a6]
(No symbol) [0x0x3f3a05]
(No symbol) [0x0x3f3f5e]
(No symbol) [0x0x3f43ed]
GetHandleVerifier [0x0x863463+2504899]
GetHandleVerifier [0x0x85e892+2485490]
GetHandleVerifier [0x0x63590a+220522]
GetHandleVerifier [0x0x626388+157672]
GetHandleVerifier [0x0x62cb6d+184269]
(No symbol) [0x0x3f36d0]
(No symbol) [0x0x3f2edd]
GetHandleVerifier [0x0x9896ec+3709772]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
2025-06-01 14:47:17,812 [INFO] [POINTS] Data saved for the next day.
2025-06-01 15:00:07,404 [INFO] ********************tedsterpotter@gmail.com********************
2025-06-01 15:00:07,404 [DEBUG] in __init__
2025-06-01 15:00:13,720 [INFO] Screen size: 1476x1281
2025-06-01 15:00:13,720 [INFO] Device size: 1421x1130
2025-06-01 15:00:13,729 [DEBUG] out __init__
2025-06-01 15:00:13,729 [DEBUG] in __enter__
2025-06-01 15:00:26,194 [INFO] [LOGIN] Logging-in...
2025-06-01 15:00:36,290 [ERROR] Error during login: Message:
Stacktrace:
GetHandleVerifier [0x0xccf173+62931]
GetHandleVerifier [0x0xccf1b4+62996]
(No symbol) [0x0xae1053]
(No symbol) [0x0xb297ae]
(No symbol) [0x0xb29b4b]
(No symbol) [0x0xb721f2]
(No symbol) [0x0xb4e4f4]
(No symbol) [0x0xb6f9e3]
(No symbol) [0x0xb4e2a6]
(No symbol) [0x0xb1d5f0]
(No symbol) [0x0xb1e464]
GetHandleVerifier [0x0xf23463+2504899]
GetHandleVerifier [0x0xf1e892+2485490]
GetHandleVerifier [0x0xcf590a+220522]
GetHandleVerifier [0x0xce6388+157672]
GetHandleVerifier [0x0xcecb6d+184269]
GetHandleVerifier [0x0xcd7158+95672]
GetHandleVerifier [0x0xcd7300+96096]
GetHandleVerifier [0x0xcc21aa+9738]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
2025-06-01 15:00:36,347 [DEBUG] in __exit__ exc_type=<class 'selenium.common.exceptions.TimeoutException'> exc_value=Message:
Stacktrace:
GetHandleVerifier [0x0xccf173+62931]
GetHandleVerifier [0x0xccf1b4+62996]
(No symbol) [0x0xae1053]
(No symbol) [0x0xb297ae]
(No symbol) [0x0xb29b4b]
(No symbol) [0x0xb721f2]
(No symbol) [0x0xb4e4f4]
(No symbol) [0x0xb6f9e3]
(No symbol) [0x0xb4e2a6]
(No symbol) [0x0xb1d5f0]
(No symbol) [0x0xb1e464]
GetHandleVerifier [0x0xf23463+2504899]
GetHandleVerifier [0x0xf1e892+2485490]
GetHandleVerifier [0x0xcf590a+220522]
GetHandleVerifier [0x0xce6388+157672]
GetHandleVerifier [0x0xcecb6d+184269]
GetHandleVerifier [0x0xcd7158+95672]
GetHandleVerifier [0x0xcd7300+96096]
GetHandleVerifier [0x0xcc21aa+9738]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
traceback=<traceback object at 0x00000196DCD3CC80>
2025-06-01 15:00:36,348 [ERROR]
Traceback (most recent call last):
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\main.py", line 153, in executeBot
Login(desktopBrowser).login()
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\login.py", line 77, in login
self.execute_login()
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\login.py", line 89, in execute_login
emailField = self.utils.waitUntilVisible(By.ID, "i0116")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\utils.py", line 219, in waitUntilVisible
return WebDriverWait(self.webdriver, timeToWait).until(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\support\wait.py", line 138, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
GetHandleVerifier [0x0xccf173+62931]
GetHandleVerifier [0x0xccf1b4+62996]
(No symbol) [0x0xae1053]
(No symbol) [0x0xb297ae]
(No symbol) [0x0xb29b4b]
(No symbol) [0x0xb721f2]
(No symbol) [0x0xb4e4f4]
(No symbol) [0x0xb6f9e3]
(No symbol) [0x0xb4e2a6]
(No symbol) [0x0xb1d5f0]
(No symbol) [0x0xb1e464]
GetHandleVerifier [0x0xf23463+2504899]
GetHandleVerifier [0x0xf1e892+2485490]
GetHandleVerifier [0x0xcf590a+220522]
GetHandleVerifier [0x0xce6388+157672]
GetHandleVerifier [0x0xcecb6d+184269]
GetHandleVerifier [0x0xcd7158+95672]
GetHandleVerifier [0x0xcd7300+96096]
GetHandleVerifier [0x0xcc21aa+9738]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\main.py", line 33, in main
earned_points = executeBot(currentAccount)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\main.py", line 151, in executeBot
with Browser(mobile=False, account=currentAccount) as desktopBrowser:
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\browser.py", line 72, in __exit__
self.webdriver.close()
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 595, in close
self.execute(Command.CLOSE)
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 447, in execute
self.error_handler.check_response(response)
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 232, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.InvalidSessionIdException: Message: invalid session id
Stacktrace:
GetHandleVerifier [0x0xccf173+62931]
GetHandleVerifier [0x0xccf1b4+62996]
(No symbol) [0x0xae0ece]
(No symbol) [0x0xb1c8b8]
(No symbol) [0x0xb4e366]
(No symbol) [0x0xb49e12]
(No symbol) [0x0xb493a6]
(No symbol) [0x0xab3a05]
(No symbol) [0x0xab3f5e]
(No symbol) [0x0xab43ed]
GetHandleVerifier [0x0xf23463+2504899]
GetHandleVerifier [0x0xf1e892+2485490]
GetHandleVerifier [0x0xcf590a+220522]
GetHandleVerifier [0x0xce6388+157672]
GetHandleVerifier [0x0xcecb6d+184269]
(No symbol) [0x0xab36d0]
(No symbol) [0x0xab2edd]
GetHandleVerifier [0x0x10496ec+3709772]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
2025-06-01 15:00:36,351 [INFO] [POINTS] Data saved for the next day.
2025-06-01 15:03:34,003 [INFO] ********************tedsterpotter@gmail.com********************
2025-06-01 15:03:34,003 [DEBUG] in __init__
2025-06-01 15:03:40,160 [INFO] Screen size: 1476x1281
2025-06-01 15:03:40,160 [INFO] Device size: 1421x1130
2025-06-01 15:03:40,167 [DEBUG] out __init__
2025-06-01 15:03:40,167 [DEBUG] in __enter__
2025-06-01 15:03:52,437 [INFO] [LOGIN] Logging-in...
2025-06-01 15:04:02,532 [ERROR] Error during login: Message:
Stacktrace:
GetHandleVerifier [0x0xcbf173+62931]
GetHandleVerifier [0x0xcbf1b4+62996]
(No symbol) [0x0xad1053]
(No symbol) [0x0xb197ae]
(No symbol) [0x0xb19b4b]
(No symbol) [0x0xb621f2]
(No symbol) [0x0xb3e4f4]
(No symbol) [0x0xb5f9e3]
(No symbol) [0x0xb3e2a6]
(No symbol) [0x0xb0d5f0]
(No symbol) [0x0xb0e464]
GetHandleVerifier [0x0xf13463+2504899]
GetHandleVerifier [0x0xf0e892+2485490]
GetHandleVerifier [0x0xce590a+220522]
GetHandleVerifier [0x0xcd6388+157672]
GetHandleVerifier [0x0xcdcb6d+184269]
GetHandleVerifier [0x0xcc7158+95672]
GetHandleVerifier [0x0xcc7300+96096]
GetHandleVerifier [0x0xcb21aa+9738]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
2025-06-01 15:04:02,590 [DEBUG] in __exit__ exc_type=<class 'selenium.common.exceptions.TimeoutException'> exc_value=Message:
Stacktrace:
GetHandleVerifier [0x0xcbf173+62931]
GetHandleVerifier [0x0xcbf1b4+62996]
(No symbol) [0x0xad1053]
(No symbol) [0x0xb197ae]
(No symbol) [0x0xb19b4b]
(No symbol) [0x0xb621f2]
(No symbol) [0x0xb3e4f4]
(No symbol) [0x0xb5f9e3]
(No symbol) [0x0xb3e2a6]
(No symbol) [0x0xb0d5f0]
(No symbol) [0x0xb0e464]
GetHandleVerifier [0x0xf13463+2504899]
GetHandleVerifier [0x0xf0e892+2485490]
GetHandleVerifier [0x0xce590a+220522]
GetHandleVerifier [0x0xcd6388+157672]
GetHandleVerifier [0x0xcdcb6d+184269]
GetHandleVerifier [0x0xcc7158+95672]
GetHandleVerifier [0x0xcc7300+96096]
GetHandleVerifier [0x0xcb21aa+9738]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
traceback=<traceback object at 0x0000021F3733EB80>
2025-06-01 15:04:02,591 [ERROR]
Traceback (most recent call last):
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\main.py", line 153, in executeBot
Login(desktopBrowser).login()
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\login.py", line 77, in login
self.execute_login()
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\login.py", line 89, in execute_login
emailField = self.utils.waitUntilVisible(By.ID, "i0116")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\utils.py", line 219, in waitUntilVisible
return WebDriverWait(self.webdriver, timeToWait).until(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\support\wait.py", line 138, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
GetHandleVerifier [0x0xcbf173+62931]
GetHandleVerifier [0x0xcbf1b4+62996]
(No symbol) [0x0xad1053]
(No symbol) [0x0xb197ae]
(No symbol) [0x0xb19b4b]
(No symbol) [0x0xb621f2]
(No symbol) [0x0xb3e4f4]
(No symbol) [0x0xb5f9e3]
(No symbol) [0x0xb3e2a6]
(No symbol) [0x0xb0d5f0]
(No symbol) [0x0xb0e464]
GetHandleVerifier [0x0xf13463+2504899]
GetHandleVerifier [0x0xf0e892+2485490]
GetHandleVerifier [0x0xce590a+220522]
GetHandleVerifier [0x0xcd6388+157672]
GetHandleVerifier [0x0xcdcb6d+184269]
GetHandleVerifier [0x0xcc7158+95672]
GetHandleVerifier [0x0xcc7300+96096]
GetHandleVerifier [0x0xcb21aa+9738]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\main.py", line 33, in main
earned_points = executeBot(currentAccount)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\main.py", line 151, in executeBot
with Browser(mobile=False, account=currentAccount) as desktopBrowser:
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\browser.py", line 72, in __exit__
self.webdriver.close()
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 595, in close
self.execute(Command.CLOSE)
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 447, in execute
self.error_handler.check_response(response)
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 232, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.InvalidSessionIdException: Message: invalid session id
Stacktrace:
GetHandleVerifier [0x0xcbf173+62931]
GetHandleVerifier [0x0xcbf1b4+62996]
(No symbol) [0x0xad0ece]
(No symbol) [0x0xb0c8b8]
(No symbol) [0x0xb3e366]
(No symbol) [0x0xb39e12]
(No symbol) [0x0xb393a6]
(No symbol) [0x0xaa3a05]
(No symbol) [0x0xaa3f5e]
(No symbol) [0x0xaa43ed]
GetHandleVerifier [0x0xf13463+2504899]
GetHandleVerifier [0x0xf0e892+2485490]
GetHandleVerifier [0x0xce590a+220522]
GetHandleVerifier [0x0xcd6388+157672]
GetHandleVerifier [0x0xcdcb6d+184269]
(No symbol) [0x0xaa36d0]
(No symbol) [0x0xaa2edd]
GetHandleVerifier [0x0x10396ec+3709772]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
2025-06-01 15:04:02,594 [INFO] [POINTS] Data saved for the next day.
2025-06-01 15:08:37,732 [INFO] ********************tedsterpotter@gmail.com********************
2025-06-01 15:08:37,733 [DEBUG] in __init__
2025-06-01 15:08:43,839 [INFO] Screen size: 1476x1281
2025-06-01 15:08:43,839 [INFO] Device size: 1421x1130
2025-06-01 15:08:43,847 [DEBUG] out __init__
2025-06-01 15:08:43,847 [DEBUG] in __enter__
2025-06-01 15:08:56,334 [INFO] [LOGIN] Logging-in...
2025-06-01 15:09:06,431 [ERROR] Error during login: Message:
Stacktrace:
GetHandleVerifier [0x0x5af173+62931]
GetHandleVerifier [0x0x5af1b4+62996]
(No symbol) [0x0x3c1053]
(No symbol) [0x0x4097ae]
(No symbol) [0x0x409b4b]
(No symbol) [0x0x4521f2]
(No symbol) [0x0x42e4f4]
(No symbol) [0x0x44f9e3]
(No symbol) [0x0x42e2a6]
(No symbol) [0x0x3fd5f0]
(No symbol) [0x0x3fe464]
GetHandleVerifier [0x0x803463+2504899]
GetHandleVerifier [0x0x7fe892+2485490]
GetHandleVerifier [0x0x5d590a+220522]
GetHandleVerifier [0x0x5c6388+157672]
GetHandleVerifier [0x0x5ccb6d+184269]
GetHandleVerifier [0x0x5b7158+95672]
GetHandleVerifier [0x0x5b7300+96096]
GetHandleVerifier [0x0x5a21aa+9738]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
2025-06-01 15:09:06,496 [DEBUG] in __exit__ exc_type=<class 'selenium.common.exceptions.TimeoutException'> exc_value=Message:
Stacktrace:
GetHandleVerifier [0x0x5af173+62931]
GetHandleVerifier [0x0x5af1b4+62996]
(No symbol) [0x0x3c1053]
(No symbol) [0x0x4097ae]
(No symbol) [0x0x409b4b]
(No symbol) [0x0x4521f2]
(No symbol) [0x0x42e4f4]
(No symbol) [0x0x44f9e3]
(No symbol) [0x0x42e2a6]
(No symbol) [0x0x3fd5f0]
(No symbol) [0x0x3fe464]
GetHandleVerifier [0x0x803463+2504899]
GetHandleVerifier [0x0x7fe892+2485490]
GetHandleVerifier [0x0x5d590a+220522]
GetHandleVerifier [0x0x5c6388+157672]
GetHandleVerifier [0x0x5ccb6d+184269]
GetHandleVerifier [0x0x5b7158+95672]
GetHandleVerifier [0x0x5b7300+96096]
GetHandleVerifier [0x0x5a21aa+9738]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
traceback=<traceback object at 0x0000017283423640>
2025-06-01 15:09:06,497 [ERROR]
Traceback (most recent call last):
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\main.py", line 153, in executeBot
Login(desktopBrowser).login()
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\login.py", line 77, in login
self.execute_login()
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\login.py", line 89, in execute_login
emailField = self.utils.waitUntilVisible(By.ID, "i0116")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\utils.py", line 219, in waitUntilVisible
return WebDriverWait(self.webdriver, timeToWait).until(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\support\wait.py", line 138, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
GetHandleVerifier [0x0x5af173+62931]
GetHandleVerifier [0x0x5af1b4+62996]
(No symbol) [0x0x3c1053]
(No symbol) [0x0x4097ae]
(No symbol) [0x0x409b4b]
(No symbol) [0x0x4521f2]
(No symbol) [0x0x42e4f4]
(No symbol) [0x0x44f9e3]
(No symbol) [0x0x42e2a6]
(No symbol) [0x0x3fd5f0]
(No symbol) [0x0x3fe464]
GetHandleVerifier [0x0x803463+2504899]
GetHandleVerifier [0x0x7fe892+2485490]
GetHandleVerifier [0x0x5d590a+220522]
GetHandleVerifier [0x0x5c6388+157672]
GetHandleVerifier [0x0x5ccb6d+184269]
GetHandleVerifier [0x0x5b7158+95672]
GetHandleVerifier [0x0x5b7300+96096]
GetHandleVerifier [0x0x5a21aa+9738]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\main.py", line 33, in main
earned_points = executeBot(currentAccount)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\main.py", line 151, in executeBot
with Browser(mobile=False, account=currentAccount) as desktopBrowser:
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\browser.py", line 72, in __exit__
self.webdriver.close()
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 595, in close
self.execute(Command.CLOSE)
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 447, in execute
self.error_handler.check_response(response)
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 232, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.InvalidSessionIdException: Message: invalid session id
Stacktrace:
GetHandleVerifier [0x0x5af173+62931]
GetHandleVerifier [0x0x5af1b4+62996]
(No symbol) [0x0x3c0ece]
(No symbol) [0x0x3fc8b8]
(No symbol) [0x0x42e366]
(No symbol) [0x0x429e12]
(No symbol) [0x0x4293a6]
(No symbol) [0x0x393a05]
(No symbol) [0x0x393f5e]
(No symbol) [0x0x3943ed]
GetHandleVerifier [0x0x803463+2504899]
GetHandleVerifier [0x0x7fe892+2485490]
GetHandleVerifier [0x0x5d590a+220522]
GetHandleVerifier [0x0x5c6388+157672]
GetHandleVerifier [0x0x5ccb6d+184269]
(No symbol) [0x0x3936d0]
(No symbol) [0x0x392edd]
GetHandleVerifier [0x0x9296ec+3709772]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
2025-06-01 15:09:06,500 [INFO] [POINTS] Data saved for the next day.
2025-06-01 15:17:43,997 [INFO] ********************tedsterpotter@gmail.com********************
2025-06-01 15:17:43,998 [DEBUG] in __init__
2025-06-01 15:17:51,147 [INFO] Screen size: 2337x1298
2025-06-01 15:17:51,147 [INFO] Device size: 2282x1147
2025-06-01 15:17:51,156 [DEBUG] out __init__
2025-06-01 15:17:51,156 [DEBUG] in __enter__
2025-06-01 15:18:03,638 [INFO] [LOGIN] Logging-in...
2025-06-01 15:18:13,735 [ERROR] Error during login: Message:
Stacktrace:
GetHandleVerifier [0x0xe8f173+62931]
GetHandleVerifier [0x0xe8f1b4+62996]
(No symbol) [0x0xca1053]
(No symbol) [0x0xce97ae]
(No symbol) [0x0xce9b4b]
(No symbol) [0x0xd321f2]
(No symbol) [0x0xd0e4f4]
(No symbol) [0x0xd2f9e3]
(No symbol) [0x0xd0e2a6]
(No symbol) [0x0xcdd5f0]
(No symbol) [0x0xcde464]
GetHandleVerifier [0x0x10e3463+2504899]
GetHandleVerifier [0x0x10de892+2485490]
GetHandleVerifier [0x0xeb590a+220522]
GetHandleVerifier [0x0xea6388+157672]
GetHandleVerifier [0x0xeacb6d+184269]
GetHandleVerifier [0x0xe97158+95672]
GetHandleVerifier [0x0xe97300+96096]
GetHandleVerifier [0x0xe821aa+9738]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
2025-06-01 15:18:13,791 [DEBUG] in __exit__ exc_type=<class 'selenium.common.exceptions.TimeoutException'> exc_value=Message:
Stacktrace:
GetHandleVerifier [0x0xe8f173+62931]
GetHandleVerifier [0x0xe8f1b4+62996]
(No symbol) [0x0xca1053]
(No symbol) [0x0xce97ae]
(No symbol) [0x0xce9b4b]
(No symbol) [0x0xd321f2]
(No symbol) [0x0xd0e4f4]
(No symbol) [0x0xd2f9e3]
(No symbol) [0x0xd0e2a6]
(No symbol) [0x0xcdd5f0]
(No symbol) [0x0xcde464]
GetHandleVerifier [0x0x10e3463+2504899]
GetHandleVerifier [0x0x10de892+2485490]
GetHandleVerifier [0x0xeb590a+220522]
GetHandleVerifier [0x0xea6388+157672]
GetHandleVerifier [0x0xeacb6d+184269]
GetHandleVerifier [0x0xe97158+95672]
GetHandleVerifier [0x0xe97300+96096]
GetHandleVerifier [0x0xe821aa+9738]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
traceback=<traceback object at 0x00000229DEE63D80>
2025-06-01 15:18:13,792 [ERROR]
Traceback (most recent call last):
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\main.py", line 153, in executeBot
Login(desktopBrowser).login()
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\login.py", line 77, in login
self.execute_login()
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\login.py", line 89, in execute_login
emailField = self.utils.waitUntilVisible(By.ID, "i0116")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\utils.py", line 219, in waitUntilVisible
return WebDriverWait(self.webdriver, timeToWait).until(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\support\wait.py", line 138, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
GetHandleVerifier [0x0xe8f173+62931]
GetHandleVerifier [0x0xe8f1b4+62996]
(No symbol) [0x0xca1053]
(No symbol) [0x0xce97ae]
(No symbol) [0x0xce9b4b]
(No symbol) [0x0xd321f2]
(No symbol) [0x0xd0e4f4]
(No symbol) [0x0xd2f9e3]
(No symbol) [0x0xd0e2a6]
(No symbol) [0x0xcdd5f0]
(No symbol) [0x0xcde464]
GetHandleVerifier [0x0x10e3463+2504899]
GetHandleVerifier [0x0x10de892+2485490]
GetHandleVerifier [0x0xeb590a+220522]
GetHandleVerifier [0x0xea6388+157672]
GetHandleVerifier [0x0xeacb6d+184269]
GetHandleVerifier [0x0xe97158+95672]
GetHandleVerifier [0x0xe97300+96096]
GetHandleVerifier [0x0xe821aa+9738]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\main.py", line 33, in main
earned_points = executeBot(currentAccount)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\main.py", line 151, in executeBot
with Browser(mobile=False, account=currentAccount) as desktopBrowser:
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\src\browser.py", line 72, in __exit__
self.webdriver.close()
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 595, in close
self.execute(Command.CLOSE)
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 447, in execute
self.error_handler.check_response(response)
File "C:\Users\tedst\Downloads\MS-Rewards-Farmer-master\venv\Lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 232, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.InvalidSessionIdException: Message: invalid session id
Stacktrace:
GetHandleVerifier [0x0xe8f173+62931]
GetHandleVerifier [0x0xe8f1b4+62996]
(No symbol) [0x0xca0ece]
(No symbol) [0x0xcdc8b8]
(No symbol) [0x0xd0e366]
(No symbol) [0x0xd09e12]
(No symbol) [0x0xd093a6]
(No symbol) [0x0xc73a05]
(No symbol) [0x0xc73f5e]
(No symbol) [0x0xc743ed]
GetHandleVerifier [0x0x10e3463+2504899]
GetHandleVerifier [0x0x10de892+2485490]
GetHandleVerifier [0x0xeb590a+220522]
GetHandleVerifier [0x0xea6388+157672]
GetHandleVerifier [0x0xeacb6d+184269]
(No symbol) [0x0xc736d0]
(No symbol) [0x0xc72edd]
GetHandleVerifier [0x0x12096ec+3709772]
BaseThreadInitThunk [0x0x76035d49+25]
RtlInitializeExceptionChain [0x0x7758d03b+107]
RtlGetAppContainerNamedObjectPath [0x0x7758cfc1+561]
2025-06-01 15:18:13,796 [INFO] [POINTS] Data saved for the next day.
### Screenshots

and then closes itself
### Value of dashboard variable
it wont let me see
6 条评论