I have a rpi3 running docker with home-assistant (core).
I have been trying to get the integration with google_assistant to work but so far without success.
I followed the manual instructions from this page:
I can access the home-assistant instance from outside the network on an https://my url:8123
In the google home app, under “add device”-> “works with google” I can find my project.
clicking the items brings me to the home assistant login page.
but after I filled in my credentials i always get the error
“unable to reach [test] …”
what could i possibly try to figure out what the problem is?
Traceback (most recent call last):
File “/usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py”, line 435, in _handle_request
resp = await request_handler(request)
File “/usr/local/lib/python3.9/site-packages/aiohttp/web_app.py”, line 504, in _handle
resp = await handler(request)
File “/usr/local/lib/python3.9/site-packages/aiohttp/web_middlewares.py”, line 117, in impl
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/security_filter.py”, line 60, in security_filter_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/forwarded.py”, line 98, in forwarded_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/request_context.py”, line 28, in request_context_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/ban.py”, line 78, in ban_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/auth.py”, line 181, in auth_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/view.py”, line 134, in handle
result = handler(request, **request.match_info)
TypeError: get() got an unexpected keyword argument ‘flow_id’
Traceback (most recent call last):
File “/usr/local/lib/python3.9/asyncio/transports.py”, line 294, in _maybe_resume_protocol
self._protocol.resume_writing()
File “/usr/local/lib/python3.9/asyncio/sslproto.py”, line 516, in resume_writing
self._app_protocol.resume_writing()
File “/usr/local/lib/python3.9/site-packages/aiohttp/base_protocol.py”, line 31, in resume_writing
assert self._paused
AssertionError
After try many way, login from the another device solve this issue. my case I use google home from smart phone, after I use Ipad to do the setup, It works.