View Single Post
Old 01-15-2023, 02:20 PM   #7947
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,017
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2023-01-15
- Move makeDate to dateutils to call from browsercache_firefox2

Quote:
Originally Posted by Tharos View Post
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.
JimmXinu is offline   Reply With Quote