caching - Google Chrome Manifest fetch failed (6) -


i reworking app made while ago work offline. when page loads, cache.manifest found , caches pages correctly. however, when refresh page when not connected, ton of errors.

one of errors manifest fetch failed (6), which, according this answer means network_error. not connected internet, point of making website available offline, right? other errors of files use, saying net::err_internet_disconnected, these files in cache.manifest, me not make sense.

i don't totally blank page either. inspecting page reveal index page, seems others not load correctly.

looking chrome://appcache-internals/ shows files in cache correctly.

this cache.manifest looks like:

cache manifest  cache: images/arandomimage.jpg bower_components/polymer/polymer.html bower_components/polymer/polymer.js bower_components/polymer/layout.html #etc 

possibly worth noting i'm using polymer 0.5. have tried turning off chrome running in background , removing cache folder, no avail. missing?

check make sure disable cache not checked on network tab.

google chrome manifest fetch failed (6) error chrome throws when appcache triggers error event (see this decent primer on appcache events). normal when browser detects offline.

in event, however, browser typically still load resources appcache normal. since chrome://appcache-internals/ shows expected content leads me believe perhaps have caching disabled.

are developing on localhost or remote machine?


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -