icloud-photos-downloader / icloud_photos_downloader

A command-line tool to download photos from iCloud
MIT License
7.07k stars 563 forks source link

Two Containers - One Downloads, the other Doesn't. #777

Closed bmied31 closed 10 months ago

bmied31 commented 10 months ago

I'm trying to get my wife and I'd iCloud's downloading on Unraid. I setup two containers. My wife's account work fine with the exact same setup (albeit different folder, but same mounted file, same config besides paths).

Her's starts downloading just fine, mine comes up with the following log.

2024-01-23 21:37:08 INFO Sync user: user 2024-01-23 21:37:08 INFO Synchronisation starting at 21:37:08 2024-01-23 21:37:08 INFO Keyring file exists, continuing 2024-01-23 21:37:08 INFO Check download directory mounted correctly... 2024-01-23 21:37:08 INFO Failsafe file /home/user/iCloud/.mounted exists, continuing 2024-01-23 21:37:11 DEBUG Authenticating... 2024-01-23 21:37:16 DEBUG Looking up all photos and videos from album All Photos... 2024-01-23 21:37:16 INFO Downloading 0 original photos and videos to /home/user/iCloud ... 2024-01-23 21:37:16 INFO All photos have been downloaded

It's like everything is working but it thinks my account/library doesn't have any photos in it.

I don't have advanced protection on, I don't have shared libraries, (I did at one point, but I turned it off, my wife also had it on and hers is working).

Any help would be appreciated.

AndreyNikiforov commented 10 months ago

What containers are you using? Log "2024-01-23 21:37:08 INFO Failsafe file /home/user/iCloud/.mounted exists, continuing" suggests that you are using container different from icloudpd/icloudpd

eknirk commented 10 months ago

I had the same problem a while ago! In my case, it was due to some issue with the albums that I had in my library. I can no longer remember the details, but you should try to find all albums (-l) and then select some specific album (-a) to see what happens.

On 24 Jan 2024, at 03:50, bmied31 @.***> wrote:

I'm trying to get my wife and I'd iCloud's downloading on Unraid. I setup two containers. My wife's account work fine with the exact same setup (albeit different folder, but same mounted file, same config besides paths).

Her's starts downloading just fine, mine comes up with the following log.

2024-01-23 21:37:08 INFO Sync user: user 2024-01-23 21:37:08 INFO Synchronisation starting at 21:37:08 2024-01-23 21:37:08 INFO Keyring file exists, continuing 2024-01-23 21:37:08 INFO Check download directory mounted correctly... 2024-01-23 21:37:08 INFO Failsafe file /home/user/iCloud/.mounted exists, continuing 2024-01-23 21:37:11 DEBUG Authenticating... 2024-01-23 21:37:16 DEBUG Looking up all photos and videos from album All Photos... 2024-01-23 21:37:16 INFO Downloading 0 original photos and videos to /home/user/iCloud ... 2024-01-23 21:37:16 INFO All photos have been downloaded

It's like everything is working but it thinks my account/library doesn't have any photos in it.

I don't have advanced protection on, I don't have shared libraries, (I did at one point, but I turned it off, my wife also had it on and hers is working).

Any help would be appreciated.

— Reply to this email directly, view it on GitHub https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/777, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQOYHDSTSNOOTS7OGFJAVBTYQCAIZAVCNFSM6AAAAABCICCRESVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA4TOMZWGYZDANA. You are receiving this because you are subscribed to this thread.

bmied31 commented 10 months ago

What containers are you using? Log "2024-01-23 21:37:08 INFO Failsafe file /home/user/iCloud/.mounted exists, continuing" suggests that you are using container different from icloudpd/icloudpd

Sorry didn't realize there was another one. I'm using the default unraid one from boardazfuck.

bmied31 commented 10 months ago

I had the same problem a while ago! In my case, it was due to some issue with the albums that I had in my library. I can no longer remember the details, but you should try to find all albums (-l) and then select some specific album (-a) to see what happens. On 24 Jan 2024, at 03:50, bmied31 @.***> wrote: I'm trying to get my wife and I'd iCloud's downloading on Unraid. I setup two containers. My wife's account work fine with the exact same setup (albeit different folder, but same mounted file, same config besides paths). Her's starts downloading just fine, mine comes up with the following log. 2024-01-23 21:37:08 INFO Sync user: user 2024-01-23 21:37:08 INFO Synchronisation starting at 21:37:08 2024-01-23 21:37:08 INFO Keyring file exists, continuing 2024-01-23 21:37:08 INFO Check download directory mounted correctly... 2024-01-23 21:37:08 INFO Failsafe file /home/user/iCloud/.mounted exists, continuing 2024-01-23 21:37:11 DEBUG Authenticating... 2024-01-23 21:37:16 DEBUG Looking up all photos and videos from album All Photos... 2024-01-23 21:37:16 INFO Downloading 0 original photos and videos to /home/user/iCloud ... 2024-01-23 21:37:16 INFO All photos have been downloaded It's like everything is working but it thinks my account/library doesn't have any photos in it. I don't have advanced protection on, I don't have shared libraries, (I did at one point, but I turned it off, my wife also had it on and hers is working). Any help would be appreciated. — Reply to this email directly, view it on GitHub <#777>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQOYHDSTSNOOTS7OGFJAVBTYQCAIZAVCNFSM6AAAAABCICCRESVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA4TOMZWGYZDANA. You are receiving this because you are subscribed to this thread.

Thank you! I deleted some "smart albums" and now it's working.