I've completed the following steps:
OS
Docker on Proxmox (Debian)
Platform and model
PC
Architecture
x86_64
Website
Multiple tested, including idope.se, 1337x.to, and extratorrent.st
Describe the bug
All Cloudflare solve attempts are failing, testing multiple sites gives the same failure result shown in logs.
Currently using main channel as recommended in similar issues, but still having issues. Latest channel also not working.
Unsure when this started as I hadn't been actively using Prowlarr recently, but no failures are logged prior to today.
All sites I've tested load correctly in a web browser and captcha can be solved manually there.
Docker Compose config
image: ghcr.io/thephaseless/byparr:main
container_name: flaresolverr
shm_size: 2gb
environment:
- LOG_LEVEL=${LOG_LEVEL:-info}
- LOG_HTML=${LOG_HTML:-false}
- TZ=Europe/London
ports:
- "${PORT:-8191}:8191"
restart: unless-stopped
(I migrated over from flaresolverr when that stopped working; just changed the image path and added the shm_size value per your compose.yaml example)
Prowlarr Logs
Request for ExtraTorrent.st failed with exception 'HTTP request failed: [500:InternalServerError] [POST] at [http://[IP address]:8191/v1]'. Retrying in 2.1619298s.: HTTP request failed: [500:InternalServerError] [POST] at [http://[IP address]:8191/v1]
NzbDrone.Common.Http.HttpException: HTTP request failed: [500:InternalServerError] [POST] at [http://[IP address]:8191/v1]
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 128
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Prowlarr.Common/Http/HttpClient.cs:line 137
at NzbDrone.Core.IndexerProxies.FlareSolverr.FlareSolverr.PostResponse(HttpResponse response) in ./Prowlarr.Core/IndexerProxies/FlareSolverr/FlareSolverr.cs:line 57
at NzbDrone.Core.Indexers.IndexerHttpClient.<>c.<PostResponse>b__6_0(HttpResponse current, IIndexerProxy selectedProxy) in ./Prowlarr.Core/Indexers/IndexerHttpClient.cs:line 95
at System.Linq.Enumerable.Aggregate[TSource,TAccumulate](IEnumerable`1 source, TAccumulate seed, Func`3 func)
at NzbDrone.Core.Indexers.IndexerHttpClient.PostResponse(HttpResponse response, IList`1 selectedProxies) in ./Prowlarr.Core/Indexers/IndexerHttpClient.cs:line 95
at NzbDrone.Core.Indexers.IndexerHttpClient.ExecuteProxiedAsync(HttpRequest request, ProviderDefinition definition) in ./Prowlarr.Core/Indexers/IndexerHttpClient.cs:line 44
at NzbDrone.Core.Indexers.HttpIndexerBase`1.<>c.<<FetchIndexerResponse>b__57_0>d.MoveNext() in ./Prowlarr.Core/Indexers/HttpIndexerBase.cs:line 665
--- End of stack trace from previous location ---
at Polly.ResiliencePipeline.<>c__9`2.<<ExecuteAsync>b__9_0>d.MoveNext()
{"detail":"Could not bypass challenge"}
Byparr Logs
flaresolverr | INFO: from 172.18.0.1 at 2025-06-11 15:28:53: https://extratorrent.st/
flaresolverr | INFO: Clicked captcha
flaresolverr | INFO: Failed https://extratorrent.st/ in 23.72s
flaresolverr | INFO: 172.18.0.1:36512 - "POST /v1 HTTP/1.1" 500 Internal Server Error
I've completed the following steps:
OS
Docker on Proxmox (Debian)
Platform and model
PC
Architecture
x86_64
Website
Multiple tested, including idope.se, 1337x.to, and extratorrent.st
Describe the bug
All Cloudflare solve attempts are failing, testing multiple sites gives the same failure result shown in logs.
Currently using main channel as recommended in similar issues, but still having issues. Latest channel also not working.
Unsure when this started as I hadn't been actively using Prowlarr recently, but no failures are logged prior to today.
All sites I've tested load correctly in a web browser and captcha can be solved manually there.
Docker Compose config
(I migrated over from flaresolverr when that stopped working; just changed the image path and added the shm_size value per your compose.yaml example)
Prowlarr Logs
Byparr Logs