View Single Post
Old 06-15-2021, 04:30 PM   #6032
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,027
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2021-06-15
- Skip Failures to read cache entries for Chrome Simple Cache and Firefox Cache2 instead of error.

There's a couple things going on.

1) FFF has to read all of the cache entries (with age limit) and look at their URL for these cache types. So it's trying to read all of them, even the non-ffnet ones. (As I recall, the 'chromagnon' cache has an index instead.)

2) It's entirely possible that our cobbled together Python code for reading browser caches is buggy in corner cases.

So the low-hanging-fruit answer is to just skip entries that don't load correctly and hope they aren't the ffnet pages.

An extremely similar error, except for Firefox has been reported, too.
JimmXinu is offline   Reply With Quote