icloud-photos-downloader / icloud_photos_downloader

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

Can't authenticate after redeploy #730

Closed dohgren78 closed 9 months ago

dohgren78 commented 9 months ago

Hi,

I had to redeploy after some changes (changed Apple ID password and added a new config directory for another Apple ID). Now I can't authenticate.

A clean directory with only the icloudpd.conf in it. The cookie is not created. I'm thinking if there is something saved somewhere on Apple's side regarding the multifactor authentication cookie?

/ # /usr/local/bin/sync-icloud.sh --Initialise

2023-12-07 12:18:43 INFO boredazfcuk/icloudpd container for icloud_photo_downloader v1.0.684 started 2023-12-07 12:18:43 INFO For support, please go here: https://github.com/boredazfcuk/docker-icloudpd 2023-12-07 12:18:43 INFO Alpine Linux 3.18.3 2023-12-07 12:18:43 INFO Python version: 3.11.5 2023-12-07 12:18:43 INFO Loading configuration from: /config/icloudpd.conf 2023-12-07 12:18:44 INFO Apple ID: XXXX@XXXXX.XX 2023-12-07 12:18:44 INFO Authentication Type: MFA 2023-12-07 12:18:44 INFO Cookie path: /config/xxxxxxxx (correct email adress here without special characters) 2023-12-07 12:18:44 INFO Cookie expiry notification period: 7 2023-12-07 12:18:44 INFO Download destination directory: /icloud 2023-12-07 12:18:44 INFO Folder structure: {:%Y/%m} 2023-12-07 12:18:44 INFO Synchronisation interval: 43200 2023-12-07 12:18:44 INFO Synchronisation delay (minutes): 0 2023-12-07 12:18:44 INFO Set EXIF date/time: false 2023-12-07 12:18:44 INFO Auto delete: true 2023-12-07 12:18:44 INFO Delete after download: false 2023-12-07 12:18:44 INFO Photo size: original 2023-12-07 12:18:44 INFO Single pass mode: false 2023-12-07 12:18:44 INFO Skip download check: false 2023-12-07 12:18:44 INFO Skip live photos: false 2023-12-07 12:18:44 INFO Number of most recently added photos to download: Download All Photos 2023-12-07 12:18:44 INFO Downloading photos from library: all libraries 2023-12-07 12:18:44 INFO Stop downloading when prexisiting files count is: Download All Photos 2023-12-07 12:18:44 INFO Live photo size: original 2023-12-07 12:18:44 INFO Skip videos: false 2023-12-07 12:18:44 INFO Convert HEIC to JPEG: true 2023-12-07 12:18:44 INFO Downloading from: icloud.com 2023-12-07 12:18:44 INFO Authentication domain: com 2023-12-07 12:18:44 INFO Ignore Synology extended attribute directories: Disabled 2023-12-07 12:18:44 INFO Script launch parameters: --Initialise Enter iCloud password for XXXX@XXXXX.XX: Bad username or password for XXXX@XXXXX.XX

dohgren78 commented 9 months ago

Saw that it's probably related to Issue#729.