Replies: 1 comment 1 reply
-
Im suspicious that I'm experiencing the same issue as you and that the root cause is a very big video file. In my case, I also see what you're seeing where it gets to a certain file and then eventually hangs. For now I avoided the issues by setting |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello! Posting here as I'm unsure if it's a config problem or a bug.
I've just configured this iCloudPD to run in a container on my RPi5 (latest OS), after running it on a Synology (DSM 7) and experiencing the same issue.
My library has around 34,000 items in it, and the initial download is about 3 years into the 15 years of files. That download is routinely stopping around an hour after it starts (the actual amount of time varies), with no explanation in the log (debug on) - the last line is the file it was downloading, and there it will stay. For example:
2025-08-10 21:22:04 INFO Downloaded /home/coolUserName/iCloud/2022/10/13/68733373191__48CE464B-E2C2-44D9-ACF8-06B5643DCB25.HEIC 2025-08-10 21:22:04 DEBUG Downloading /home/coolUserName/iCloud/2022/10/13/68733373191__48CE464B-E2C2-44D9-ACF8-06B5643DCB25_HEVC.MOV... 2025-08-10 21:22:05 INFO Downloaded /home/coolUserName/iCloud/2022/10/13/68733373191__48CE464B-E2C2-44D9-ACF8-06B5643DCB25_HEVC.MOV 2025-08-10 21:22:05 DEBUG Downloading /home/coolUserName/iCloud/2022/10/12/IMG_0210.MOV...
docker-compose and config attached. I'm assuming it's something to do with the large size of the library and hence a config issue, but I can't piece together what, exactly. Thank you!
docker-compose.yml.txt
icloudpd.conf.txt
Beta Was this translation helpful? Give feedback.
All reactions