You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
see trackback ... HA doesn't start and terminates with fatal error - reverting back to x.1.3 works fine
What version of Home Assistant Core has the issue?
core-2024.1.4
What was the last working version of Home Assistant Core?
core-2023.1.3
What type of installation are you running?
Home Assistant Core
Integration causing the issue
NA
Link to integration documentation on our website
No response
Diagnostics information
2024-01-20 08:33:54.667 ERROR (MainThread) [root] Uncaught exception
Traceback (most recent call last):
File "/srv/homeassistant/bin/hass", line 8, in
sys.exit(main())
^^^^^^
File "/srv/homeassistant_3.11/lib/python3.11/site-packages/homeassistant/main.py", line 209, in main
exit_code = runner.run(runtime_conf)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant_3.11/lib/python3.11/site-packages/homeassistant/runner.py", line 188, in run
return loop.run_until_complete(setup_and_run_hass(runtime_config))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/srv/homeassistant_3.11/lib/python3.11/site-packages/homeassistant/runner.py", line 154, in setup_and_run_hass
hass = await bootstrap.async_setup_hass(runtime_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant_3.11/lib/python3.11/site-packages/homeassistant/bootstrap.py", line 147, in async_setup_hass
config_dict = await conf_util.async_hass_config_yaml(hass)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant_3.11/lib/python3.11/site-packages/homeassistant/config.py", line 501, in async_hass_config_ya
ml
await merge_packages_config(hass, config, core_config.get(CONF_PACKAGES, {}))
File "/srv/homeassistant_3.11/lib/python3.11/site-packages/homeassistant/config.py", line 1029, in merge_packages_conf
ig
PACKAGES_CONFIG_SCHEMA(packages)
File "/srv/homeassistant_3.11/lib/python3.11/site-packages/homeassistant/helpers/config_validation.py", line 588, in v
erify
return cast(dict, schema(value))
^^^^^^^^^^^^^
File "/srv/homeassistant_3.11/lib/python3.11/site-packages/voluptuous/schema_builder.py", line 272, in call
return self._compiled([], data)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant_3.11/lib/python3.11/site-packages/voluptuous/schema_builder.py", line 595, in validate_dict
return base_validate(path, iteritems(data), out)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant_3.11/lib/python3.11/site-packages/voluptuous/schema_builder.py", line 433, in validate_mappin
g
raise er.MultipleInvalid(errors)
voluptuous.error.MultipleInvalid: expected a dictionary for dictionary value @ data['email']
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
The problem
see trackback ... HA doesn't start and terminates with fatal error - reverting back to x.1.3 works fine
What version of Home Assistant Core has the issue?
core-2024.1.4
What was the last working version of Home Assistant Core?
core-2023.1.3
What type of installation are you running?
Home Assistant Core
Integration causing the issue
NA
Link to integration documentation on our website
No response
Diagnostics information
2024-01-20 08:33:54.667 ERROR (MainThread) [root] Uncaught exception
Traceback (most recent call last):
File "/srv/homeassistant/bin/hass", line 8, in
sys.exit(main())
^^^^^^
File "/srv/homeassistant_3.11/lib/python3.11/site-packages/homeassistant/main.py", line 209, in main
exit_code = runner.run(runtime_conf)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant_3.11/lib/python3.11/site-packages/homeassistant/runner.py", line 188, in run
return loop.run_until_complete(setup_and_run_hass(runtime_config))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/srv/homeassistant_3.11/lib/python3.11/site-packages/homeassistant/runner.py", line 154, in setup_and_run_hass
hass = await bootstrap.async_setup_hass(runtime_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant_3.11/lib/python3.11/site-packages/homeassistant/bootstrap.py", line 147, in async_setup_hass
config_dict = await conf_util.async_hass_config_yaml(hass)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant_3.11/lib/python3.11/site-packages/homeassistant/config.py", line 501, in async_hass_config_ya
ml
await merge_packages_config(hass, config, core_config.get(CONF_PACKAGES, {}))
File "/srv/homeassistant_3.11/lib/python3.11/site-packages/homeassistant/config.py", line 1029, in merge_packages_conf
ig
PACKAGES_CONFIG_SCHEMA(packages)
File "/srv/homeassistant_3.11/lib/python3.11/site-packages/homeassistant/helpers/config_validation.py", line 588, in v
erify
return cast(dict, schema(value))
^^^^^^^^^^^^^
File "/srv/homeassistant_3.11/lib/python3.11/site-packages/voluptuous/schema_builder.py", line 272, in call
return self._compiled([], data)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant_3.11/lib/python3.11/site-packages/voluptuous/schema_builder.py", line 595, in validate_dict
return base_validate(path, iteritems(data), out)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant_3.11/lib/python3.11/site-packages/voluptuous/schema_builder.py", line 433, in validate_mappin
g
raise er.MultipleInvalid(errors)
voluptuous.error.MultipleInvalid: expected a dictionary for dictionary value @ data['email']
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: