Skip to content

still having issue with 1.0.0 and the 1.0b7 #78

@cvkattookaran

Description

@cvkattookaran

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions