ymichael / puton

Puton is no longer maintained. Check out the PouchDB inspector for Chrome and PouchDB inspector for Firefox
29 stars 2 forks source link

Can't read existing databases #35

Open ghost opened 10 years ago

ghost commented 10 years ago

I'm new to this, and so perhaps I'm missing something obvious, but when I load Puton, it tells me there are no existing pouches, when I know that there is at least one. In playing around with it, I have now created two additional databases that show up, although they are not accessible to the app that I am developing.

Please tell me what I am missing.

Thanks, Wayne

andru commented 9 years ago

Same issue here.

New db's are created fine. Existing one's don't show up, and an attempt to create a db of the same name produces this unfortunately-not-very-informative error:

Object {status: 500, error: "error", reason: IDBOpenDBRequest}error: "error"reason: IDBOpenDBRequeststatus: 500__proto__: Objectputon.min.js:12 (anonymous function)puton.min.js:9 (anonymous function)puton.min.js:9 (anonymous function)puton.min.js:9 callputon.min.js:10 (anonymous function)
puton.min.js:12 Object {status: 500, error: "error", reason: IDBOpenDBRequest}puton.min.js:12 (anonymous function)puton.min.js:9 (anonymous function)puton.min.js:9 (anonymous function)puton.min.js:9 callputon.min.js:10 (anonymous function)
danielo515 commented 9 years ago

I'm experiencing the same issue. I though it was just me, but seems that I'm not the only one. Very grateful if you point out the problem