Hey all, i know this has been asked a million times, but i have tried all of the given solutions that i have found, but it has not worked for me. here it what is happening.
This happens when i try to connect to the sub.
this is what the logs show
‘’’
Logger: homeassistant.config_entries
Source: config_entries.py:751
First occurred: September 15, 2025 at 9:20:53 PM (3 occurrences)
Last logged: 7:59:38 AM
Error setting up entry khouse for nest
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 751, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/nest/init.py”, line 227, in async_setup_entry
unsub = await subscriber.start_async()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.13/site-packages/google_nest_sdm/google_nest_subscriber.py”, line 154, in start_async
await stream.start()
File “/usr/local/lib/python3.13/site-packages/google_nest_sdm/streaming_manager.py”, line 80, in start
self._stream = await self._connect()
^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.13/site-packages/google_nest_sdm/streaming_manager.py”, line 153, in _connect
return await self._subscriber_client.streaming_pull(self.pending_ack_ids)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.13/site-packages/google_nest_sdm/subscriber_client.py”, line 183, in streaming_pull
await self._streaming_pull_req(ack_ids_generator)
File “/usr/local/lib/python3.13/site-packages/google_nest_sdm/subscriber_client.py”, line 64, in wrapped_func
return await func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.13/site-packages/google_nest_sdm/subscriber_client.py”, line 196, in _streaming_pull_req
return await client.streaming_pull(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
requests=pull_request_generator(self._subscription_name, ack_ids_generator)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File “/usr/local/lib/python3.13/site-packages/google/api_core/retry/retry_unary_async.py”, line 231, in retry_wrapped_func
return await retry_target(
^^^^^^^^^^^^^^^^^^^
…<5 lines>…
)
^
File “/usr/local/lib/python3.13/site-packages/google/api_core/retry/retry_unary_async.py”, line 158, in retry_target
return await target()
^^^^^^^^^^^^^^
File “/usr/local/lib/python3.13/site-packages/google/api_core/grpc_helpers_async.py”, line 178, in error_remapped_callable
await call.wait_for_connection()
File “/usr/local/lib/python3.13/site-packages/google/api_core/grpc_helpers_async.py”, line 77, in wait_for_connection
await self._call.wait_for_connection()
File “/usr/local/lib/python3.13/site-packages/grpc/aio/_call.py”, line 537, in wait_for_connection
await self._metadata_sent.wait()
File “/usr/local/lib/python3.13/asyncio/locks.py”, line 213, in wait
await fut
asyncio.exceptions.CancelledError
‘’’
any help would be greatly appreciated.
