You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing this module inside MacOs VM. It's returning this error: Service Temporarily Unavailable (503). I also tried cli, but same issue. But I can login to ICloud from safari browser with same credentials. I am using latest code of icloud-photos-downloader.
File "/Users/devxhublimited/Desktop/icloud_photos_downloader/src/pyicloud_ipd/base.py", line 161, in _init_
self.authenticate()
~~~~~~~^^
File "/Users/devxhublimited/Desktop/icloud_photos_downloader/src/pyicloud_ipd/base.py", line 204, in authenticate
raise error
File "/Users/devxhublimited/Desktop/icloud_photos_downloader/src/pyicloud_ipd/base.py", line 201, in authenticate
self._authenticate_raw_password()
~~~~~~~~~~~^^
File "/Users/devxhublimited/Desktop/icloud_photos_downloader/src/pyicloud_ipd/base.py", line 363, in _authenticate_raw_password
raise PyiCloudFailedLoginException(msg, error) from error
pyicloud_ipd.exceptions.PyiCloudFailedLoginException: ('Invalid email/password combination.', PyiCloudAPIResponseException('Service Temporarily Unavailable (503)'))
The text was updated successfully, but these errors were encountered:
I am testing this module inside MacOs VM. It's returning this error: Service Temporarily Unavailable (503). I also tried cli, but same issue. But I can login to ICloud from safari browser with same credentials. I am using latest code of icloud-photos-downloader.
The text was updated successfully, but these errors were encountered: