NicholasDawson / ArchiverForGooglePhotos

A tool to maintain an archive/mirror of your Google Photos library for backup purposes.
GNU General Public License v3.0
190 stars 30 forks source link

Library folder is empty after a Connection aborted error #11

Open tupats opened 2 years ago

tupats commented 2 years ago

Ran code cloned from git, with all default settings (python3 gparch_cli.py) on Linux. Favorites, Albums and Shared albums downloaded succesfuly, and while downloading Library, in the middle of it I got an error: Reading Entire Library From Server... Downloading Library: 47% 57515/123124 [34:57<52:55, 20.66 media items/s] ERROR: media item could not be downloaded because: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) Downloading Library: 100% 123124/123124 [1:13:08<00:00, 28.06 media items/s] ✔ Finished Downloading Everything.

However the Library folder is empty. image

Checked the debug files, and media_items_list.json items have correct url's which I can open in a browser. Thank you for the wonderful tool, can you help me with this issue?

nmd2117 commented 2 years ago

This is definitely a weird issue, and especially that your Library is empty after seemingly downloading most everything else...I'm going to need some more information to debug this properly and spend some time looking into this, but at the moment I am very busy with school.

I think the next phase in development for this project is a proper debugging logger and tool to diagnose these issues without having to spend a lot of time and also not invading the privacy of our users.

I will keep this in the issues list, but it will take some time to get completed.

If you have any more info you are willing to share, please reply in this thread or email me nick (at) ndawson (dot) me