postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.82k stars 837 forks source link

History/Collections not saving, produces JS errors #167

Closed justinhasoffers closed 11 years ago

justinhasoffers commented 11 years ago

Anytime I make a request or try to create a collection the request doesn't save into history and the collection will not save and throw JS errors.

When making a request:

Uncaught Error: READ_ONLY_ERR: DOM IDBDatabase Exception 9 requester.js:3426
pm.indexedDB.addRequest requester.js:3426
pm.history.addRequest requester.js:2294
pm.request.send requester.js:1913
$.click.pm.indexedDB.getCollection.collection.name requester.js:2850
f.event.dispatch jquery.min.js:3
f.event.add.h.handle.i

When trying to create a collection

Uncaught Error: READ_ONLY_ERR: DOM IDBDatabase Exception 9 requester.js:3266
pm.indexedDB.addCollection requester.js:3266
pm.collections.addCollection requester.js:2598
(anonymous function) requester.js:2894
f.event.dispatch jquery.min.js:3
f.event.add.h.handle.i jquery.min.js:3

Ubuntu and Chrome versions:

[justin] /home] >  cat /proc/version
Linux version 3.2.0-32-generic (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC 2012

[justin] /usr/bin] >  ./chromium-browser --product-version
20.0.1132.47

Anyone else run into this problem?

justinhasoffers commented 11 years ago

Sorry, found this issue after I created the ticket: https://github.com/a85/POSTMan-Chrome-Extension/issues/157

Looks like version 20 of chromium isn't supported?

justinhasoffers commented 11 years ago

Upgrading to the latest version of chrome fixed it.