Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core 2024.1.4 not longer starting up #108530

Closed
KoljaWindeler opened this issue Jan 20, 2024 · 2 comments
Closed

Core 2024.1.4 not longer starting up #108530

KoljaWindeler opened this issue Jan 20, 2024 · 2 comments

Comments

@KoljaWindeler
Copy link

The problem

Hi, the update to 2024.1.4 broke the HA core for me

2024-01-20T18:51:03.971972795Z 2024-01-20 19:51:03.969 ERROR (MainThread) [root] Uncaught exception
2024-01-20T18:51:03.971991140Z Traceback (most recent call last):
2024-01-20T18:51:03.971994284Z   File "<frozen runpy>", line 198, in _run_module_as_main
2024-01-20T18:51:03.971997151Z   File "<frozen runpy>", line 88, in _run_code
2024-01-20T18:51:03.972022602Z   File "/usr/src/homeassistant/homeassistant/__main__.py", line 221, in <module>
2024-01-20T18:51:03.972044476Z     sys.exit(main())
2024-01-20T18:51:03.972046913Z              ^^^^^^
2024-01-20T18:51:03.972049370Z   File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
2024-01-20T18:51:03.972051945Z     exit_code = runner.run(runtime_conf)
2024-01-20T18:51:03.972054342Z                 ^^^^^^^^^^^^^^^^^^^^^^^^
2024-01-20T18:51:03.972056723Z   File "/usr/src/homeassistant/homeassistant/runner.py", line 188, in run
2024-01-20T18:51:03.972059251Z     return loop.run_until_complete(setup_and_run_hass(runtime_config))
2024-01-20T18:51:03.972061696Z            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-01-20T18:51:03.972064126Z   File "/usr/local/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
2024-01-20T18:51:03.972066683Z     return future.result()
2024-01-20T18:51:03.972069085Z            ^^^^^^^^^^^^^^^
2024-01-20T18:51:03.972071465Z   File "/usr/src/homeassistant/homeassistant/runner.py", line 154, in setup_and_run_hass
2024-01-20T18:51:03.972073983Z     hass = await bootstrap.async_setup_hass(runtime_config)
2024-01-20T18:51:03.972076435Z            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-01-20T18:51:03.972092869Z   File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 147, in async_setup_hass
2024-01-20T18:51:03.972095394Z     config_dict = await conf_util.async_hass_config_yaml(hass)
2024-01-20T18:51:03.972097762Z                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-01-20T18:51:03.972116378Z   File "/usr/src/homeassistant/homeassistant/config.py", line 501, in async_hass_config_yaml
2024-01-20T18:51:03.972118897Z     await merge_packages_config(hass, config, core_config.get(CONF_PACKAGES, {}))
2024-01-20T18:51:03.972121307Z   File "/usr/src/homeassistant/homeassistant/config.py", line 1029, in merge_packages_config
2024-01-20T18:51:03.972123730Z     PACKAGES_CONFIG_SCHEMA(packages)
2024-01-20T18:51:03.972125991Z   File "/usr/src/homeassistant/homeassistant/helpers/config_validation.py", line 588, in verify
2024-01-20T18:51:03.972128394Z     return cast(dict, schema(value))
2024-01-20T18:51:03.972130667Z                       ^^^^^^^^^^^^^
2024-01-20T18:51:03.972132922Z   File "/usr/local/lib/python3.11/site-packages/voluptuous/schema_builder.py", line 272, in __call__
2024-01-20T18:51:03.972135342Z     return self._compiled([], data)
2024-01-20T18:51:03.972137648Z            ^^^^^^^^^^^^^^^^^^^^^^^^
2024-01-20T18:51:03.972139920Z   File "/usr/local/lib/python3.11/site-packages/voluptuous/schema_builder.py", line 595, in validate_dict
2024-01-20T18:51:03.972143038Z     return base_validate(path, iteritems(data), out)
2024-01-20T18:51:03.972145344Z            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-01-20T18:51:03.972150252Z   File "/usr/local/lib/python3.11/site-packages/voluptuous/schema_builder.py", line 433, in validate_mapping
2024-01-20T18:51:03.972152679Z     raise er.MultipleInvalid(errors)
2024-01-20T18:51:03.972154940Z voluptuous.error.MultipleInvalid: expected a dictionary for dictionary value @ data['harmony']
2024-01-20T18:51:04.080323127Z [18:51:04] INFO: Home Assistant Core finish process exit code 1
2024-01-20T18:51:04.081204946Z [18:51:04] INFO: Home Assistant Core service shutdown

as harmony is not longer yaml based I was unable to solve it, other then downgrading to 2024.1.2 which works fine

any idea what I can do?

What version of Home Assistant Core has the issue?

2024.1.4

What was the last working version of Home Assistant Core?

2024.1.2

What type of installation are you running?

Home Assistant Container

Integration causing the issue

core

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

@joostlek
Copy link
Member

Fixed by #108489. Upgrade to 2024.1.5 when it becomes available

@KoljaWindeler
Copy link
Author

thanks, understanding the issue made it easy .. I've removed the empty harmony file and 2024.1.4 works fine now.

@github-actions github-actions bot locked and limited conversation to collaborators Feb 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants