-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]error 503 #48
Comments
C:\Users\5257\Desktop\PyCharm\pythonProject.venv\Scripts\python.exe C:\Users\5257\Desktop\PyCharm\pythonProject\2.0000000000\设备名称.py |
same here Traceback (most recent call last): |
Similar issues with icloud-docker, that's based on icloudpy |
Same thing for me after upgrading from 1.18.0 to 1.20.1 (and making all required config changes). 503's when logging in with 2FA. Now, moving back to 1.18.0, login still throws the 503's. Here some debug logging from 1.18.0 .. the error is mostly the same for 1.20.1:
Wiping the session_data directory does not make a difference. |
It is an issue for everyone, apple changed the authentication system to a 'sirp' method. In other repo issue fastlane/fastlane#26368 looks already solved. So looking important right now! |
Hello everyone, |
I get error 503 when running api = ICloudPyService('email', 'pass')
I looked at the request that the script makes:
https://idmsa.apple.com/appleauth/auth/signin?isRememberMeEnabled=true
POST /appleauth/auth/signin?isRememberMeEnabled=true HTTP/1.1
Host: idmsa.apple.com
User-Agent: python-requests/2.28.1
Accept-Encoding: gzip, deflate
Accept: /
Connection: close
Origin: https://www.icloud.com
Referer: https://www.icloud.com/
Content-Type: application/json
X-Apple-OAuth-Client-Id: d39ba9916b7251055b22c7f910e2ea796ee65e98b2ddecea8f5dde8d9d1a815d
X-Apple-OAuth-Client-Type: firstPartyAuth
X-Apple-OAuth-Redirect-URI: https://www.icloud.com
X-Apple-OAuth-Require-Grant-Code: true
X-Apple-OAuth-Response-Mode: web_message
X-Apple-OAuth-Response-Type: code
X-Apple-OAuth-State: auth-e7354889-8e1c-11ef-9432-080027e13d28
X-Apple-Widget-Key: d39ba9916b7251055b22c7f910e2ea796ee65e98b2ddecea8f5dde8d9d1a815d
Content-Length: 105
{"accountName": "[email protected]", "password": "xxx", "rememberMe": true, "trustTokens": []}
Service Temporarily Unavailable (503)
What could be the reason?
Is there any original service or application now that makes a similar request?
The text was updated successfully, but these errors were encountered: