Closed rosshardy closed 1 week ago
Thanks for reporting this! The issue must be related to version detection, because the script is identifying it as version 16, whereas that column was added in 18. I've changed the column I was hooking on in case that was one that may have been removed. I now look for ZUNAPPLIEDENCRYPTEDRECORDDATA
.
Can you pull the latest version from master and see if it works for you?
Ah so actually I neglected to mention a key point: I'm using Docker. I deleted the local image and re-ran. Docker pulled latest version of the container, parser proceeded to work. Apologies.
Ah, that will do it! Glad it is working for you now.
I'm prying to parse my notes DB from MacOS to back up my notes. I'm on Mac OS 15.1 (Sequoia 15.1) and the v0.18 release of parser after getting the same off of master branch.
Console error output:
From debug_log.txt:
I opened the SQLite DB in DB Browser. Looking at the ZICCLOUDSYNCINGOBJECT table, I do in fact not see the referenced column from the query, however there is one called
ZUNAPPLIEDENCRYPTEDRECORDDATA
.