We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
Trying to use this to decrypt and recover files from an old iPhone backup but keep getting this error, any idea what's wrong? Thanks!
>>> b=iOSbackup( ... udid="64004deb35e37f1ce7e698bd4b9a1926aae37d59", ... cleartextpassword="supersecretpassword", ... backuproot='Backup' ... ) >>> >>> >>> b.getFolderDecryptedCopy( ... includeDomains='CameraRollDomain', ... targetFolder='restored-photos', ... ) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.9/dist-packages/iOSbackup/__init__.py", line 654, in getFolderDecryptedCopy backupFiles = catalog.cursor().execute(query).fetchall() sqlite3.DatabaseError: file is not a database >>>
The text was updated successfully, but these errors were encountered:
It might be due the problem with the backuproot = "Backup" path. Try to provide explicit path where the encrypted backup file exist.
Sorry, something went wrong.
No branches or pull requests
Hi!
Trying to use this to decrypt and recover files from an old iPhone backup but keep getting this error, any idea what's wrong?
Thanks!
The text was updated successfully, but these errors were encountered: