Replies: 3 comments 1 reply
-
Did you manage to get it working somehow? I have the same error message and have been unable to use FlareSolver. |
Beta Was this translation helpful? Give feedback.
0 replies
-
its possible the URL to your flaresolvrr is wrong, do you know if its correct? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I am guessing the problem here is that flaresolverr isn't an HTTP Proxy per se. You'd need to integrate with it via a DelegatingHandler like Jackett does. |
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
I'm trying to use a proxy, Flaresolverr, to get around clouflare protection. I've set it all up and the proxy is reachable from within the container, but when I try to check a site it shows "Exception: net::ERR_TUNNEL_CONNECTION_FAILED at ". This also shows in the docker logs:
I set the logging to the TRACE level.
Additionally, I get this for the first default watch that's in it with flaresolverr as default proxy still enabled:
Exception: HTTPSConnectionPool(host='news.ycombinator.com', port=443): Max retries exceeded with url: / (Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 404 Not Found')))
And in docker logs:
Version
v0.45.24
To Reproduce
Steps to reproduce the behavior:
http://flaresolverr:8191
as the address. (With a direct IP it gives the same error)! ALWAYS INCLUDE AN EXAMPLE URL WHERE IT IS POSSIBLE TO RE-CREATE THE ISSUE - USE THE 'SHARE WATCH' FEATURE AND PASTE IN THE SHARE-LINK!
https://changedetection.io/share/1L-JtXxNAf8a
Expected behavior
It should just work with the flaresolverr proxy, I don't think it's different than other proxies (I might be wrong, apologies if so) and it works with other services correctly.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Didn't use, also not applicable I think for this problem just like desktop.
Additional context
I'm using playwright-chrome, but as explained earlier the default watch gets a similar error which uses the default watcher.
If I just did something stupid or forgot a config variable somewhere, sorry! Just discovered this project and I'm trying to set it up to keep track of some good deals. It looks very promising so far, so thanks for making this!
Let me know if I need to provide anything else!
Beta Was this translation helpful? Give feedback.
All reactions