Overview
Need some help debugging why some photos in shared library are not syncing/downloading even though they are visible both in the photos app and on the website
Steps to Reproduce
- Setup one instance to sync the primary library
command: icloudpd -d /data --username xxxyyy@icloud.com --password-provider webui --mfa-provider webui --cookie-directory /data/.pyicloud --folder-structure {:%Y/%m} --auto-delete --watch-with-interval 3600
- Setup another instance to sync the shared library to the same folder
command: icloudpd -d /data --username xxxyyy@icloud.com --password-provider webui --mfa-provider webui --library SharedSync-ABCDEFG-2345-4567-ABCD-EBCDEFGHIJKL --cookie-directory /data/.pyicloud --folder-structure {:%Y/%m} --auto-delete --watch-with-interval 3600
-
Log in to both instances in the webui.
-
Let both instances run to completion
Expected Behaviour
Both sets populate the folders with all available photos
Actual Behaviour
About 10K of the expected 11K assets are downloaded.
Context
[NOTE]: One thing to note is that the /data/.pyicloud is shared between containers so that I only need to mfa once
[NOTE]: It doesn’t seem to matter whether I am the one that added the asset to the shared library or my partner. But it does seem to happen more if I am not the one who added the asset to the shared library
Overview
Need some help debugging why some photos in shared library are not syncing/downloading even though they are visible both in the photos app and on the website
Steps to Reproduce
Log in to both instances in the webui.
Let both instances run to completion
Expected Behaviour
Both sets populate the folders with all available photos
Actual Behaviour
About 10K of the expected 11K assets are downloaded.
Context
[NOTE]: One thing to note is that the
/data/.pyicloudis shared between containers so that I only need to mfa once[NOTE]: It doesn’t seem to matter whether I am the one that added the asset to the shared library or my partner. But it does seem to happen more if I am not the one who added the asset to the shared library