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

[BUG] NewConnectionError #444

Open
2 tasks done
iDarkSnow opened this issue Feb 20, 2024 · 0 comments
Open
2 tasks done

[BUG] NewConnectionError #444

iDarkSnow opened this issue Feb 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@iDarkSnow
Copy link

iDarkSnow commented Feb 20, 2024

Before submitting a bug report...

  • 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

@iDarkSnow iDarkSnow added the bug Something isn't working label Feb 20, 2024
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

1 participant