-
Notifications
You must be signed in to change notification settings - Fork 7
Description
still getting an error with HA 2025.11.0 version
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 761, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/google_keep_sync/init.py", line 49, in async_setup_entry
if not await api.authenticate():
^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/google_keep_sync/api.py", line 180, in authenticate
if not await self.async_login_with_saved_state():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/google_keep_sync/api.py", line 205, in async_login_with_saved_state
await self._hass.async_add_executor_job(
self._keep.authenticate, self._username, saved_token, saved_state
)
asyncio.exceptions.CancelledError: Global task timeout: Bootstrap stage 2 timeout