boredazfcuk / docker-icloudpd

An Alpine Linux container for the iCloud Photos Downloader command line utility
1.57k stars 149 forks source link

After install, won't initiate #591

Open arnoldistuno opened 2 days ago

arnoldistuno commented 2 days ago

I am a total newb and new to selfhosting. It is awesome and exciting. So with that said, please bare with me.

I installed icloudpd... had to modify the group id to 100 (made it 99) and then nothing happens. I checked the log and here is the log...

2024-06-29 15:48:06 INFO boredazfcuk/icloudpd container v1.0.860_24-06-2024 started 2024-06-29 15:48:06 INFO For support, please go here: https://github.com/boredazfcuk/docker-icloudpd 2024-06-29 15:48:06 INFO Alpine Linux 3.20.1 2024-06-29 15:48:06 INFO Python version: 3.12.3 2024-06-29 15:48:07 INFO icloud-photos-downloader version: 1.20.1 2024-06-29 15:48:07 INFO Loading configuration from: /config/icloudpd.conf 2024-06-29 15:48:09 INFO Apple ID: XXXXXXX@gmail.com 2024-06-29 15:48:09 INFO Authentication Type: MFA 2024-06-29 15:48:09 INFO Cookie path: /config/XXXXXXXgmailcom 2024-06-29 15:48:09 INFO Cookie expiry notification period: 7 2024-06-29 15:48:09 INFO Download destination directory: /home/user/iCloud 2024-06-29 15:48:09 INFO Folder structure: {:%Y/%m/%d} 2024-06-29 15:48:09 INFO Keep Unicode: false 2024-06-29 15:48:09 INFO Live Photo MOV Filename Policy: suffix 2024-06-29 15:48:09 INFO File Match Policy: name-size-dedup-with-suffix 2024-06-29 15:48:09 INFO Synchronisation interval: 86400 2024-06-29 15:48:09 INFO Synchronisation delay (minutes): 0 2024-06-29 15:48:09 INFO Set EXIF date/time: false 2024-06-29 15:48:09 INFO Auto delete: false 2024-06-29 15:48:09 INFO Delete after download: false 2024-06-29 15:48:09 INFO Delete empty directories: false 2024-06-29 15:48:09 INFO Photo size: original 2024-06-29 15:48:09 INFO Align RAW: as-is 2024-06-29 15:48:09 INFO Single pass mode: false 2024-06-29 15:48:09 INFO Skip download check: false 2024-06-29 15:48:09 INFO Skip live photos: false 2024-06-29 15:48:09 INFO Number of most recently added photos to download: Download All Photos 2024-06-29 15:48:09 INFO Downloading photos from: Download All Photos 2024-06-29 15:48:09 INFO Stop downloading when prexisiting files count is: Download All Photos 2024-06-29 15:48:09 INFO Live photo size: original 2024-06-29 15:48:09 INFO Skip videos: false 2024-06-29 15:48:09 INFO Convert HEIC to JPEG: false 2024-06-29 15:48:09 INFO Downloading from: icloud.com 2024-06-29 15:48:09 INFO Authentication domain: com 2024-06-29 15:48:09 INFO Ignore Synology extended attribute directories: Disabled 2024-06-29 15:48:10 WARNING Group id, 100, already in use by the group: users - continuing as force_gid variable has been set. Group name to use: users 2024-06-29 15:48:10 INFO Directory is writable: /config/python_keyring/ 2024-06-29 15:48:10 INFO Check download directory mounted correctly... 2024-06-29 15:48:10 WARNING Failsafe file /home/user/iCloud/.mounted file is not present. Waiting for failsafe file to be created...

Can someone help me navigate this? thank you!!!

apriliars3 commented 2 days ago

2024-06-29 15:48:10 WARNING Failsafe file /home/user/iCloud/.mounted file is not present. Waiting for failsafe file to be created...

Need to add a file .mounted on the folder iCloud (/home/user/iCloud/).

Create a unlited.txt on yor system and change the name for .mounted, and put this file on your iCloud download folder.

https://github.com/boredazfcuk/docker-icloudpd/issues/587