wbolster / plyvel

Plyvel, a fast and feature-rich Python interface to LevelDB
https://plyvel.readthedocs.io/
Other
518 stars 75 forks source link

CorruptionError when open a Minecraft Bedrock‘s save data #143

Closed mattholy closed 2 years ago

mattholy commented 2 years ago

When try to open a Minecraft Bedrock world data, I received CorruptionError.

db = plyvel.DB('./db')
for k,v in db:
    print(k)
mattholy commented 2 years ago

db.zip The data

wbolster commented 2 years ago

…and this is a plyvel issue because…?

mattholy commented 2 years ago

Oh my bad, not a plyvel issue. Minecraft used a zlib compression