-
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
503 issues again #400
Comments
Same problem here I don't know if it is related, but I updated HA to 2024.11.3 and my iPhone til 18.1.1 this morning. Now iCloud3 is not updating and it does not find the devices in my account. All devices are marked with "not in Apple- acct". When I go to configure the integration and devices it says '4 of 0 devices tracked'. I just updated my iCloud password some weeks ago to get iCloud3 working again. This is from my log:
|
Ditto with same log info below of "Authentication Failed, Connection Error, Secure Password Validation Data was not returned from Apple. ErrorCode-503" tried thus far: fear may be a change in 'formula' for the generation of secure hash key.... (?) 11-24 10:35:59 iCloud3 v3.1.3 11-24 10:35:59 STAGE4 Apple Acct > mpipel…, Login Successful |
Also a mistake This error occurred in the user integration. User: custom_components.icloud 3 Authentication failed, connection failed, and data for verifying a secure password were not returned to Apple. The error code is 503 |
The error appeared today. Although my account was monitored, but my wife was not. Installed on up to version 2024.11.3. IOS 18.1.1 |
I am getting the same 503 Connection Error and have no idea why. It appears that Apple has made some changes once again, this time rejecting password requests made using the Secure Password Request protocol it implemented in October. I have changed the title to reflect the issue. I posted this on the _v3 development repository earlier today. The problem is not on the iCloud3 end, it is on the Apple end where a 503 response code is being returned when iCloud3 sends a request to validate the password. Apple is basically saying “I’m not going to do that”. I don’t know if it will do it later or they have made some change that will require an update. There is no need to reset the config, reinstall or changing passwords at this time. There is nothing that can be done at this time but wait to see if they open it up again. |
To narrow further, I’m pretty certain the 503s are triggered by updating to iOS 18.1.1 I have three phones configured identical in HA, the two upgraded to 18.1.1 are getting 503s while the phone still on 18.1 is working fine in HA |
My wife's 18.1 is still standing and not working |
For anybody only looking at this issue, a downgrade to V3.0.5.9 seems to have solved it for at least some people (including me). |
can confirm downgrading below v3.1 (e.g. v3.0.5.9) allows login/authentication & all devices actively monitored/tracked again 11-24 17:26:07 [start_ic3_co:0216] STAGE4 iCloud Account > Logging Into- (mp.......@gm.......) |
Same. Downgrade to 3.0.5.9 worked here as well. |
Same issue here. Downgraded to 3.0.5.8 and seems to be working fine now. |
Downgrade to 3.0.5.9 gets things working but note I have this error in the logs name 'xtra_attrs' is not defined |
Just confirming, the issue is caused by the latest update. I updated my phone today and it stopped working. Downgrading worked for me as well |
I have the same issue here after updating HA yesterday on core_2024.11.3 ( original comment had a typo in version) |
Redownload version 3.0.5.9 from HACS and logging inn again worked for me too. |
@gcobb321 I'm back on 3.0.5.9 for now which gets it working but any tips to get rid of this error from the logs ? name 'xtra_attrs' is not defined Hope the cruise is fun :-) |
Interesting, I downgraded to 3.0.5.9 and it still does NOT work...I'm on HA 2024.11.3 |
@nivek1612 Edit the icloud3/device_tracker.py file. Save the file |
Re-download v3.0.5.9 from HACS all good again |
@gcobb321 is there a possibility to release a patch that reverts back to the old authentication method. I am indeed able to get 3.0.5.9 to work, but I have an issue where two devices have the same name, 3.0.X can’t deal with duplicated device names, but 3.1 had fixed this. If there’s any way I can help or open a PR that is also fine by me 😁 |
Hi all, Same here :-( |
@gcobb321 |
It's ok, it worked but I had to delete everything via integrations, HACS and manually the folders in .storage. It's ok ! Tks :-) |
Any idea when this will be fixed with new version? |
I have been on a cruise off the west coast of Africa since Apple made the change and return home on 12/10. I’m hoping to have an update by 12/17. I haven’t been able to log into my account from the ship so updates from here were not possible. There will be a few m maintenance items also in the next release. |
any update on this please. |
I have everything now working on my test systems at home. The old password verification works fine. I got the new password SRP method working yesterday but I have been experiencing verification code requests about every 6-hours with the new password SRP and am trying to figure out what is going on with that before I release it. All of the other changes I have made are now complete and I will issue an update later this week. With or without the new password SRP authentication method. |
V3.1.4.1 has been released and should be available on hacs |
It is and works as expected thanks for the work |
I thought this had been fixed in the latest version but as of this morning I'm seeing these two errors
Traceback (most recent call last):
File "/config/custom_components/icloud3/support/pyicloud_ic3.py", line 655, in init
self.authenticate()
File "/config/custom_components/icloud3/support/pyicloud_ic3.py", line 824, in authenticate
raise PyiCloudFailedLoginException(err_msg)
custom_components.icloud3.support.pyicloud_ic3.PyiCloudFailedLoginException: kev, Authentication Failed, Connection Error, Secure Password Validation Data was not returned from Apple. ErrorCode-503
kev, Authentication Failed, Connection Error, Secure Password Validation Data was not returned from Apple. ErrorCode-503
Traceback (most recent call last):
File "/config/custom_components/icloud3/support/pyicloud_ic3.py", line 655, in init
self.authenticate()
File "/config/custom_components/icloud3/support/pyicloud_ic3.py", line 824, in authenticate
raise PyiCloudFailedLoginException(err_msg)
custom_components.icloud3.support.pyicloud_ic3.PyiCloudFailedLoginException: kev, Authentication Failed, Connection Error, Secure Password Validation Data was not returned from Apple. ErrorCode-503
Tried restarting, reinstalling etc but still getting the above error.
Attempts to re-request validation code from apple get no response.
The text was updated successfully, but these errors were encountered: