Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 Not Found #21

Open
mikecarr opened this issue Dec 9, 2019 · 0 comments
Open

404 Not Found #21

mikecarr opened this issue Dec 9, 2019 · 0 comments

Comments

@mikecarr
Copy link

mikecarr commented Dec 9, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant