moutard / SubZoom-Proto1

1 stars 1 forks source link

nostartpage install problem: "A setVersion is needed" #133

Closed rkorach closed 11 years ago

rkorach commented 11 years ago

When installing branch nostartpage, 14dd679, I get this log on background.html.

(complete log) "A setVersion is needed engine.js:92 Uncaught TypeError: Object # has no method 'setVersion' engine.js:97"

By putting console.logs in the code, I could see that oDb.objectStoreNames is empty.

Tried to uninstall/reinstall several times > same result. @Julihan tried and it worked for him though...

moutard commented 11 years ago

Even if I think there it's not the problem can you just specify the version of chrome (that's for the record)

rkorach commented 11 years ago

sure, chrome v.25.0.1364.99

moutard commented 11 years ago

lol mine is v.23.0.1271.95

Julihan commented 11 years ago

mine: 24.0.1312.57

HadrienR commented 11 years ago

24.0.1312.57 as well

HadrienR commented 11 years ago

Instant crash on reload.

Julihan commented 11 years ago

Might be this: Background log: The setVersion() method is non-standard and will be removed. Use the "upgradeneeded" event instead.

rkorach commented 11 years ago

Yep, Actually it is not because of what I wrote in the first place. @Julihan has the same.

It seems that setVersion is not supported anymore in Chrome 25. https://code.google.com/p/chromium/issues/detail?id=161114

rkorach commented 11 years ago

@Julihan updated his chrome to v25.x and now has the same problem. now we're pretty sure this is the issue.

moutard commented 11 years ago

I just want to say FUCK GOOGLE. six months ago they made a post on the dev google groups saying

"even if in w3C implementation setversion is deprecated will still implement it because it's better."

So that's not a big deal, some stuff will change, but that's ok.

On Fri, Feb 22, 2013 at 5:00 PM, Raphaël Korach notifications@github.comwrote:

@Julihan https://github.com/Julihan updated his chrome to v25.x and now has the same problem. now we're pretty sure this is the issue.

— Reply to this email directly or view it on GitHubhttps://github.com/moutard/SubZoom-Proto1/issues/133#issuecomment-13950415.