-
Notifications
You must be signed in to change notification settings - Fork 64
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
error: pysqlcipher3.dbapi2.DatabaseError: file is not a database #10
Comments
ugh. I just posted about this. should have checked the history. I have the same issue |
the problem is with this compatibility update: #3 -- if you comment out lines 29-33 of the scab.py it should work. it did for me |
Thanks @ekkis! That worked for me too, although I had to comment out line 30-33, not 29. |
hi! did not work for me, any suggestions? |
@brummski did you try commenting out 30-33 as @tkrunning mentioned? 29-33 for me still caused the error, but 30-33 and it ran perfectly |
@mattsta, can we get these permanently commented out? |
why not make a pull request? |
I just posted in #13 about why this happens; this is probably a SQLCipher version mismatch, and I presume commenting out those lines causes the library to fall back to the default of version 4, which is now what Signal requires. |
I have already done
However, when I cd to the directory with config.json and run
python3 ../scab.py
I get:Any suggestions?
The text was updated successfully, but these errors were encountered: