-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Unable to open the skype 8 leveldb #63
Comments
Hi @pkt30, please try without compression |
Hi @simplyQQ , it is hexed or unicode strings (binary data). We updated LevelDB from master but LevelDB sources have bug in current master branch, need to wait fixes, or use old versions,. |
I've tried different preview methods but neither seems to decode it. These do seem binary, but when viewing raw LDB file I can clearly see text data in it? |
No, not readable for human. |
Earlier I was just able to open the db once, there I also got the similar encoded value. From the UI, there is some menu "get value" from which we could the value which is readable. It's value looks something � ��� |
Hi @pkt30 , you can simple enter "get key" command in console. "get value" availible in all versions. |
For more inforation: https://github.com/fastogt/fastonosql/wiki/Common-commands |
I think symbol: � is snappy compression lenght. |
Hello guys, i updated FastoNoSQL version, and fixed LevelDB issue, please check. |
I would test it, but my trial has expired :( |
@simplyQQ please send an email to [email protected] i will extend your trial |
I can get some values readable by converting them to xHex. Edit: If the value is decoded as Sting as BigEndianUnicode the text is quite readable and not reversed any more! |
Still doesn’t work. @jmvermeulen could you explain your process with more detail? |
I tried to open the skype 8 level db using the FastoNoSql v1.17.6 but each time I got the following error on the console
11:44:53.133: SCAN function error: Corruption: corrupted compressed block contents
I selected indexed_db as comparator and snappy as compression.
The skype 8 level db file is located at
C:\Users\machine-username\AppData\Roaming\Microsoft\Skype for Desktop\IndexedDB\file__0.indexeddb.leveldb
The text was updated successfully, but these errors were encountered: