docker-icloudpd
docker-icloudpd copied to clipboard
sync-icloud.sh initialize won't ask for my password - how do I input my password?
Hey guys so I'm new to docker and trying to get this all running. any ideas why it won't ask for my password? I've also tried sync-icloud.sh --initialize -- username --password to no avail.
`PS F:\docker-icloudpd> docker exec -it docker-icloudpd-icloudpd_user-1 /bin/sh root@icloudpd_user:/> sync-icloud.sh --initialize
2024-06-18 19:42:38 INFO ***** boredazfcuk/icloudpd container v1.0.846_17-06-2024 started ***** 2024-06-18 19:42:38 INFO ***** For support, please go here: https://github.com/boredazfcuk/docker-icloudpd ***** 2024-06-18 19:42:38 INFO Alpine Linux 3.20.0 2024-06-18 19:42:38 INFO Python version: 3.12.3 2024-06-18 19:42:40 INFO icloud-photos-downloader version: 1.20.0 2024-06-18 19:42:40 INFO Loading configuration from: /config/icloudpd.conf 2024-06-18 19:43:09 INFO Apple ID: [email protected] 2024-06-18 19:43:09 INFO Authentication Type: MFA 2024-06-18 19:43:09 INFO Cookie path: /config/abcdcom 2024-06-18 19:43:09 INFO Cookie expiry notification period: 7 2024-06-18 19:43:09 INFO Download destination directory: /home/user/iCloud 2024-06-18 19:43:09 INFO Folder structure: {:%Y/%m/%d} 2024-06-18 19:43:09 INFO Keep Unicode: false 2024-06-18 19:43:09 INFO Live Photo MOV Filename Policy: suffix 2024-06-18 19:43:09 INFO File Match Policy: name-size-dedup-with-suffix 2024-06-18 19:43:09 INFO Synchronisation interval: 86400 2024-06-18 19:43:09 INFO Synchronisation delay (minutes): 0 2024-06-18 19:43:09 INFO Set EXIF date/time: false 2024-06-18 19:43:09 INFO Auto delete: false 2024-06-18 19:43:09 INFO Delete after download: false 2024-06-18 19:43:09 INFO Photo size: original 2024-06-18 19:43:09 INFO Align RAW: as-is 2024-06-18 19:43:09 INFO Single pass mode: false 2024-06-18 19:43:09 INFO Skip download check: false 2024-06-18 19:43:09 INFO Skip live photos: false 2024-06-18 19:43:09 INFO Number of most recently added photos to download: Download All Photos 2024-06-18 19:43:09 INFO Downloading photos from library: all libraries 2024-06-18 19:43:09 INFO Stop downloading when prexisiting files count is: Download All Photos 2024-06-18 19:43:09 INFO Live photo size: original 2024-06-18 19:43:09 INFO Skip videos: false 2024-06-18 19:43:09 INFO Convert HEIC to JPEG: false 2024-06-18 19:43:09 INFO Downloading from: icloud.com 2024-06-18 19:43:09 INFO Authentication domain: com 2024-06-18 19:43:09 INFO Ignore Synology extended attribute directories: Disabled 2024-06-18 19:43:10 INFO Script launch parameters: --initialize usage: icloud [-h] [--username USERNAME] [--password PASSWORD] [-n] [--delete-from-keyring] [--list] [--llist] [--locate] [--device DEVICE_ID] [--sound] [--message MESSAGE] [--silentmessage SILENTMESSAGE] [--lostmode] [--lostphone LOST_PHONE] [--lostpassword LOST_PASSWORD] [--lostmessage LOST_MESSAGE] [--outputfile] [--domain DOMAIN] icloud: error: No password supplied 2024-06-18 19:43:12 ERROR Keyring file does not exist. Please try again. `