I’m having issues with Google Assistant ever since upgrading to 0.85.1. I’ve gone through the complete configuration twice now with no change. I can see the home assistant device in google home app and when I login I get the “Succesfully linked…” message but no home assistant devices appear in the app.
When I call the request sync service from home assistant I get a failed message and following in the log:
Tue Jan 22 2019 20:12:59 GMT-0500 (Eastern Standard Time)
Error handling message: {‘type’: ‘call_service’, ‘domain’: ‘google_assistant’, ‘service’: ‘request_sync’, ‘service_data’: {}, ‘id’: 28}
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/google_assistant/init.py”, line 78, in request_sync_service_handler
res.raise_for_status()
File “/usr/local/lib/python3.6/site-packages/aiohttp/client_reqrep.py”, line 916, in raise_for_status
headers=self.headers)
aiohttp.client_exceptions.ClientResponseError: 403, message=‘Forbidden’During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/websocket_api/decorators.py”, line 17, in _handle_async_response
await func(hass, connection, msg)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/websocket_api/commands.py”, line 148, in handle_call_service
connection.context(msg))
File “/usr/local/lib/python3.6/site-packages/homeassistant/core.py”, line 1121, in async_call
self._execute_service(handler, service_call))
File “/usr/local/lib/python3.6/site-packages/homeassistant/core.py”, line 1143, in _execute_service
await handler.func(service_call)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/google_assistant/init.py”, line 80, in request_sync_service_handler
body = await res.read()
File “/usr/local/lib/python3.6/site-packages/aiohttp/client_reqrep.py”, line 943, in read
self._body = await self.content.read()
File “/usr/local/lib/python3.6/site-packages/aiohttp/streams.py”, line 319, in read
raise self._exception
aiohttp.client_exceptions.ClientConnectionError: Connection closed
I’ve tried all the steps for troubleshooting request sync in component page and I’ve got the api key setup.
I’m not sure it matters but I’m using nginx to reverse proxy home assistant. I double checked that configuration and it matches the the docs.
This was working a few weeks ago but I took some time off from home assistant and now I can’t get it to work again.