Hi All,
Things are going great, but I am getting a series of errors when I start Home Assistant. These errors aren’t preventing the system from running, but I would like the system to run cleanly!
I’ve attempted a complete reinstall and this issue did come back after the restore. I’ve also checked core.logger (on existing install and a new, fresh install), and it’s blank. I’m at a loss as far as how to address this without reinstalling everything.
Pasting a lot of logs in chronological order.
`
Logger: homeassistant.setup
Source: util/json.py:45
First occurred: 3:23:28 PM (1 occurrences)
Last logged: 3:23:28 PM
Error during setup of component logger
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/util/json.py”, line 39, in load_json
return orjson.loads(fdesc.read()) # type: ignore[no-any-return]
orjson.JSONDecodeError: unexpected character: line 1 column 1 (char 0)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 256, in _async_setup_component
result = await task
File “/usr/src/homeassistant/homeassistant/components/logger/init.py”, line 63, in async_setup
await settings.async_load()
File "/usr/src/homeassistant/
Logger: homeassistant.setup
Source: setup.py:203
First occurred: 3:23:37 PM (1 occurrences)
Last logged: 3:23:37 PM
Unable to set up dependencies of default_config. Setup failed for dependencies: logger
Logger: homeassistant.setup
Source: setup.py:205
First occurred: 3:23:37 PM (1 occurrences)
Last logged: 3:23:37 PM
Setup failed for default_config: (DependencyError(…), ‘Could not setup dependencies: logger’)
`
Thanks!
Drew