Hey guys, I’m trying to add integrations via the frontend and I’m getting a never-ending loading wheel.
I’ve traced my logs to the following error. Anyone have any idea what’s happening?
[139833294388000] Error handling message: Unknown error (unknown_error)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 27, in _handle_async_response
await func(hass, connection, msg)
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 755, in handle_integration_descriptions
connection.send_result(msg["id"], await async_get_integration_descriptions(hass))
File "/usr/src/homeassistant/homeassistant/loader.py", line 287, in async_get_integration_descriptions
custom_flows[integration.integration_type][integration.domain] = metadata
KeyError: 'device'
Running supervised 2022.10.5
Supervisor 2022.10.0
Frontend 20221010.0 - latest
Thanks in advance!
2 Likes
koopee
(Koopee)
November 3, 2022, 8:20am
2
Seems to be fixed with the 2022.11.0 version
Oh you had the problem too? Yep can confirm updating fixed it.
1 Like
koopee
(Koopee)
November 3, 2022, 9:31am
4
Yes, I had the same problem. Maybe the problem was just regression in 2022.10.5 version…
Yep, I’m back to 2022.10.5 because deconz is broken in 2022.11, guess this is the lesser of two evils haha
koopee
(Koopee)
November 4, 2022, 8:36am
6
And there just came version 2022.11.1. Is deconz broken there too?
I am still getting this while trying install/configure Shelly integration. Others seem to be working?
supervisor 2022.11.2
core 2022.11.5
frontend 20221108.0
Running supervised.
Intel PC with SSD.
Extra issue, not sure if related: backups are unbearably slow. Like, full backup takes over 3 hours, single addon can easily be 10 minutes. And then log entries just stop and backup is never finished.
Very very strange. HA Core 2022.10.5. Was working all the time. Installed Better Thermostat , restarted HA few times - suddenly this error.