urghhh!!!
I held off for a while because of this new auth, and now I cannot log onto my UI, these errors are all over my log
AttributeError: module 'voluptuous_serialize' has no attribute 'convert'
2018-09-07 20:15:36 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 390, in start
resp = await self._request_handler(request)
File "/srv/homeassistant/lib/python3.6/site-packages/aiohttp/web_app.py", line 352, in _handle
resp = await handler(request)
File "/srv/homeassistant/lib/python3.6/site-packages/aiohttp/web_middlewares.py", line 106, in impl
return await handler(request)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/http/static.py", line 66, in staticresource_middleware
return await handler(request)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/http/real_ip.py", line 34, in real_ip_middleware
return await handler(request)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/http/ban.py", line 67, in ban_middleware
return await handler(request)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/http/auth.py", line 68, in auth_middleware
return await handler(request)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/http/real_ip.py", line 34, in real_ip_middleware
return await handler(request)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/http/ban.py", line 67, in ban_middleware
return await handler(request)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/http/auth.py", line 68, in auth_middleware
return await handler(request)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/http/view.py", line 113, in handle
result = await result
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/http/data_validator.py", line 47, in wrapper
result = await method(view, request, *args, **kwargs)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/http/ban.py", line 77, in handle_req
resp = await func(view, request, *args, **kwargs)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/auth/login_flow.py", line 173, in post
return self.json(_prepare_result_json(result))
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/auth/login_flow.py", line 124, in _prepare_result_json
data['data_schema'] = voluptuous_serialize.convert(schema)
AttributeError: module 'voluptuous_serialize' has no attribute 'convert'
I’ve deleted my .storage folder
I’ve tried several browsers
I’m not really sure if I’m supposed to comment out auth_providers, or not, but have tried it both ways. I’ve
tried this
auth_providers:
- type: homeassistant
- type: legacy_api_password
and this
auth_providers:
# - type: homeassistant
- type: legacy_api_password
and this
# auth_providers:
# - type: homeassistant
# - type: legacy_api_password
Bottom line I cannot log on. I had basically the same issue with 76.
BTW, dont delete your storage folder without making a copy, almost lost all of my entity custom names.
The only thing I can think of is that I try to use 443 vs 8123 so I usually dont include :8123 at the end of my URL, but I’ve tried changing that too.
Bottom line. My HA is “working” but I have no access to it all all at the moment
Please any recommendations are greatly apprecated.
How to you install a previous version? I may just revert to 76