-
Notifications
You must be signed in to change notification settings - Fork 53
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
Password SRP issue, valid password fails fix #388
Comments
What did you upgrade from, v2.4.7 or v3.0.x? Go to the Configure Settings > Data Sources > Apple Acct Username/Password and verify your username p/w. Click Add it it does not show up. |
I followed your guidance and re-entered my AppleID PW in the referred menu, but still saw the error messages below and I was also not prompted for any verification code. At this stage, interestingly my iPhones could be tracked again (and values of the different entities were updated frequently), but an AppleWatch of a family member was not tracked/updated at all. So, I followed your hint here and changed my AppleID PW to a different value, which entirely fixed my problem. I received a token verification requested and now all former devices are tracked again ! |
@ambiman I would appreciate it if you would email your old password. Send it to [email protected] with the subject ‘SRP failed password’ do it doesn’t get lost with everything else. Thanks |
As the developers of iMazing, we've updated our authentication method for downloading photos from iCloud. We now use the SRP-6a protocol with the icloud.com API. We've identified the root cause of the issue where older Apple accounts were receiving a 401 instead of 409 during authentication. Here's the solution: When the I hope this helps :) |
@codebar33 |
Sure, please note that this is C++ code, you'll need to adapt the implementation in Python:
|
In Python this would be:
|
There's a bug in the python code, but I did get it working; see icloud-photos-downloader/icloud_photos_downloader#975 (comment) for the fix |
The project that I was using did icloud-photos-downloader/icloud_photos_downloader#1014 ; I'm not involved in this project, I was just providing feedback on the almost-working fix for others to use. |
After upgrading to v3.1 today, it seems that I'm still not able to login to iCloud:
iCloud3 Error > useraccount, Authentication Failed, Authentication error, Invalid Username or Password, ErrorCode-401
iCloud3 Error > useraccount, Authentication Failed, An unknown error occurred, ErrorCode-403
iCloud3 Device Configuration Error > phone1 (iCloud3) (phone1_icloud3), iCloudDevice-phone1, Not in Apple Acct-useraccount@…………
iCloud3 Device Configuration Error > phone2 (iCloud3) (phone2_icloud3), iCloudDevice-phone2, Not in Apple Acct-useraccount@…………
iCloud3 Device Configuration Error > applewatch (iCloud3) (applewatch_icloud3), iCloudDevice-Apple Watch von XYZ, Not in Apple Acct-useraccount@…………
Any ideas ? What additional logs would you need?
Specs of my installation:
HA Core 2024.10.4
Thanks and all the best!
The text was updated successfully, but these errors were encountered: