@txtsd
Chromium is set as a dependency for flaresolverr, roling back chromium to 126 resolved the issue. thanks!
Git Clone URL: | https://aur.archlinux.org/flaresolverr.git (read-only, click to copy) |
---|---|
Package Base: | flaresolverr |
Description: | A proxy server to bypass Cloudflare protection |
Upstream URL: | https://github.com/FlareSolverr/FlareSolverr |
Keywords: | captcha cloudflare jackett proxy |
Licenses: | MIT |
Submitter: | txtsd |
Maintainer: | txtsd |
Last Packager: | txtsd |
Votes: | 7 |
Popularity: | 0.68 |
First Submitted: | 2023-01-05 11:20 (UTC) |
Last Updated: | 2024-11-10 06:58 (UTC) |
@txtsd
Chromium is set as a dependency for flaresolverr, roling back chromium to 126 resolved the issue. thanks!
@Sisco88 Try with Chrome instead of Chromium. This means you might have to uninstall Chromium. If everything fails, flaresolverr-bin works well.
EDIT: Chromium 126 is the last version that works with flaresolverr.
After update to the latest version, flaresolverr no longer starts and is stuck on "Launching web browser":
2024-11-17 14:38:22 INFO FlareSolverr 3.3.21
2024-11-17 14:38:22 INFO Testing web browser installation...
2024-11-17 14:38:22 INFO Platform: Linux-6.11.8-arch1-2-x86_64-with-glibc2.40
2024-11-17 14:38:22 INFO Chrome / Chromium path: /usr/bin/chromium
2024-11-17 14:38:22 INFO Chrome / Chromium major version: 131
2024-11-17 14:38:22 INFO Launching web browser...
This package use to incorrectly build from source in the past. It now correctly builds from an archive of the source without needing dependencies like git
.
Please report any user-agent related errors that stem from running recent versions of Chrome and Chromium upstream.
flaresolverr
does not currently work with latest versions of python-selenium
. The latest version of python-selenium
that flaresolverr
works with is 4.12.0
.
Here's what you wanted, but let's take this to the issue ticket I created on Github.
https://github.com/FlareSolverr/FlareSolverr/issues/928
❯ ls -lh /usr/bin/*chrom*
-rwxr-xr-x 1 root root 13M Oct 24 22:53 /usr/bin/chromedriver
-rwxr-xr-x 1 root root 14K Oct 24 22:53 /usr/bin/chromium
-rwxr-xr-x 1 root root 324 Oct 19 10:02 /usr/bin/google-chrome-unstable
-rwxr-xr-x 1 root root 35K Sep 21 14:24 /usr/bin/vppchromasitting
It can't find your browser's binary.
Please post the output of: ls -lh /usr/bin/*chrom*
I do have chromium installed. I expressly installed it and actually have it setup with Group Speed Dial, Emby, Tribel, and Reddit as the default start pages. I have my Chromium shortcut name as Emby as well.
@Locutus64 You don't seem to have chromium
installed. Could you try installing chromium and restarting the service?
I'm trying to set up flaresolverr with Prowlarr and it just is not working. Flaresolver is active and running.
laresolverr.service - FlareSolverr
Loaded: loaded (/usr/lib/systemd/system/flaresolverr.service; enabled; preset: disabled)
Active: active (running) since Sun 2023-10-22 16:35:24 PDT; 5min ago
Main PID: 20878 (flaresolverr)
Tasks: 6 (limit: 28639)
Memory: 155.6M
CPU: 2.019s
CGroup: /system.slice/flaresolverr.service
├─20878 /opt/flaresolverr/flaresolverr
└─21135 Xvfb :749125826 -screen 0 800x680x24
Oct 22 16:36:25 Unimatrixz-Zero flaresolverr[20878]: 2023-10-22 16:36:25 INFO 127.0.0.1 POST http://localhost:8191/v1 500 Internal Server Error
Oct 22 16:36:26 Unimatrixz-Zero flaresolverr[20878]: 2023-10-22 16:36:26 INFO Incoming request => POST /v1 body: {'maxTimeout': 60000, 'cmd': 'request.get', 'url': 'https://prowlarr.servarr.com/v1/ping', 'proxy': {}}
Oct 22 16:36:26 Unimatrixz-Zero flaresolverr[20878]: 2023-10-22 16:36:26 ERROR Error: Error solving the challenge. \n---------------------\nCould not determine browser executable.\n---------------------\nMake sure your browser is installed in the default location (path).\nIf you are sure about the browser>
Oct 22 16:36:26 Unimatrixz-Zero flaresolverr[20878]: 2023-10-22 16:36:26 INFO Response in 0.003 s
Oct 22 16:36:26 Unimatrixz-Zero flaresolverr[20878]: 2023-10-22 16:36:26 INFO 127.0.0.1 POST http://localhost:8191/v1 500 Internal Server Error
Oct 22 16:39:21 Unimatrixz-Zero flaresolverr[20878]: 2023-10-22 16:39:21 INFO 127.0.0.1 GET http://localhost:8191/ 200 OK
Oct 22 16:39:35 Unimatrixz-Zero flaresolverr[20878]: 2023-10-22 16:39:35 INFO Incoming request => POST /v1 body: {'maxTimeout': 60000, 'cmd': 'request.get', 'url': 'https://prowlarr.servarr.com/v1/ping', 'proxy': {}}
Oct 22 16:39:35 Unimatrixz-Zero flaresolverr[20878]: 2023-10-22 16:39:35 ERROR Error: Error solving the challenge. \n---------------------\nCould not determine browser executable.\n---------------------\nMake sure your browser is installed in the default location (path).\nIf you are sure about the browser>
Oct 22 16:39:35 Unimatrixz-Zero flaresolverr[20878]: 2023-10-22 16:39:35 INFO Response in 0.003 s
Oct 22 16:39:35 Unimatrixz-Zero flaresolverr[20878]: 2023-10-22 16:39:35 INFO 127.0.0.1 POST http://localhost:8191/v1 500 Internal Server Error
Pinned Comments
txtsd commented on 2023-11-13 09:56 (UTC)
This package use to incorrectly build from source in the past. It now correctly builds from an archive of the source without needing dependencies like
git
.Please report any user-agent related errors that stem from running recent versions of Chrome and Chromium upstream.