icloud-photos-downloader / icloud_photos_downloader

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

Problem downloading any file from iCloud #677

Closed flow23 closed 9 months ago

flow23 commented 1 year ago

Overview

Problem downloading any file from iCloud

Steps to Reproduce

  1. Configure Unraid app for icloudpd with default settings
  2. Setup docker with --initialize command
  3. Create .mounted file in download directory
  4. Restart docker container

Expected Behavior

Downloading files

Actual Behavior

Only errors in log

Context

/tmp/icloudpd # head -n 50  icloudpd_sync.log 
2023-08-28 13:17:36 DEBUG    Authenticating...
2023-08-28 13:17:41 DEBUG    Looking up all photos and videos from album All Photos...
2023-08-28 13:17:41 INFO     Downloading 4406 original photos and videos to /home/user/iCloud ...
2023-08-28 13:17:45 INFO     Downloading /home/user/iCloud/2023/08/26/IMG_0198.HEIC
2023-08-28 13:17:46 ERROR    IOError while writing file to /home/user/iCloud/2023/08/26/IMG_0198.HEIC! You might have run out of disk space, or the file might be too large for your OS. Skipping this file...
/tmp/icloudpd # df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/loop2       30G   22G  7.6G  75% /
tmpfs            64M     0   64M   0% /dev
shm              64M  8.0K   64M   1% /dev/shm
shfs            239G  132G  107G  56% /root
/dev/loop2       30G   22G  7.6G  75% /etc/hosts
tmpfs            32G     0   32G   0% /proc/acpi
tmpfs            32G     0   32G   0% /sys/firmware
AndreyNikiforov commented 9 months ago

icloudpd in this repo does not support --initialize parameter. Make sure you are submitting issue to correct github project.