boredazfcuk / docker-icloudpd

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

After changing the password and re-logging in, the download failed. #506

Closed mrmacyoung closed 1 month ago

mrmacyoung commented 5 months ago

The password was recently changed, the keyring was deleted and re-logged in. The login was successful, but the download prompted "Invalid username/password combination."

2024-02-04 23:57:00 ERROR Error downloading IMG_1364.HEIC, retrying after 5 seconds... 2024-02-04 23:57:06 ERROR Invalid username/password combination. (401) 2024-02-04 23:57:06 ERROR Error downloading IMG_1364.HEIC, retrying after 10 seconds... 2024-02-04 23:57:17 ERROR Invalid username/password combination. (401) 2024-02-04 23:57:17 ERROR Error downloading IMG_1364.HEIC, retrying after 15 seconds... 2024-02-04 23:57:33 ERROR Invalid username/password combination. (401) 2024-02-04 23:57:33 ERROR Error downloading IMG_1364.HEIC, retrying after 20 seconds...

boredazfcuk commented 1 month ago

I'd check that there are no pop-ups when logging into icloud.com. I've never see this behaviour before, nor can I replicate it.

Whenever I change my password, I use the sync-icloud.sh --remove-keyring command line parameter and the sync-icloud.sh --initialise to perform the login and cookie re-authentication.

boredazfcuk commented 1 month ago

Closing as stale