Mobilpadde
Mobilpadde

Reputation: 1881

Offline cache - html5

Ok I have a problem with my cache, and just can't figure it out D:

Every time I try to reload the page (To get cache), I get this error: Application Cache Error event: Failed to commit new cache to storage?

Someone who know why this doesn't work?

Links (In case you want to see yourself):

Upvotes: 0

Views: 230

Answers (2)

Gerben
Gerben

Reputation: 16825

Some files in you cache-manifest don't exist (404).

According to the spec. if not all files can be retrieved the new cache will not be used/committed.

Upvotes: 2

Mika Tuupola
Mika Tuupola

Reputation: 20377

It seems you are using Chrome. Your application cache might be broken. Try clearing it but entering the following to address bar:

chrome://appcache-internals/

Upvotes: 1

Related Questions