New Test Version Posted
2023-01-15
- Move makeDate to dateutils to call from browsercache_firefox2
Quote:
Originally Posted by Tharos
I use the current version 6.11 of Calibre. And the current test version of FFF. Firefox is version 109.
Code:
...
Interface language: de
...
File "C:\Users\*****\AppData\Roaming\calibre\plugins\FanFicFare.zip\fanficfare\fetchers\cache_browser.py", line 75, in fetcher_do_request
fanficfare.exceptions.BrowserCacheException: Browser Cache Failed to Load with error 'time data 'Sun, 15 Jan 2023 16:52:25 GMT' does not match format '%a, %d %b %Y %H:%M:%S GMT''
I tried the update with 2 stories to rule out that it's just this one story.
|
Okay, now I know what's going on. You're running in German, which means %b will match localized month name abbreviations instead of English month names.
This is something we've seen before when parsing dates for sites, so we already had a solution for it, I just hadn't realized we needed to.