Closed Groxx closed 2 months ago
Apparently I didn't test turning on use_browser_cache:true
without setting browser_cache_path
when I made change 478d2e8f1738fda6b9482fdaad0f88a0a6d4faf3.
Thank you!
This was apparently due to me using librewolf, which does not write caches to disk by default. (you can enable that in about:config, browser.cache.disk.enable
-> change to true)
I'm now getting gio-launch-desktop
errors instead, but it is reading the cache, and if I visit the URLs printed to calibre-debug
it populates and reads the data. I'm still exploring the gio-launch-desktop
thing but it looks like it's probably coming from Calibre, and probably not something that should be used in the first place (e.g. xdg-open is probably better)....
... but I'm probably gonna stop digging here tbh, unless anyone's particularly interested.
It's fairly likely that this is due to me mucking some config up, but the error looks like it's caused by incorrect code:
This is referring to the exception branch here: https://github.com/JimmXinu/FanFicFare/blob/711698620e45fd38aabe6b2811739e3946cf2cc9/fanficfare/browsercache/__init__.py#L34-L44 which doesn't have a defined
cache_dir
variable, nor do I see any globals in the module that it could be referencing.......though it has been a while since I've done any Python, so apologies if I've missed something obvious.