#Apple iCloud Integration - Failed to setup
1 messages · Page 1 of 1 (latest)
If you're seeing AttributeError: 'dict' object has no attribute 'user_info' in the log, then yes, that's known
I also get AttributeError: 'dict' object has no attribute 'user_info' , when I tried to setup the integration.
Yeah, there's an open issue on it here w/ it still persisting after the November release: https://github.com/home-assistant/core/issues/155652
I changed that line 129 in account.py but it didn't fix the integration for me.
What error are you seeing @tawdry bear
That's what I see. I tried deleting the storage/icloud folder already, but same issue:
2025-11-11 11:33:54.699 DEBUG (SyncWorker_0) [pyicloud.base] Authenticating as johndoe@gmail.com
2025-11-11 11:33:54.744 DEBUG (SyncWorker_0) [pyicloud.session] POST https://idmsa.apple.com/appleauth/auth/signin/init
2025-11-11 11:33:55.493 DEBUG (SyncWorker_0) [pyicloud.session] Saved session data to file: /config/.storage/icloud/johndoegmailcom.session
2025-11-11 11:33:55.494 DEBUG (SyncWorker_0) [pyicloud.session] Saved cookies data to file: /config/.storage/icloud/johndoegmailcom.cookiejar
2025-11-11 11:33:55.581 DEBUG (SyncWorker_0) [pyicloud.session] POST https://idmsa.apple.com/appleauth/auth/signin/complete
2025-11-11 11:33:55.886 DEBUG (SyncWorker_0) [pyicloud.session] Saved session data to file: /config/.storage/icloud/johndoegmailcom.session
2025-11-11 11:33:55.887 DEBUG (SyncWorker_0) [pyicloud.session] Saved cookies data to file: /config/.storage/icloud/johndoegmailcom.cookiejar
@sharp elm do you know the integration with icloud? Is there maybe a way to increase debugging?