-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
Hi @mattsta, first of all thanks for your work on this very-needed tool!
I'm hitting an issue when processing my encrypted backup according to the instructions. When I run ../scab.py, I get the following error:
Traceback (most recent call last):
File "../scab.py", line 42, in <module>
c.execute("SELECT json, id, name, profileName, type, members FROM conversations")
pysqlcipher3.dbapi2.DatabaseError: file is encrypted or is not a database
-
I tried the advice in error: pysqlcipher3.dbapi2.DatabaseError: file is not a database #10 of commenting likes
29-33or30-33, but the same error appears. -
I tried a manual install of
pysqlcipher3as recommended here, but no success either. -
According to some online, such errors could come from mismatched sqlite versions. Here's mine:
3.31.1 2020-01-27 19:55:54 3bfa9cc97da10598521b342961df8f5f68c7388fa117345eeb516eaa837balt1. Maybe that's the issue? Is there a min version of Sqlite required?
Thanks for your help 🙏
501st-alpha1 and pwood310
Metadata
Metadata
Assignees
Labels
No labels