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.