Open trivarialthea opened 2 months ago
I am having issues as well. Tried the last 3 revs. No change. All have the following error.
2024-09-02 09:55:09,432 DEBG 'flaresolverr' stdout output:
2024-09-02 09:55:09 INFO Incoming request => POST /v1 body: {'maxTimeout': 60000, 'cmd': 'request.get', 'url': 'https://somesite.me/login.php', 'proxy': {'url': 'http://192.168.123.456:8118'}}
2024-09-02 09:55:10,679 DEBG 'flaresolverr' stdout output:
2024-09-02 09:55:10 INFO Challenge detected. Title found: Just a moment...
2024-09-02 09:56:10,169 DEBG 'flaresolverr' stdout output:
2024-09-02 09:56:10 ERROR Error: Error solving the challenge. Timeout after 60.0 seconds.
2024-09-02 09:56:10,171 DEBG 'flaresolverr' stdout output:
2024-09-02 09:56:10 INFO Response in 60.738 s
2024-09-02 09:56:10 INFO 172.17.0.1 POST http://192.168.123.456:8191/v1 500 Internal Server Error
I am getting a Test successful when the docker boots up.
Hi,
Would you mind implementing this patch https://github.com/FlareSolverr/FlareSolverr/issues/1253 from this repo https://github.com/MCG-pok/FlareSolverr/blob/master/src/flaresolverr_service.py in your container?
Quite a few websites give "500 Internal Server Error" without it and as your docker container uses the precompiled binary and not source, it is not possible to edit the patch directly in the container.
Thank you.