Quote:
Originally Posted by JimmXinu
You’re the third person to report it, but the first to include the entire error message, let alone a debug log.
It looks like it might be an issue with the temp file that the bundled CA certs are written to.
Does it happen every time, or just once in a while?
|
I had the same 'can't find the tmp file' error today on my linux machine. but this was completely self inflicted.
The reason was that I found a lot (I'm talking about a hundred or so) of tmp files named tmp[a-z0-9]{8} each of size 262K inside /tmp. So I deleted all of them and FanFicFare crashed next time I did an update of books.
For some reason, the cloudscraper library seems to be creating a tmp file full of all the root certificates for every book that is processed.. not sure why it needs its own copy instead of just using the file that is already there..
In any case, these files quickly build up..
is anyone else seeing this?