boredazfcuk / docker-icloudpd

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

ERROR Directory is not writable: /config/python_keyring/ #590

Closed ratisil closed 3 days ago

ratisil commented 3 days ago

Hi, I updated to the latest tag (v1.0.860_24-06-2024). And I found this error Directory is not writable in the log. I also try to run the container using high privilege (previously I didn't have to do this). It still doesn't work

` content 2024-06-28 22:24:48 ERROR Directory is not writable: /config/python_keyring/

ash: out of range

su: unknown user

2024-06-28 22:24:44 INFO Ignore Synology extended attribute directories: Disabled

2024-06-28 22:24:44 INFO Authentication domain: com

2024-06-28 22:24:44 INFO Downloading from: icloud.com

2024-06-28 22:24:43 INFO Convert HEIC to JPEG: false

2024-06-28 22:24:43 INFO Skip videos: false

2024-06-28 22:24:43 INFO Live photo size: original

2024-06-28 22:24:43 INFO Stop downloading when prexisiting files count is: Download All Photos

2024-06-28 22:24:43 INFO Downloading photos from: Download All Photos

2024-06-28 22:24:43 INFO Number of most recently added photos to download: Download All Photos

2024-06-28 22:24:43 INFO Skip live photos: false

2024-06-28 22:24:43 INFO Skip download check: false

2024-06-28 22:24:43 INFO Single pass mode: false

2024-06-28 22:24:43 INFO Align RAW:

2024-06-28 22:24:43 INFO Photo size: original

2024-06-28 22:24:43 INFO Delete empty directories:

2024-06-28 22:24:43 INFO Delete after download: false

2024-06-28 22:24:43 INFO Auto delete: false

2024-06-28 22:24:43 INFO Set EXIF date/time: false

2024-06-28 22:24:43 INFO Synchronisation delay (minutes): 0

2024-06-28 22:24:43 INFO Synchronisation interval: 86400

2024-06-28 22:24:43 INFO File Match Policy:

2024-06-28 22:24:43 INFO Live Photo MOV Filename Policy:

2024-06-28 22:24:43 INFO Keep Unicode:

2024-06-28 22:24:43 INFO Folder structure: {:%Y/%m/%d}

2024-06-28 22:24:43 INFO Download destination directory: iCloud

2024-06-28 22:24:43 INFO Cookie expiry notification period: 7

2024-06-28 22:24:43 INFO Cookie path: /config/ ---

2024-06-28 22:24:43 INFO Authentication Type: MFA

2024-06-28 22:24:43 INFO Apple ID: ---

2024-06-28 22:24:41 INFO Loading configuration from: /config/icloudpd.conf

2024-06-28 22:24:41 INFO icloud-photos-downloader version: 1.20.1

2024-06-28 22:24:37 INFO Python version: 3.12.3

2024-06-28 22:24:37 INFO Alpine Linux 3.20.1

"2024-06-28 22:24:37 INFO For support, please go here: https://github.com/boredazfcuk/docker-icloudpd " 2024-06-28 22:24:37 INFO boredazfcuk/icloudpd container v1.0.860_24-06-2024 started `

Edit

ratisil commented 3 days ago

Somehow the field 'user' was missing in Environment Variables. I added the field back with the username.

Now i found the issue "Error: Invalid value for '--keep-unicode-in-filenames': '--live-photo-mov-filename-policy' is not a valid boolean" similar as https://github.com/boredazfcuk/docker-icloudpd/issues/586