Flaresolverr broken #2264

Closed
opened 2025-11-20 05:26:22 -05:00 by saavagebueno · 3 comments
Owner

Originally created by @CrazyWolf13 on GitHub (Nov 7, 2025).

Originally assigned to: @CrazyWolf13 on GitHub.

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

flaresolverr

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/flaresolverr.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

9.0.0

📝 Provide a clear and concise description of the issue.

Flaresolverr uses all CPU and enters an infinite reboot loop. It's nearly impossible to recover the LXC.

🔄 Steps to reproduce the issue.

Update to latest v3.4.4 of flaresolverr.

Paste the full error output (if available).

🖼️ Additional context (optional).

No response

Originally created by @CrazyWolf13 on GitHub (Nov 7, 2025). Originally assigned to: @CrazyWolf13 on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? flaresolverr ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/flaresolverr.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? 9.0.0 ### 📝 Provide a clear and concise description of the issue. Flaresolverr uses all CPU and enters an infinite reboot loop. It's nearly impossible to recover the LXC. ### 🔄 Steps to reproduce the issue. Update to latest v3.4.4 of flaresolverr. ### ❌ Paste the full error output (if available). - ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:26:22 -05:00
Author
Owner

@CrazyWolf13 commented on GitHub (Nov 7, 2025):

Upstream issue: https://github.com/FlareSolverr/FlareSolverr/issues/1610

To recover a flarresolverr LXC that has already been update to v3.4.4 use the following steps:

  • Recover a backup

If that's not possible use the following steps:

  • Stop the LXC
  • Write down the LXC password
  • Start the LXC
  • Immediately log into the LXC and enter the following command:
  • systemctl disable flaresolverr
  • This has to be done VERY quickly
  • reboot the lxc
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/core.func)
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/tools.func)
fetch_and_deploy_gh_release "flaresolverr" "FlareSolverr/FlareSolverr" "prebuild" "v3.4.3" "/opt/flaresolverr" "flaresolverr_linux_x64.tar.gz"
systemctl enable flaresolverr
reboot
  • this will download the second latest release and reboot the lxc, after that it should be working again
@CrazyWolf13 commented on GitHub (Nov 7, 2025): Upstream issue: https://github.com/FlareSolverr/FlareSolverr/issues/1610 To recover a flarresolverr LXC that has already been update to v3.4.4 use the following steps: - Recover a backup If that's not possible use the following steps: - Stop the LXC - Write down the LXC password - Start the LXC - Immediately log into the LXC and enter the following command: - `systemctl disable flaresolverr` - This has to be done **VERY** quickly - reboot the lxc - ```bash source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/core.func) source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/tools.func) fetch_and_deploy_gh_release "flaresolverr" "FlareSolverr/FlareSolverr" "prebuild" "v3.4.3" "/opt/flaresolverr" "flaresolverr_linux_x64.tar.gz" systemctl enable flaresolverr reboot ``` - this will download the second latest release and reboot the lxc, after that it should be working again
Author
Owner

@ilike2burnthing commented on GitHub (Nov 10, 2025):

Should be resolved - https://github.com/FlareSolverr/FlareSolverr/releases/v3.4.5

@ilike2burnthing commented on GitHub (Nov 10, 2025): Should be resolved - https://github.com/FlareSolverr/FlareSolverr/releases/v3.4.5
Author
Owner

@CrazyWolf13 commented on GitHub (Nov 11, 2025):

Seems resolved for me:

Nov 11 08:15:44 flaresolverr systemd[1]: Started flaresolverr.service - FlareSolverr.
Nov 11 08:15:44 flaresolverr flaresolverr[129]: 2025-11-11 08:15:44 INFO     FlareSolverr 3.4.5
Nov 11 08:15:44 flaresolverr flaresolverr[129]: 2025-11-11 08:15:44 INFO     Testing web browser installation...
Nov 11 08:15:44 flaresolverr flaresolverr[129]: 2025-11-11 08:15:44 INFO     Platform: Linux-6.14.11-1-pve-x86_64-with-glibc2.41
Nov 11 08:15:44 flaresolverr flaresolverr[129]: 2025-11-11 08:15:44 INFO     Chrome / Chromium path: /opt/flaresolverr/_internal/chrome/chrome
Nov 11 08:15:44 flaresolverr flaresolverr[129]: 2025-11-11 08:15:44 INFO     Chrome / Chromium major version: 142
Nov 11 08:15:44 flaresolverr flaresolverr[129]: 2025-11-11 08:15:44 INFO     Launching web browser...
Nov 11 08:15:46 flaresolverr flaresolverr[129]: 2025-11-11 08:15:46 INFO     FlareSolverr User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36
Nov 11 08:15:46 flaresolverr flaresolverr[129]: 2025-11-11 08:15:46 INFO     Test successful!
Nov 11 08:15:46 flaresolverr flaresolverr[129]: 2025-11-11 08:15:46 INFO     Serving on http://0.0.0.0:8191

Thanks for the heads up @ilike2burnthing !

@CrazyWolf13 commented on GitHub (Nov 11, 2025): Seems resolved for me: ```bash Nov 11 08:15:44 flaresolverr systemd[1]: Started flaresolverr.service - FlareSolverr. Nov 11 08:15:44 flaresolverr flaresolverr[129]: 2025-11-11 08:15:44 INFO FlareSolverr 3.4.5 Nov 11 08:15:44 flaresolverr flaresolverr[129]: 2025-11-11 08:15:44 INFO Testing web browser installation... Nov 11 08:15:44 flaresolverr flaresolverr[129]: 2025-11-11 08:15:44 INFO Platform: Linux-6.14.11-1-pve-x86_64-with-glibc2.41 Nov 11 08:15:44 flaresolverr flaresolverr[129]: 2025-11-11 08:15:44 INFO Chrome / Chromium path: /opt/flaresolverr/_internal/chrome/chrome Nov 11 08:15:44 flaresolverr flaresolverr[129]: 2025-11-11 08:15:44 INFO Chrome / Chromium major version: 142 Nov 11 08:15:44 flaresolverr flaresolverr[129]: 2025-11-11 08:15:44 INFO Launching web browser... Nov 11 08:15:46 flaresolverr flaresolverr[129]: 2025-11-11 08:15:46 INFO FlareSolverr User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Nov 11 08:15:46 flaresolverr flaresolverr[129]: 2025-11-11 08:15:46 INFO Test successful! Nov 11 08:15:46 flaresolverr flaresolverr[129]: 2025-11-11 08:15:46 INFO Serving on http://0.0.0.0:8191 ``` Thanks for the heads up @ilike2burnthing !
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2264