View Single Post
Old Yesterday, 12:53 PM   #11182
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,024
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by DevilsReject97 View Post
Finally got flaresolverr to throw an actual error

Was trying your method of just downloading 100 chapters and got this.

Tried it again with 25 chapters and then FFF gave me a different error

Flaresolverr was still running on the machine despite FFF asking me if it was..
Either the site is extremely flakey, or the site is blocking you. Neither of which are in our control.

You can try drastically increasing the slow down time and timeouts, but I honestly can't think of anything else that can be done from our end.
Code:
## number of seconds to sleep between calls to the story site.  May be
## useful if pulling large numbers of stories or if the site is slow.
## The actual sleep time used on each request is a random number
## between 0.5 and 1.5 times slow_down_sleep_time.
slow_down_sleep_time:60

## (FFF's connection timeout to flaresolverr when using FS)
## How long to wait for each HTTP connection to finish in seconds.
## Longer times are better for sites that are slow to respond.
## Shorter times prevent excessive wait when your network or the site
## is down.
connect_timeout:120.0

## What we tell FS to use for it's timeout:
## flaresolverr_proxy_timeout is in integer milliseconds.
## Keep flaresolverr_proxy_timeout set smaller than connect_timeout
## otherwise the connection *to* flaresolverr will timeout first.
flaresolverr_proxy_timeout:115000
JimmXinu is offline   Reply With Quote