IdealChain / signal-media-exporter

A script to export media files from Signal Desktop.
GNU General Public License v3.0
31 stars 10 forks source link

Error file is not a database #7

Closed mshajeehm closed 4 years ago

mshajeehm commented 4 years ago

Sorry, the issue was linked to other chat export (not this one) I am using signal on windows 10 x64. Installed all dependencies correctly and when I run the script following error comes up. Also when I try to open sql/db.sqlite in sqlite browser same error comes up. Probably, the database is encrypted with some extra level of security in latest desktop app version and that is why it is not being supported.

Traceback (most recent call last): File "../scab.py", line 41, in <module> c.execute("SELECT json, id, name, profileName, type, members FROM conversations") pysqlcipher3.dbapi2.DatabaseError: file is not a database