AndBobsYourUncle / hassio-addons

73 stars 41 forks source link

404 Not Found #21

Open mikecarr opened 4 years ago

mikecarr commented 4 years ago

I added a device and went to sync Google Assistant, I am now seeing errors. I even uninstalled the add-on and then re-installed with the same result, any ideas?

2019-12-09 09:01:06 INFO (MainThread) [homeassistant.components.google_assistant] Submitted request_sync request to Google 2019-12-09 09:01:06 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1810108784] Connection closed Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/google_assistant/init.py", line 124, in request_sync_service_handler res.raise_for_status() File "/usr/local/lib/python3.7/site-packages/aiohttp/client_reqrep.py", line 946, in raise_for_status headers=self.headers) aiohttp.client_exceptions.ClientResponseError: 404, message='Not Found', url='https://homegraph.googleapis.com/v1/devices:requestSync?key=XXXXXXXXXXXXXXXX

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 133, in handle_call_service connection.context(msg), File "/usr/src/homeassistant/homeassistant/core.py", line 1236, in async_call await asyncio.shield(self._execute_service(handler, service_call)) File "/usr/src/homeassistant/homeassistant/core.py", line 1261, in _execute_service await handler.func(service_call) File "/usr/src/homeassistant/homeassistant/components/google_assistant/init.py", line 126, in request_sync_service_handler body = await res.read() File "/usr/local/lib/python3.7/site-packages/aiohttp/client_reqrep.py", line 973, in read self._body = await self.content.read() File "/usr/local/lib/python3.7/site-packages/aiohttp/streams.py", line 334, in read raise self._exception aiohttp.client_exceptions.ClientConnectionError: Connection closed