Replies: 1 comment 10 replies
|
I figure it might be best to keep it one issue at a time - as you originally said Rhet. So the focus would be the top bit, and then we'll figure out afterwards why certain edited images aren't importing. |
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Okay, debugging time...
From what I notice, my photoslibrary somehow contains files that have the same base name, but have a different extension. E.g
IMG_1234.JPGandIMG_1234.heic- two completely different images, the JPG taken with an older iphone, and the heic taken with a newer one. Something might have gotten jambled in the migration process when updating phones, and these just error out during the import process (for good reason I'd say).What would be the best way to go about this?
I'm thinking I try the import again - this time tee the output to a file, grep for all errors so I can have a list of failures (or maybe I can grep for errors in the db itself?)
Other than that, I'm completely bumboozled, some images just straight up failed to import. I see no correlation other than them all being edited versions - but I also see some others that successfully imported which are also edited - so it doesn't directly seem to be a problem with images being edited themselves.
All reactions