Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught Error: InvalidStateError: DOM IDBDatabase Exception 11 indexed-db.js:105 #127

Open
kamalt opened this issue Oct 5, 2012 · 2 comments

Comments

@kamalt
Copy link

kamalt commented Oct 5, 2012

Getting the below error, when trying to open the database. I am using Google Chrome 22.0.1229.79.

Uncaught Error: InvalidStateError: DOM IDBDatabase Exception 11 indexed-db.js:105
save indexed-db.js:105
save.self indexed-db.js:97
init.upgrade indexed-db.js:58
init.request.onsuccess.setVrequest.onsuccess indexed-db.js:76

Resources tab displays the following,
Security origin:http://localhost:42179
Name:userpref
Version:

Code:

        var personalizationMgr = Lawnchair({ name: 'userpref' }, function (e) {
            console.log('storage open');
        });

        personalizationMgr.save({ key: "testkey1", value: "value 1.." }, function (e) {
            console.log('data 1 saved...');
        });

        personalizationMgr.save({ key: "testkey2", value: "value 2.." }, function (e) {
            console.log('data 2 saved ...');
        });
@hayksaakian
Copy link
Contributor

I also have this problem.
Version 22.0.1229.92

i <3 indexeddb, and want it to get the love it deserves

@jorgemanrubia
Copy link

Having this issue true with same Chrome version. Any solution?

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

No branches or pull requests

3 participants