View Single Post
Old 01-29-2024, 06:35 PM   #9224
John Maverick
Connoisseur
John Maverick began at the beginning.
 
Posts: 61
Karma: 10
Join Date: Oct 2018
Device: none
Quote:
Originally Posted by JimmXinu View Post
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?
John Maverick is offline   Reply With Quote