michel72
(Michel - espthings.io)
June 11, 2019, 1:14pm
1
Hi,
Since the upgrade to 94.x) I get this error multiple times in the log:
Error logging into iCloud Service: (‘Invalid email/password combination.’, PyiCloudAPIResponseError(‘Failed to validate the credentials from cookie’))
However the username/password and the device tracker config have not changed. I tried deleting the icloud folder and restarting HA multiple times.
Anyone?
3 Likes
I’m seeing this too (sorry - not so much of a resolution ) I’ve seen it since roughly midnight last night.
I’ve validated the creds are correct by logging into icloud.com and all good
lvefferen
(Lvefferen)
June 11, 2019, 2:13pm
3
Can confirm the issue as well.
Hassio: 0.94
Icloud3: PreRelease 1.0.4.a (as well older version)
2019-06-11 16:11:19 ERROR (SyncWorker_6) [pyicloud.base.http] Failed to validate the credentials from cookie
2019-06-11 16:11:19 ERROR (SyncWorker_6) [custom_components.icloud3.device_tracker] Error logging into iCloud Service: (‘Invalid email/password combination.’, PyiCloudAPIResponseError(‘Failed to validate the credentials from cookie’))
2019-06-11 16:11:19 ERROR (SyncWorker_6) [custom_components.icloud3.device_tracker] No ICLOUD_ACCOUNTS added
Credentials are confirmed by logging in to iCloud.
vajonam
(Vajonam)
June 11, 2019, 2:28pm
4
Yes I am seeing this as well after the upgrade to 0.94.x
michel72
(Michel - espthings.io)
June 11, 2019, 2:43pm
5
1 Like
same issue here - maybe thats the sign I needed to move to owntracks…
aidbish
(Adrian)
June 11, 2019, 8:47pm
7
It seems it’s nothing to do with HA but apple seems to have changed something.
++++ Breaking News +++++
FYI - It has been reported that Apple changed something on there end that is breaking the pyicloud.py program that sits between HA components and Apple. There is some issue where authorizing the access to the Apple iCloud account fails. It is happening on all versions of HA and on icloud3 (all versions), along with the base icloud component that is part of HA. I’ve tried it on 0.92.0, 0.93.0, 0.93.2, 0.94.0 & 0.94.1.
Everything works, or seems to, until the account nee…
I have the same issue in my logs
Confirmed here as well. Interestingly enough none of my devices seem to be affected by the issue. Tracking continues to work.
anarro
(Anarro)
June 15, 2019, 4:17pm
11
I have the same issue in my logs too…
chrisw
(Chris W)
June 18, 2019, 12:05pm
12
Same thing. As I posted on Github, this method still works and I’m switching to it:
I think the first php script I provided should work as it works for me. I first use
<?php
include("class.sosumi.php");
$iTunesUsername = "uuuuuuu";
$iTunesPassword = "ppppppppppp";
$ssm = new Sosumi($iTunesUsername, $iTunesPassword);
print_r($ssm->devices); // Uncomment this line to view all your device id's
and then I get the device id I want to put into owntrack. I then copy that id to this script.
<?php
date_default_timezone_set('America/Los_Angeles');
include("class.sosumi.p…
damiano
(Damiano)
June 24, 2019, 1:53pm
13
Any news? I’m still facing this issue…
I’m still having this issue after upgrading to 95.x
same issue here
('Invalid email/password combination.', PyiCloudAPIResponseError('Failed to validate the credentials from cookie'))