Hi there, I've stumbled on your tool by accident, it's fantastic except I'm not sure why plain text of every note doesn't get exported with mac application version 17 of Db. It works and finishes the process with Successfully finished although the log has errors while trying exporting every single note.
Describe the bug
- Fails to export plaintext field using Mac backup
group.com.apple.notes/NoteStore.sqlite
- Every note rip returns an error:
AppleNoteStore: NoteStore tried to rip Note50 but had to rescue error: can't modify frozen String:
From debug_log.txt
Rip Note: Ripping note from Note ID 50
D, [2024-11-07T21:07:00.058326 #93879] DEBUG -- : Rip Note: Looking up account for 289
D, [2024-11-07T21:07:00.058347 #93879] DEBUG -- : Rip Note: Looking up folder for 295
E, [2024-11-07T21:07:00.058992 #93879] ERROR -- : AppleNoteStore: NoteStore tried to rip Note50 but had to rescue error: can't modify frozen String: "[snip]"
D, [2024-11-07T21:07:00.059030 #93879] DEBUG -- : Rip Note: Ripping note from Note ID 36
D, [2024-11-07T21:07:00.059115 #93879] DEBUG -- : Rip Note: Looking up account for 289
D, [2024-11-07T21:07:00.059134 #93879] DEBUG -- : Rip Note: Looking up folder for 295
E, [2024-11-07T21:07:00.060042 #93879] ERROR -- : AppleNoteStore: NoteStore tried to rip Note36 but had to rescue error: can't modify frozen String: "[snip]"
Desktop (please complete the following information):
- OS: Mac 14.6.1
- ruby 3.3.6
Command used
ruby notes_cloud_ripper.rb -f ../NotesBackup/group.com.apple.notes/NoteStore.sqlite
Please confirm the following
- Error occurs on the latest version of this program on GitHub
v0.18
- You have run
bundle install Yes
Hi there, I've stumbled on your tool by accident, it's fantastic except I'm not sure why plain text of every note doesn't get exported with mac application version 17 of Db. It works and finishes the process with
Successfully finishedalthough the log has errors while trying exporting every single note.Describe the bug
group.com.apple.notes/NoteStore.sqliteAppleNoteStore: NoteStore tried to rip Note50 but had to rescue error: can't modify frozen String:From
debug_log.txtDesktop (please complete the following information):
Command used
ruby notes_cloud_ripper.rb -f ../NotesBackup/group.com.apple.notes/NoteStore.sqlitePlease confirm the following
v0.18bundle installYes