View Single Post
Old 02-18-2023, 10:08 AM   #8080
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,039
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by sios00 View Post
Hi, what's the latest version of flaresolverr https://github.com/FlareSolverr/FlareSolverr that works with FanficFare? I just downloaded the latest version v3.0.2 using Docker Desktop Windows (docker pull flaresolverr/flaresolverr) and then starting it, but it doesnt seem to work. It's serving on http://0.0.0.0:8191. Is 8191 the correct port?
I have briefly tested FlareSolverr 3.0.2 with Docker without issue, but only with FlareSolverr on a different computer (I didn't want to install Docker on mine). Yes, 8191 is the expected port.

I wouldn't be surprised if there's a firewall or other protective program blocking you.

Quote:
Originally Posted by sios00 View Post
My password has the % symbol in it, and it results in this error (password slightly modified)
Percent(%) signs need to be doubled up to be escaped. For example:
Code:
## Date formats used by FanFicFare.  Published and Update don't have time.
## See http://docs.python.org/library/datetime.html#strftime-strptime-behavior
## Note that ini format requires % to be escaped as %%.
dateCreated_format:%%Y-%%m-%%d %%H:%%M:%%S
datePublished_format:%%Y-%%m-%%d
dateUpdated_format:%%Y-%%m-%%d
JimmXinu is offline   Reply With Quote