-
Notifications
You must be signed in to change notification settings - Fork 457
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
Fix 450 error #230
Fix 450 error #230
Conversation
- while refreshing client after 20 min of non request
I patched this diff locally to try it out (from within Home Assistant). My logs now show retry attempts when I encounter error 450, so that's great! But then after several hours I see this error in the logs:
After this error happens; I no longer see any further attempts to authenticate; no Restarting Home Assistant fixes things. I suspect there are maybe two necessary bugfixes here; the first in pyicloud involving |
Hi @reedriley ! Thanks a lot for testing. I think this gonna be fixed by #227 (because less requests). Now that I am aware I'll tests better with your test case. Actually fixing a lot of things in iCloud in HA. |
In that case, I'll patch #227 locally as well and let you know if anything breaks. 😁 |
It breaks everything inside HA, you need https://github.com/Quentame/home-assistant/tree/icloud/fmi_reduce_battery_usage |
Fixes #156