Skip to content

Tons of the same errors #976

@mfabiani53

Description

@mfabiani53

The problem

Since months i am getting always the same errors about hass-nabucasa package (i suppose).

While the system is running good i get always those errors in log.

What version of the package with the issue?

The latest with HA version 2025.10.1

What python version are you using?

The latest coming from latest updates

What was the last working version of the package?

No response

Debug logs?

2025-10-07 18:44:53.854 ERROR (SyncWorker_18) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 532, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
                       ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/streams.py", line 672, in read
    await self._waiter
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 203, in _call_raw_api
    resp = await self._cloud.websession.request(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<6 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 770, in _request
    resp = await handler(req)
           ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 748, in _connect_and_send_request
    await resp.start(conn)
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 527, in start
    with self._timer:
         ^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/helpers.py", line 685, in __exit__
    raise asyncio.TimeoutError from exc_val
TimeoutError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 58, in wrapper
    return await func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/google_report_state.py", line 142, in request_sync
    resp: CloudApiRawResponse = await self._call_cloud_api(
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 253, in _call_cloud_api
    resp = await self._call_raw_api(
           ^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<11 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 212, in _call_raw_api
    raise CloudApiTimeoutError(
    ...<2 lines>...
    ) from err
hass_nabucasa.api.CloudApiTimeoutError: Timeout reached while calling API

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 283, in _schedule_callback
    await self.async_sync_entities(agent_user_id)
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 231, in async_sync_entities
    status = await self._async_request_sync_devices(agent_user_id)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/cloud/google_config.py", line 380, in _async_request_sync_devices
    resp = await self._cloud.google_report_state.request_sync()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 66, in wrapper
    raise exception(
    ...<4 lines>...
    ) from err
hass_nabucasa.google_report_state.GoogleReportStateError: Timeout reached while calling API
2025-10-07 18:44:53.948 ERROR (SyncWorker_18) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 532, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
                       ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/streams.py", line 672, in read
    await self._waiter
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 203, in _call_raw_api
    resp = await self._cloud.websession.request(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<6 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 770, in _request
    resp = await handler(req)
           ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 748, in _connect_and_send_request
    await resp.start(conn)
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 527, in start
    with self._timer:
         ^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/helpers.py", line 685, in __exit__
    raise asyncio.TimeoutError from exc_val
TimeoutError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 58, in wrapper
    return await func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/google_report_state.py", line 142, in request_sync
    resp: CloudApiRawResponse = await self._call_cloud_api(
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 253, in _call_cloud_api
    resp = await self._call_raw_api(
           ^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<11 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 212, in _call_raw_api
    raise CloudApiTimeoutError(
    ...<2 lines>...
    ) from err
hass_nabucasa.api.CloudApiTimeoutError: Timeout reached while calling API

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 283, in _schedule_callback
    await self.async_sync_entities(agent_user_id)
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 231, in async_sync_entities
    status = await self._async_request_sync_devices(agent_user_id)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/cloud/google_config.py", line 380, in _async_request_sync_devices
    resp = await self._cloud.google_report_state.request_sync()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 66, in wrapper
    raise exception(
    ...<4 lines>...
    ) from err
hass_nabucasa.google_report_state.GoogleReportStateError: Timeout reached while calling API
2025-10-07 18:44:53.979 ERROR (SyncWorker_18) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 532, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
                       ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/streams.py", line 672, in read
    await self._waiter
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 203, in _call_raw_api
    resp = await self._cloud.websession.request(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<6 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 770, in _request
    resp = await handler(req)
           ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 748, in _connect_and_send_request
    await resp.start(conn)
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 527, in start
    with self._timer:
         ^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/helpers.py", line 685, in __exit__
    raise asyncio.TimeoutError from exc_val
TimeoutError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 58, in wrapper
    return await func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/google_report_state.py", line 142, in request_sync
    resp: CloudApiRawResponse = await self._call_cloud_api(
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 253, in _call_cloud_api
    resp = await self._call_raw_api(
           ^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<11 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 212, in _call_raw_api
    raise CloudApiTimeoutError(
    ...<2 lines>...
    ) from err
hass_nabucasa.api.CloudApiTimeoutError: Timeout reached while calling API

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 283, in _schedule_callback
    await self.async_sync_entities(agent_user_id)
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 231, in async_sync_entities
    status = await self._async_request_sync_devices(agent_user_id)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/cloud/google_config.py", line 380, in _async_request_sync_devices
    resp = await self._cloud.google_report_state.request_sync()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 66, in wrapper
    raise exception(
    ...<4 lines>...
    ) from err
hass_nabucasa.google_report_state.GoogleReportStateError: Timeout reached while calling API
2025-10-07 18:44:54.063 ERROR (SyncWorker_18) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 532, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
                       ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/streams.py", line 672, in read
    await self._waiter
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 203, in _call_raw_api
    resp = await self._cloud.websession.request(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<6 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 770, in _request
    resp = await handler(req)
           ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 748, in _connect_and_send_request
    await resp.start(conn)
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 527, in start
    with self._timer:
         ^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/helpers.py", line 685, in __exit__
    raise asyncio.TimeoutError from exc_val
TimeoutError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 58, in wrapper
    return await func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/google_report_state.py", line 142, in request_sync
    resp: CloudApiRawResponse = await self._call_cloud_api(
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 253, in _call_cloud_api
    resp = await self._call_raw_api(
           ^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<11 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 212, in _call_raw_api
    raise CloudApiTimeoutError(
    ...<2 lines>...
    ) from err
hass_nabucasa.api.CloudApiTimeoutError: Timeout reached while calling API

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 283, in _schedule_callback
    await self.async_sync_entities(agent_user_id)
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 231, in async_sync_entities
    status = await self._async_request_sync_devices(agent_user_id)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/cloud/google_config.py", line 380, in _async_request_sync_devices
    resp = await self._cloud.google_report_state.request_sync()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 66, in wrapper
    raise exception(
    ...<4 lines>...
    ) from err
hass_nabucasa.google_report_state.GoogleReportStateError: Timeout reached while calling API
2025-10-07 19:03:02.512 ERROR (SyncWorker_0) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 532, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
                       ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/streams.py", line 672, in read
    await self._waiter
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 203, in _call_raw_api
    resp = await self._cloud.websession.request(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<6 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 770, in _request
    resp = await handler(req)
           ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 748, in _connect_and_send_request
    await resp.start(conn)
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 527, in start
    with self._timer:
         ^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/helpers.py", line 685, in __exit__
    raise asyncio.TimeoutError from exc_val
TimeoutError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 58, in wrapper
    return await func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/google_report_state.py", line 142, in request_sync
    resp: CloudApiRawResponse = await self._call_cloud_api(
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 253, in _call_cloud_api
    resp = await self._call_raw_api(
           ^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<11 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 212, in _call_raw_api
    raise CloudApiTimeoutError(
    ...<2 lines>...
    ) from err
hass_nabucasa.api.CloudApiTimeoutError: Timeout reached while calling API

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 283, in _schedule_callback
    await self.async_sync_entities(agent_user_id)
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 231, in async_sync_entities
    status = await self._async_request_sync_devices(agent_user_id)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/cloud/google_config.py", line 380, in _async_request_sync_devices
    resp = await self._cloud.google_report_state.request_sync()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 66, in wrapper
    raise exception(
    ...<4 lines>...
    ) from err
hass_nabucasa.google_report_state.GoogleReportStateError: Timeout reached while calling API
2025-10-07 19:03:02.679 ERROR (SyncWorker_0) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 532, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
                       ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/streams.py", line 672, in read
    await self._waiter
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 203, in _call_raw_api
    resp = await self._cloud.websession.request(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<6 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 770, in _request
    resp = await handler(req)
           ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 748, in _connect_and_send_request
    await resp.start(conn)
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 527, in start
    with self._timer:
         ^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/helpers.py", line 685, in __exit__
    raise asyncio.TimeoutError from exc_val
TimeoutError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 58, in wrapper
    return await func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/google_report_state.py", line 142, in request_sync
    resp: CloudApiRawResponse = await self._call_cloud_api(
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 253, in _call_cloud_api
    resp = await self._call_raw_api(
           ^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<11 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 212, in _call_raw_api
    raise CloudApiTimeoutError(
    ...<2 lines>...
    ) from err
hass_nabucasa.api.CloudApiTimeoutError: Timeout reached while calling API

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 283, in _schedule_callback
    await self.async_sync_entities(agent_user_id)
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 231, in async_sync_entities
    status = await self._async_request_sync_devices(agent_user_id)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/cloud/google_config.py", line 380, in _async_request_sync_devices
    resp = await self._cloud.google_report_state.request_sync()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 66, in wrapper
    raise exception(
    ...<4 lines>...
    ) from err
hass_nabucasa.google_report_state.GoogleReportStateError: Timeout reached while calling API
2025-10-07 19:06:13.601 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 532, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
                       ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/streams.py", line 672, in read
    await self._waiter
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 203, in _call_raw_api
    resp = await self._cloud.websession.request(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<6 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 770, in _request
    resp = await handler(req)
           ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 748, in _connect_and_send_request
    await resp.start(conn)
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 527, in start
    with self._timer:
         ^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/helpers.py", line 685, in __exit__
    raise asyncio.TimeoutError from exc_val
TimeoutError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 58, in wrapper
    return await func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/google_report_state.py", line 142, in request_sync
    resp: CloudApiRawResponse = await self._call_cloud_api(
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 253, in _call_cloud_api
    resp = await self._call_raw_api(
           ^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<11 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 212, in _call_raw_api
    raise CloudApiTimeoutError(
    ...<2 lines>...
    ) from err
hass_nabucasa.api.CloudApiTimeoutError: Timeout reached while calling API

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 283, in _schedule_callback
    await self.async_sync_entities(agent_user_id)
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 231, in async_sync_entities
    status = await self._async_request_sync_devices(agent_user_id)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/cloud/google_config.py", line 380, in _async_request_sync_devices
    resp = await self._cloud.google_report_state.request_sync()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 66, in wrapper
    raise exception(
    ...<4 lines>...
    ) from err
hass_nabucasa.google_report_state.GoogleReportStateError: Timeout reached while calling API
2025-10-07 19:35:58.791 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 532, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
                       ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/streams.py", line 672, in read
    await self._waiter
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 203, in _call_raw_api
    resp = await self._cloud.websession.request(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<6 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 770, in _request
    resp = await handler(req)
           ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 748, in _connect_and_send_request
    await resp.start(conn)
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 527, in start
    with self._timer:
         ^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/helpers.py", line 685, in __exit__
    raise asyncio.TimeoutError from exc_val
TimeoutError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 58, in wrapper
    return await func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/google_report_state.py", line 142, in request_sync
    resp: CloudApiRawResponse = await self._call_cloud_api(
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 253, in _call_cloud_api
    resp = await self._call_raw_api(
           ^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<11 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 212, in _call_raw_api
    raise CloudApiTimeoutError(
    ...<2 lines>...
    ) from err
hass_nabucasa.api.CloudApiTimeoutError: Timeout reached while calling API

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 283, in _schedule_callback
    await self.async_sync_entities(agent_user_id)
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 231, in async_sync_entities
    status = await self._async_request_sync_devices(agent_user_id)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/cloud/google_config.py", line 380, in _async_request_sync_devices
    resp = await self._cloud.google_report_state.request_sync()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 66, in wrapper
    raise exception(
    ...<4 lines>...
    ) from err
hass_nabucasa.google_report_state.GoogleReportStateError: Timeout reached while calling API
2025-10-07 19:44:52.154 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 532, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
                       ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/streams.py", line 672, in read
    await self._waiter
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 203, in _call_raw_api
    resp = await self._cloud.websession.request(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<6 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 770, in _request
    resp = await handler(req)
           ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 748, in _connect_and_send_request
    await resp.start(conn)
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 527, in start
    with self._timer:
         ^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/helpers.py", line 685, in __exit__
    raise asyncio.TimeoutError from exc_val
TimeoutError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 58, in wrapper
    return await func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/google_report_state.py", line 142, in request_sync
    resp: CloudApiRawResponse = await self._call_cloud_api(
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 253, in _call_cloud_api
    resp = await self._call_raw_api(
           ^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<11 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 212, in _call_raw_api
    raise CloudApiTimeoutError(
    ...<2 lines>...
    ) from err
hass_nabucasa.api.CloudApiTimeoutError: Timeout reached while calling API

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 283, in _schedule_callback
    await self.async_sync_entities(agent_user_id)
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 231, in async_sync_entities
    status = await self._async_request_sync_devices(agent_user_id)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/cloud/google_config.py", line 380, in _async_request_sync_devices
    resp = await self._cloud.google_report_state.request_sync()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 66, in wrapper
    raise exception(
    ...<4 lines>...
    ) from err
hass_nabucasa.google_report_state.GoogleReportStateError: Timeout reached while calling API
2025-10-07 20:01:15.169 ERROR (SyncWorker_21) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 532, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
                       ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/streams.py", line 672, in read
    await self._waiter
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 203, in _call_raw_api
    resp = await self._cloud.websession.request(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<6 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 770, in _request
    resp = await handler(req)
           ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 748, in _connect_and_send_request
    await resp.start(conn)
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 527, in start
    with self._timer:
         ^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/helpers.py", line 685, in __exit__
    raise asyncio.TimeoutError from exc_val
TimeoutError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 58, in wrapper
    return await func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/google_report_state.py", line 142, in request_sync
    resp: CloudApiRawResponse = await self._call_cloud_api(
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 253, in _call_cloud_api
    resp = await self._call_raw_api(
           ^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<11 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 212, in _call_raw_api
    raise CloudApiTimeoutError(
    ...<2 lines>...
    ) from err
hass_nabucasa.api.CloudApiTimeoutError: Timeout reached while calling API

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 283, in _schedule_callback
    await self.async_sync_entities(agent_user_id)
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 231, in async_sync_entities
    status = await self._async_request_sync_devices(agent_user_id)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/cloud/google_config.py", line 380, in _async_request_sync_devices
    resp = await self._cloud.google_report_state.request_sync()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 66, in wrapper
    raise exception(
    ...<4 lines>...
    ) from err
hass_nabucasa.google_report_state.GoogleReportStateError: Timeout reached while calling API
2025-10-07 20:14:57.031 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 532, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
                       ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/streams.py", line 672, in read
    await self._waiter
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 203, in _call_raw_api
    resp = await self._cloud.websession.request(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<6 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 770, in _request
    resp = await handler(req)
           ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 748, in _connect_and_send_request
    await resp.start(conn)
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 527, in start
    with self._timer:
         ^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/helpers.py", line 685, in __exit__
    raise asyncio.TimeoutError from exc_val
TimeoutError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 58, in wrapper
    return await func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/google_report_state.py", line 142, in request_sync
    resp: CloudApiRawResponse = await self._call_cloud_api(
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 253, in _call_cloud_api
    resp = await self._call_raw_api(
           ^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<11 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 212, in _call_raw_api
    raise CloudApiTimeoutError(
    ...<2 lines>...
    ) from err
hass_nabucasa.api.CloudApiTimeoutError: Timeout reached while calling API

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 283, in _schedule_callback
    await self.async_sync_entities(agent_user_id)
  File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 231, in async_sync_entities
    status = await self._async_request_sync_devices(agent_user_id)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/cloud/google_config.py", line 380, in _async_request_sync_devices
    resp = await self._cloud.google_report_state.request_sync()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/api.py", line 66, in wrapper
    raise exception(
    ...<4 lines>...
    ) from err
hass_nabucasa.google_report_state.GoogleReportStateError: Timeout reached while calling API

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions