Skip to content

Instantly share code, notes, and snippets.

@autonome
Created August 1, 2012 05:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save autonome/3224061 to your computer and use it in GitHub Desktop.
Save autonome/3224061 to your computer and use it in GitHub Desktop.
pouch error
Sample code:
Pouch('idb://test', function(err, db) {
if (!err)
console.log('DB OPENED', db)
else
console.log('ERROR OPENING DB', err);
});
[22:36:45.849] ERROR OPENING DB ({status:500, error:"error", reason:({})}) @ http://localhost/pouch.html:75
[22:36:45.849] UnknownError @ http://localhost/pouch.alpha.js:1628
Pouch line #1628:
var req = indexedDB.open(name, POUCH_VERSION);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment