#I m getting an unknown error when I
1 messages · Page 1 of 1 (latest)
2022-09-12 12:52:36.790 INFO (MainThread) [homeassistant.components.recorder.backup] Backup start notification, locking database for writes
2022-09-12 12:52:36.874 INFO (MainThread) [homeassistant.components.recorder.backup] Backup end notification, releasing write lock
2022-09-12 12:52:36.876 INFO (Recorder) [homeassistant.components.recorder.core] Database queue backlog reached 0 entries during backup
2022-09-12 12:52:36.875 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140600446515184] 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/backup/websocket.py", line 68, in handle_create
backup = await manager.generate_backup()
File "/usr/src/homeassistant/homeassistant/components/backup/manager.py", line 169, in generate_backup
raise result
File "/usr/src/homeassistant/homeassistant/components/zha/backup.py", line 16, in async_pre_backup
zha_gateway: ZHAGateway = hass.data[DATA_ZHA][DATA_ZHA_GATEWAY]
KeyError: 'zha_gateway'
I don't use ZHA, I only use DeConz for my zigbee devices
I'm on 2022.9.2 as of this morning, still getting this error when i attempt to take a backup
I have a feeling it's related to a reverse proxy WSS/websocket issue
investigating that
ok going to home assistant IP:Port directly in both brave and safari gives the same error when requesting a backup