Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

"Failed to load resource: net::ERR_FILE_NOT_FOUND" at launch #2

Closed
gorhill opened this issue Jun 24, 2014 · 1 comment
Closed

"Failed to load resource: net::ERR_FILE_NOT_FOUND" at launch #2

gorhill opened this issue Jun 24, 2014 · 1 comment

Comments

@gorhill
Copy link
Contributor

gorhill commented Jun 24, 2014

I often get this error at launch:

Failed to load resource: net::ERR_FILE_NOT_FOUND
    filesystem:chrome-extension://bmgihbijohdeghlojnnnpcageoekicik/persistent/assets___checksums.txt?ublock=1403611564239

Appears to be related to auto update occurring at launch. Need to figure what is happening. Appears benign otherwise, extension works fine thereafter.

@gorhill
Copy link
Contributor Author

gorhill commented Jun 24, 2014

Never mind, it's caused by the fact that all the cached assets (as a result of an update op) are cleared when a new version is detected (because new versions ship with latest assets). Somehow chromium delete the cached file items, but the directory entry for these items still lingers a bit it seems. Anywho, the error case is all taken care by the extension, it will fall back to the non-cached version of the asset just as it is supposed to.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant