-
Notifications
You must be signed in to change notification settings - Fork 2
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
Produces many 0 KB size files when "Re-Insert Available Exif Metadata" enabled #12
Comments
Hi @fynnay, thanks for the details! It may take me a bit of time to look into it for you, but I'll let you know as soon as I find anything that might be causing this issue. Quick question: does your Google Photos takeout also include a As for logs, I do have a |
Hi, @Alamantus . Thanks a lot for taking the time to reply. Yes, my Google Photos takeout includes 📜 The
|
@fynnay Thanks for your detailed reply! Your observation that it only is a problem for It's interesting that separating some files that previously failed actually ran successfully. I think the main problem with my app is that it tries to just grab all the file references and run them asynchronously at the same time. When I initially built the app, my Google takeout was much smaller than many of the people I've seen use the app since, which probably made this not an issue, but with larger takeout collections, I could imagine this process would be an issue. In a future version I'd like to change the both the extract and organize processes to use queues rather than trying to handle everything whenever it's able, which I believe may ultimately solve this issue at the cost of it potentially taking a little longer. Anyway, since separating the files works, I'd recommend for now that you just split the folders into smaller sets of folders to run the Organize process on, if possible, and just point the output folder to the same place so it all merges together. If that works, I may update the instructions in the meantime while I wait to have time to work on the queue improvement. |
Ah yes that would make sense. Maybe some of the "threads" are crashing because of a lack of Memory/CPU power/Disk IO while processing many images. |
Just to add weight to this, i see the same 0Kb files error on huge Google Photos takeout of 17 * 10Gb .zip files on Win11 Pro, Surface Pro 8 i7 with lots of resource. |
I also have this issue and I figured out that it doesn't work for pictures that have been manually uploaded from my android. So if I received a picture over whatsapp for instance and then added it to google photos then it shows up as a 0 KB file in the final folder :( |
I have found that although this issue happened when I tried it on the full set of photos, if I select one sub-folder at a time (e.g. 2020) photos, then this issue doesn't happen. So it must be due to the volume of photos to process. Hopefully this is helpful if anyone is reading this |
Big thanks for the awesome guide and this tool ❤️
My specs:
Windows 10
Yes, my takeout consist of only the Google Photos
GooglePhotosExportOrganizer v1.1.1
Options: ✅ Use Extracted Location ✅ Keep Original Name 🔲 Re-Insert Availalbe EXIF Metadata
Description
When "Re-Insert Available Exif Metadata" option is enabled a lot of files get corrupted (aka become 0 KB in size). I haven't been able to find a specific pattern for which kind of files this happens to but it seems to only affect
.jpg
files. The app also crashes during the organize process - I never get to see the "Step 4: Tidy Up" page. Is there a log somewhere?If i run organize without "Re-Insert Available Exif Metadata" it works well.
The text was updated successfully, but these errors were encountered: