Package Details: flaresolverr 3.3.19-1

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: 6
Popularity: 0.000280
First Submitted: 2023-01-05 11:20 (UTC)
Last Updated: 2024-05-26 18:54 (UTC)

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.

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

B28302 commented on 2022-01-23 21:43 (UTC) (edited on 2022-01-23 21:45 (UTC) by B28302)

When trying to run as a service I get:

Jan 23 12:59:07 home-arch systemd[1]: flaresolverr.service: Main process exited, code=exited, status=1/FAILURE
Jan 23 12:59:07 home-arch flaresolverr[148309]: }
Jan 23 12:59:07 home-arch flaresolverr[148309]:   path: '/home/flaresolverr'
Jan 23 12:59:07 home-arch flaresolverr[148309]:   code: 'ENOENT',
Jan 23 12:59:07 home-arch flaresolverr[148309]:   syscall: 'access',
Jan 23 12:59:07 home-arch flaresolverr[148309]:   errno: -2,
Jan 23 12:59:07 home-arch flaresolverr[148309]:     at internal/main/run_main_module.js:17:47 {
Jan 23 12:59:07 home-arch flaresolverr[148309]:     at Function.runMain (pkg/prelude/bootstrap.js:1847:12)
Jan 23 12:59:07 home-arch flaresolverr[148309]:     at Function.Module._load (internal/modules/cjs/loader.js:778:12)
Jan 23 12:59:07 home-arch flaresolverr[148309]:     at Module.load (internal/modules/cjs/loader.js:937:32)
Jan 23 12:59:07 home-arch flaresolverr[148309]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1101:10)
Jan 23 12:59:07 home-arch flaresolverr[148309]:     at Module._compile (pkg/prelude/bootstrap.js:1794:22)
Jan 23 12:59:07 home-arch flaresolverr[148309]:     at Object.<anonymous> (/snapshot/FlareSolverr/dist/server.js:30:43)
Jan 23 12:59:07 home-arch flaresolverr[148309]:     at testWebBrowserInstallation (/snapshot/FlareSolverr/dist/services/sessions.js:67:8)
Jan 23 12:59:07 home-arch flaresolverr[148309]:     at Object.accessSync (pkg/prelude/bootstrap.js:1474:34)
Jan 23 12:59:07 home-arch flaresolverr[148309]:     at Object.accessSync (fs.js:229:3)
Jan 23 12:59:07 home-arch flaresolverr[148309]: 2022-01-23T12:59:07-08:00 ERROR Error: ENOENT: no such file or directory, access '/home/flaresolverr'
Jan 23 12:59:07 home-arch flaresolverr[148309]: 2022-01-23T12:59:07-08:00 INFO Testing web browser installation...
Jan 23 12:59:07 home-arch flaresolverr[148309]: 2022-01-23T12:59:07-08:00 INFO FlareSolverr v2.1.0

Not sure if the command "sudo useradd --system --shell=/usr/sbin/nologin flaresolverr" is correct (because it didn't create the home directory for flaresolverr).

HLFH commented on 2022-01-02 16:50 (UTC)

Ok thanks, I updated to 2.1.0.

txtsd commented on 2022-01-02 15:04 (UTC)

Okay, I added you as co-maintainer. Thanks for helping while I wait on my PSU to be fixed.

HLFH commented on 2022-01-02 14:49 (UTC)

@txtsd I maintain 28 packages. If you need help, I can co-maintain or maintain, up to you.

txtsd commented on 2021-12-27 16:30 (UTC)

My PSU is fried so I have no access to a desktop atm. In the mean time, if anyone wants to be a maintainer and help, let me know.

bader commented on 2021-12-17 20:44 (UTC) (edited on 2021-12-17 20:55 (UTC) by bader)

To fix the error

chown: invalid user: ‘flaresolverr:flaresolverr’

create the user using the command

sudo useradd --system --shell=/usr/sbin/nologin flaresolverr 

For more information, checkout the manpage

<deleted-account> commented on 2021-12-10 04:24 (UTC)

Might be an issue with the current version. Got "invalid user flaresolverr:flaresolverr" when trying to install. Got around it by creating the user manually.

txtsd commented on 2021-10-31 09:05 (UTC)

@k4nar Thank you. I don't have access to my desktop atm, so it might be a while before I can update it.

k4nar commented on 2021-10-31 08:31 (UTC)

The package dbus-glib should be added to the dependencies, otherwise libdbus-glib-1.so.2 is missing.