Quote:
Originally Posted by sios00
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
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