-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
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
Failed to copy Media, FallbackPDFs #119
Comments
Wow, thank you for the detailed report, I sincerely appreciate it. I'll work on reproducing this to understand exactly what is causing it and try to get a fix out as soon as I can. |
@threeplanetssoftware Thank you very much. If you want to run some quries on my SQLite for debugging, I can run them. |
I was able to reproduce the com.apple.paper.doc.pdf issue. That is fixed in 65c4802. Still need to figure out why you are getting that File exists error, but try this version first and see if they both go away. |
Ultimately, I couldn't reproduce the mkpath error. I added a check to only call mkpath if the path doesn't exist, so it should be fixed. Please let me know if it isn't. |
Now it successfully parsed But it still fail to parse
There is no error log about
|
This is odd because I have
|
Ok first, good news is it works now with 8253041 :)
I'll give you two debug_log.txt.
Also I'll give you two note_store_embedded_objects_1.csv for more context.
Oh it's my mistake 😅 It's actually |
Great to hear! Glad it is working. Happy New Year! 🎊 |
Describe the bug
apple_cloud_notes_parser can't copy
Media
,FallbackPDFs
. It can only copyPreviews
.To Reproduce
Just run
ruby notes_cloud_ripper.rb -m "/Users/user/Library/Group Containers/group.com.apple.notes/"
Expected behavior
I have pdfs, images in notes so it should copy it to output directory.
Screenshots
First pdf is uploaded on iPhone. We can see wrong directory like
//
on debug log. There might be wrong null check or recent iOS/macOS Notes bring some breaking compatibility on SQLite.Second pdf is uploaded on Macbook. In this case apple_cloud_notes_parser located pdf directory correctly but it still produce error. It means apple_cloud_notes_parser can locate/parse pdf but there are some bugs.
I only provided pdfs related logs, but same error happens on images also.
Desktop (please complete the following information):
Smartphone Source (please complete the following information, if applicable):
Command used
ruby notes_cloud_ripper.rb -m "/Users/user/Library/Group Containers/group.com.apple.notes/"
Please confirm the following
bundle install
[Y/N] YAdditional context
The text was updated successfully, but these errors were encountered: