SpaceApi-archive / SpaceApi

Android app and widget showing hackerspace status
18 stars 10 forks source link

Issue with Chromium's Application Cache #13

Closed sonologic closed 12 years ago

sonologic commented 12 years ago

When I use chrome, the 'new space' and 'directory' links do not show and the validator bombs.

lhw commented 12 years ago

Current Chromium stable release 18.0.1025.151 (Developer Build 130497 Linux) works fine. Should be identical to a Chrome release of the same version number. You might have NoScript or similar enabled which renders the site pretty much useless as everything is done via javascript.

sonologic commented 12 years ago

This is the error i get in the chrome javascript console:

Document was loaded from Application Cache with manifest http://openspace.slopjong.de/jsonlint.manifest Application Cache Checking event Uncaught SyntaxError: Unexpected token < error.html:1 Application Cache Error event: Manifest fetch failed (-1) http://openspace.slopjong.de/jsonlint.manifest

Version 19.0.1084.46

slopjong commented 12 years ago

Exactly that version works perfectly with the directory on my machine. jsonlint.manifest was removed a long time ago but it might be still stored in your cache. Did you try to clear your cache?

sonologic commented 12 years ago

Yes, I clear the cache and all history routinely. I just cleared everything explicitly again, but still getting the error.

slopjong commented 12 years ago

Not your regular cache but your application cache. Have a look here: chrome://appcache-internals/

Your error means that the manifest file cannot be loaded from the server which is correct because I removed it many many weeks ago. Your chrome still has an application entry for offline use.

slopjong commented 12 years ago

I've updated the title to "Issue with the Application Cache" because the problem is not a compatibility one but with an old entry in the application cache.

sonologic commented 12 years ago

Yep, that seems to have fixed it..

sonologic commented 12 years ago

Closed..