Flaresolverr does not work correctly on Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 ? #7

Closed
opened 2025-04-09 15:00:20 +00:00 by tcsenpai · 0 comments
Owner

Originally created by @hoesaek on 3/28/2025

Have you checked our README?

  • I have checked the README

Have you followed our Troubleshooting?

  • I have followed your Troubleshooting

Is there already an issue for your problem?

  • I have checked older issues, open and closed

Have you checked the discussions?

  • I have read the Discussions

Have you ACTUALLY checked all these?

YES

Environment

- FlareSolverr version: v3.3.21
- Last working FlareSolverr version: unsure, if it has already worked
- Operating system: Linux-6.10.11-amd64-x86_64-with-glibc2.31
- Are you using Docker: yes
- FlareSolverr User-Agent (see log traces or / endpoint): Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
- Are you using a VPN: no, none on the docker pc
- Are you using a Proxy: no
- Are you using Captcha Solver: no, Captcha Solver value = "none"
- If using captcha solver, which one: n/a
- URL to test this issue: cannot ^^' but several screenshots show the problem accessible below.

Description

Hello everyone,

First of all, I'd like to apologize if I've got it all wrong, but I've encountered several problems using flaresolverr.

As far as the FlareSolverr console log is concerned, I don't see any request or status that is remotely linked to YGG or other indexers.

Even if I increase the timeout value, it doesn't change the problem.

Furthermore, the VPN question is a bit ambiguous. I do use one, but not on the Docker server PC that contains the FlareSolverr container, rather on the one that accesses Portainer. So, I don't know if that has anything to do with it?

Lastly, FlareSolverr is used as a local proxy, but Jackett and/or Prowlarr (my search indexers) don't reach it, and the environment variables don't work because, for captcha solver, there aren't any according to the latest updated repository.


Even though an error of this type already exists, it has not been resolved.

Thank you in advance if someone knows how to bypass or make FlareSolverr work correctly, mainly for the Yggtorrent indexer.


Best regards

Logged Error Messages

An error occurred while updating this indexer

Exception: System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 30 seconds elapsing. 
---> System.TimeoutException: A task was canceled. 
---> System.Threading.Tasks.TaskCanceledException: A task was canceled. 
    at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) 
    at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) 
    at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) 
    at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) 
    at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) 
--- End of inner exception stack trace --- 
--- End of inner exception stack trace --- 
    at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts) 
    at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) 
    at FlareSolverrSharp.Solvers.FlareSolverr.
<>c__DisplayClass12_0.<<SendFlareSolverrRequest>b__0>d.MoveNext()

Screenshots

Image

Image

Image

*Originally created by @hoesaek on 3/28/2025* ### Have you checked our README? - [x] I have checked the README ### Have you followed our Troubleshooting? - [x] I have followed your Troubleshooting ### Is there already an issue for your problem? - [x] I have checked older issues, open and closed ### Have you checked the discussions? - [x] I have read the Discussions ### Have you ACTUALLY checked all these? YES ### Environment ```markdown - FlareSolverr version: v3.3.21 - Last working FlareSolverr version: unsure, if it has already worked - Operating system: Linux-6.10.11-amd64-x86_64-with-glibc2.31 - Are you using Docker: yes - FlareSolverr User-Agent (see log traces or / endpoint): Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 - Are you using a VPN: no, none on the docker pc - Are you using a Proxy: no - Are you using Captcha Solver: no, Captcha Solver value = "none" - If using captcha solver, which one: n/a - URL to test this issue: cannot ^^' but several screenshots show the problem accessible below. ``` ### Description # Hello everyone, First of all, I'd like to apologize if I've got it all wrong, but I've encountered several problems using flaresolverr. As far as the **FlareSolverr** console log is concerned, I don't see any request or status that is remotely linked to **YGG** or other indexers. Even if I increase the **timeout value**, it doesn't change the problem. Furthermore, the **VPN question** is a bit ambiguous. I do use one, but **not on the Docker server PC** that contains the **FlareSolverr** container, rather on the one that accesses **Portainer**. So, I don't know if that has anything to do with it? Lastly, **FlareSolverr** is used as a local proxy, but **Jackett** and/or **Prowlarr** (my search indexers) don't reach it, and the **environment variables** don't work because, for **captcha solver**, there aren't any according to the latest updated repository. --- Even though an error of this type already exists, it has **not been resolved**. Thank you in advance if someone knows how to bypass or make **FlareSolverr** work correctly, mainly for the **Yggtorrent** indexer. --- **Best regards** ### Logged Error Messages ```text An error occurred while updating this indexer Exception: System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 30 seconds elapsing. ---> System.TimeoutException: A task was canceled. ---> System.Threading.Tasks.TaskCanceledException: A task was canceled. at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) --- End of inner exception stack trace --- --- End of inner exception stack trace --- at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at FlareSolverrSharp.Solvers.FlareSolverr. <>c__DisplayClass12_0.<<SendFlareSolverrRequest>b__0>d.MoveNext() ``` ### Screenshots ![Image](https://github.com/user-attachments/assets/8542a9a7-24aa-492a-b639-532eeb30ce3f) ![Image](https://github.com/user-attachments/assets/7fe8a9cf-8313-4e87-a453-06c3eaabfc51) ![Image](https://github.com/user-attachments/assets/eca2d3db-489c-451b-9e5b-8cdab0c671ac)
tcsenpai added the
duplicate
duplicate
duplicate
duplicate
labels 2025-04-09 15:00:21 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/FlareSolverr#7
No description provided.