2

I'm trying to open an indexedDB database using Python and I get this error:

Error: Invalid argument: idb_cmp1 does not match existing comparator : leveldb.BytewiseComparator

It seems I have to implement a comparator, but I don't know how to. Is there another solution to this? Or another way to open/view the database?

bad_coder
  • 11,289
  • 20
  • 44
  • 72
  • indexedDB is intended to be accessed exclusively through javascript and the browser, so you are probably on your own here – Josh Jan 19 '20 at 17:09
  • 1
    Duplicate of https://stackoverflow.com/questions/35074659/how-to-access-google-chromes-indexeddb-leveldb-files – Joshua Bell Jan 22 '20 at 16:36

0 Answers0