Replies: 3 comments 12 replies
-
Beta Was this translation helpful? Give feedback.
-
|
any update on this? I recently accidentally changed my password (long story) and it broke icloudpd. im using 1.28 Daily sync: Shared Library (recent 1000 + auto-delete) The above exception was the direct cause of the following exception: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
|
no response from OP |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
i am running 2 instances of icloudpd each in a docker container. recognized as of today that the containers crashed and by restarting they are also crashing - tried to delete all temp config files (login files) - then when asked for entering password same issue occured, also as I read changing Icloud password could resolve it tried also that but without success - anyone has an idea?
`2025-02-02 14:12:45 ERROR Service Temporarily Unavailable (503)
2025-02-02 14:12:45 ERROR Failed to login with srp, falling back to old raw password authentication. Error: ('Failed to initiate srp authentication.', PyiCloudAPIResponseException('Service Temporarily Unavailable (503)'))
2025-02-02 14:12:45 ERROR Service Temporarily Unavailable (503)
2025-02-02 14:12:45 ERROR Failed to login with raw password. Error: ('Invalid email/password combination.', PyiCloudAPIResponseException('Service Temporarily Unavailable (503)'))
Traceback (most recent call last):
File "pyicloud_ipd/base.py", line 288, in _authenticate_srp
File "requests/sessions.py", line 637, in post
File "pyicloud_ipd/session.py", line 122, in request
File "pyicloud_ipd/session.py", line 196, in _raise_error
pyicloud_ipd.exceptions.PyiCloudAPIResponseException: Service Temporarily Unavailable (503)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "pyicloud_ipd/base.py", line 196, in authenticate
File "pyicloud_ipd/base.py", line 293, in _authenticate_srp
pyicloud_ipd.exceptions.PyiCloudFailedLoginException: ('Failed to initiate srp authentication.', PyiCloudAPIResponseException('Service Temporarily Unavailable (503)'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "pyicloud_ipd/base.py", line 354, in _authenticate_raw_password
File "requests/sessions.py", line 637, in post
File "pyicloud_ipd/session.py", line 122, in request
File "pyicloud_ipd/session.py", line 196, in _raise_error
pyicloud_ipd.exceptions.PyiCloudAPIResponseException: Service Temporarily Unavailable (503)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "starters/icloudpd_ex.py", line 123, in
File "starters/icloudpd_ex.py", line 119, in main
File "click/core.py", line 1161, in call
File "click/core.py", line 1082, in main
File "click/core.py", line 1697, in invoke
File "click/core.py", line 1443, in invoke
File "click/core.py", line 788, in invoke
File "icloudpd/base.py", line 752, in main
File "icloudpd/base.py", line 1195, in core
File "icloudpd/authentication.py", line 53, in authenticate_
File "pyicloud_ipd/base.py", line 160, in init
File "pyicloud_ipd/base.py", line 203, in authenticate
File "pyicloud_ipd/base.py", line 200, in authenticate
File "pyicloud_ipd/base.py", line 362, in _authenticate_raw_password
pyicloud_ipd.exceptions.PyiCloudFailedLoginException: ('Invalid email/password combination.', PyiCloudAPIResponseException('Service Temporarily Unavailable (503)'))
[PYI-7:ERROR] Failed to execute script 'icloudpd_ex' due to unhandled exception!
`
Beta Was this translation helpful? Give feedback.
All reactions