Quote:
Originally Posted by JimmXinu
Assuming you are using the default port numbers and running both on the same computer, I would suspect that there's a firewall module or something blocking the connection.
|
I tested using FlareSolverr from the cli with curl, to see if this is a firewall problem or anything else. It can get a susesful response with webs that don't have Cloudflare challenges, like google.com or php.net.
But when trying to do the same with a story of ff.net like this:
Code:
curl -L -X POST 'http://localhost:8191/v1' \
-H 'Content-Type: application/json' \
--data-raw '{
"cmd": "request.get",
"url":"https://www.fanfiction.net/s/14321954/1/Dragon-Ball-M-Mirai-New-Future",
"maxTimeout": 120000
}'
I get this response:
Code:
{"status": "error", "message": "Error: Error solving the challenge. Timeout after 120.0 seconds.", "startTimestamp": 1706570463731, "endTimestamp": 1706570584578, "version": "3.3.13"}
It seems more like for some reason FlareSolverr can't resolve the challenge. But is strange that this seems only happening to me. Anyone else is getting similar errors?