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
This bug wasn't already reported.
(I have checked every bug report on GitHub)
Title
The title is no longer "[BUG] Title" and I edited it with the right error name.
Describe the bug
When performing the daily set, the browser closes and the following error pops up:
Copy and paste your error
←[38;5;39m2024-02-20 09:46:47,042 [INFO] [LOGIN] Logged-in !←[0m
←[38;5;39m2024-02-20 09:47:03,079 [INFO] [LOGIN] Ensuring login on Bing...←[0m
←[38;5;39m2024-02-20 09:47:08,939 [INFO] [LOGIN] Logged-in successfully !←[0m
←[38;5;39m2024-02-20 09:47:08,939 [INFO] [POINTS] You have 3.295,00 points on your account !←[0m
←[38;5;39m2024-02-20 09:47:08,939 [INFO] [DAILY SET] Trying to complete the Daily Set...←[0m
←[38;5;39m2024-02-20 09:47:25,997 [INFO] [DAILY SET] Completing quiz of card 2←[0m
←[38;5;226m2024-02-20 09:47:33,296 [WARNING] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x000001B82B20F3A0>: Failed to establish a new connection: [WinError 10061] Impossibile stabilire la connessione. Rifiuto persistente del computer di destinazione')': /session/daa1ca7573c959fb4ad80d78ac4819cd/window←[0m
←[38;5;226m2024-02-20 09:47:37,386 [WARNING] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x000001B82E7767F0>: Failed to establish a new connection: [WinError 10061] Impossibile stabilire la connessione. Rifiuto persistente del computer di destinazione')': /session/daa1ca7573c959fb4ad80d78ac4819cd/window←[0m
←[38;5;226m2024-02-20 09:47:41,484 [WARNING] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x000001B82E8EC8B0>: Failed to establish a new connection: [WinError 10061] Impossibile stabilire la connessione. Rifiuto persistente del computer di destinazione')': /session/daa1ca7573c959fb4ad80d78ac4819cd/window←[0m
Exception ignored when trying to send to the signal wakeup fd:
Traceback (most recent call last):
File "C:\Users\aless\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connection.py", line 174, in _new_conn
conn = connection.create_connection(
OSError: [WinError 10038] Tentativo di operazione su un elemento diverso dal socket
Exception ignored when trying to send to the signal wakeup fd:
Traceback (most recent call last):
File "C:\Users\aless\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connection.py", line 174, in _new_conn
conn = connection.create_connection(
OSError: [WinError 10038] Tentativo di operazione su un elemento diverso dal socket
Traceback (most recent call last):
File "C:\Users\aless\Desktop\Microsoft Rewards\Microsoft-Rewards-Farmer\src\dailySet.py", line 48, in completeDailySet
self.activities.completeQuiz()
File "C:\Users\aless\Desktop\Microsoft Rewards\Microsoft-Rewards-Farmer\src\activities.py", line 41, in completeQuiz
self.webdriver.find_element(By.XPATH, '//*[@id="rqStartQuiz"]').click()
File "C:\Users\aless\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 94, in click
self._execute(Command.CLICK_ELEMENT)
File "C:\Users\aless\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
return self._parent.execute(command, params)
File "C:\Users\aless\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 347, in execute
self.error_handler.check_response(response)
File "C:\Users\aless\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element is not clickable at point (389, 914). Other element would receive the click:
(Session info: chrome=121.0.6167.185)
Stacktrace:
GetHandleVerifier [0x006FE123+48179]
(No symbol) [0x00685D01]
(No symbol) [0x0056D72D]
(No symbol) [0x005AAF2B]
(No symbol) [0x005A9637]
(No symbol) [0x005A768B]
(No symbol) [0x005A6826]
(No symbol) [0x0059D770]
(No symbol) [0x005C3C8C]
(No symbol) [0x0059D1AE]
(No symbol) [0x005C3F24]
(No symbol) [0x005DAA1E]
(No symbol) [0x005C3A26]
(No symbol) [0x0059B7BC]
(No symbol) [0x0059C62D]
GetHandleVerifier [0x00A17C33+3299139]
GetHandleVerifier [0x00A55BF2+3553026]
GetHandleVerifier [0x00A50BCC+3532508]
GetHandleVerifier [0x0079494E+664670]
(No symbol) [0x00690AB4]
(No symbol) [0x0068BF08]
(No symbol) [0x0068C02D]
(No symbol) [0x0067DD00]
BaseThreadInitThunk [0x77327BA9+25]
RtlInitializeExceptionChain [0x77C2BDAB+107]
RtlClearBits [0x77C2BD2F+191]
Screenshots
I can't take a screenshot of the browser when running with -v since the browser closes, but the error appears both with and without the -v parameter
Value of dashboard variable
None
EDIT: If i manually do the daily activities the searches work fine
The text was updated successfully, but these errors were encountered:
Before submitting a bug report...
(I have checked every bug report on GitHub)
Title
Describe the bug
When performing the daily set, the browser closes and the following error pops up:
Copy and paste your error
←[38;5;39m2024-02-20 09:46:47,042 [INFO] [LOGIN] Logged-in !←[0m
←[38;5;39m2024-02-20 09:47:03,079 [INFO] [LOGIN] Ensuring login on Bing...←[0m
←[38;5;39m2024-02-20 09:47:08,939 [INFO] [LOGIN] Logged-in successfully !←[0m
←[38;5;39m2024-02-20 09:47:08,939 [INFO] [POINTS] You have 3.295,00 points on your account !←[0m
←[38;5;39m2024-02-20 09:47:08,939 [INFO] [DAILY SET] Trying to complete the Daily Set...←[0m
←[38;5;39m2024-02-20 09:47:25,997 [INFO] [DAILY SET] Completing quiz of card 2←[0m
←[38;5;226m2024-02-20 09:47:33,296 [WARNING] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x000001B82B20F3A0>: Failed to establish a new connection: [WinError 10061] Impossibile stabilire la connessione. Rifiuto persistente del computer di destinazione')': /session/daa1ca7573c959fb4ad80d78ac4819cd/window←[0m
←[38;5;226m2024-02-20 09:47:37,386 [WARNING] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x000001B82E7767F0>: Failed to establish a new connection: [WinError 10061] Impossibile stabilire la connessione. Rifiuto persistente del computer di destinazione')': /session/daa1ca7573c959fb4ad80d78ac4819cd/window←[0m
←[38;5;226m2024-02-20 09:47:41,484 [WARNING] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x000001B82E8EC8B0>: Failed to establish a new connection: [WinError 10061] Impossibile stabilire la connessione. Rifiuto persistente del computer di destinazione')': /session/daa1ca7573c959fb4ad80d78ac4819cd/window←[0m
Exception ignored when trying to send to the signal wakeup fd:
Traceback (most recent call last):
File "C:\Users\aless\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connection.py", line 174, in _new_conn
conn = connection.create_connection(
OSError: [WinError 10038] Tentativo di operazione su un elemento diverso dal socket
Exception ignored when trying to send to the signal wakeup fd:
Traceback (most recent call last):
File "C:\Users\aless\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connection.py", line 174, in _new_conn
conn = connection.create_connection(
OSError: [WinError 10038] Tentativo di operazione su un elemento diverso dal socket
Traceback (most recent call last):
File "C:\Users\aless\Desktop\Microsoft Rewards\Microsoft-Rewards-Farmer\src\dailySet.py", line 48, in completeDailySet
self.activities.completeQuiz()
File "C:\Users\aless\Desktop\Microsoft Rewards\Microsoft-Rewards-Farmer\src\activities.py", line 41, in completeQuiz
self.webdriver.find_element(By.XPATH, '//*[@id="rqStartQuiz"]').click()
File "C:\Users\aless\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 94, in click
self._execute(Command.CLICK_ELEMENT)
File "C:\Users\aless\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
return self._parent.execute(command, params)
File "C:\Users\aless\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 347, in execute
self.error_handler.check_response(response)
File "C:\Users\aless\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element is not clickable at point (389, 914). Other element would receive the click:
(Session info: chrome=121.0.6167.185)
Stacktrace:
GetHandleVerifier [0x006FE123+48179]
(No symbol) [0x00685D01]
(No symbol) [0x0056D72D]
(No symbol) [0x005AAF2B]
(No symbol) [0x005A9637]
(No symbol) [0x005A768B]
(No symbol) [0x005A6826]
(No symbol) [0x0059D770]
(No symbol) [0x005C3C8C]
(No symbol) [0x0059D1AE]
(No symbol) [0x005C3F24]
(No symbol) [0x005DAA1E]
(No symbol) [0x005C3A26]
(No symbol) [0x0059B7BC]
(No symbol) [0x0059C62D]
GetHandleVerifier [0x00A17C33+3299139]
GetHandleVerifier [0x00A55BF2+3553026]
GetHandleVerifier [0x00A50BCC+3532508]
GetHandleVerifier [0x0079494E+664670]
(No symbol) [0x00690AB4]
(No symbol) [0x0068BF08]
(No symbol) [0x0068C02D]
(No symbol) [0x0067DD00]
BaseThreadInitThunk [0x77327BA9+25]
RtlInitializeExceptionChain [0x77C2BDAB+107]
RtlClearBits [0x77C2BD2F+191]
Screenshots
I can't take a screenshot of the browser when running with -v since the browser closes, but the error appears both with and without the -v parameter
Value of dashboard variable
None
EDIT: If i manually do the daily activities the searches work fine
The text was updated successfully, but these errors were encountered: