Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it #2635
HeyHarry3636
started this conversation in
General
Replies: 1 comment
-
I face the same urllib3 error on Ubuntu 24 on GCP, docker and v47.03 This is a plaintext monitor:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Receiving the error below
HTTPConnectionPool(host='localhost', port=9515): Max retries exceeded with url: /session (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x000002488E324A10>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it'))
Version
v0.46.04
To Reproduce
HTTPConnectionPool(host='localhost', port=9515): Max retries exceeded with url: /session (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x000002488E324A10>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it'))
https://changedetection.io/share/aAitbKJ-9Csa
Expected behavior
Target is the 30-year fixed interest rate in this specific case from https://www.mortgagenewsdaily.com/mortgage-rates. But this error also applies to my other watches.
Screenshots
Desktop (please complete the following information):
Additional context
If I recall correctly, everything was functional at Chrome/Chrome Driver version 126.x.
Running this outside of my batch script and directly from the command prompt via changedetection.py yields the same results.
Beta Was this translation helpful? Give feedback.
All reactions