05-21-2021, 08:59 AM
(05-20-2021, 10:49 PM)Snoopy Wrote:First I tried it with the dot but something happened and it didn't work. But I solved my problem now, I was working on a different user account then switched to the one that has the actual backup files and it worked! Maybe that was the problem idk.(05-20-2021, 08:49 PM)Karamba Wrote: The problem is printed on the last line: the table "ZICCLOUDSYNCINGOBJECT" is not present in your file.
Are you sure you are working with the right file?
Are you sure that there is a password set ?
You can manually examine all the tables with a simple SQLite viewer. Can you open the file with such a tool ?
or on line 1
python3 script.py NoteStorecopysqlite
did you really copied the file without the dot ending? the script is not checking whether the given file exists or not, so if the name is wrong it wont work
Thanks for help.