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

faltal error upgrading from 2024.1.3->2024.1.4 #108515

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

faltal error upgrading from 2024.1.3->2024.1.4 #108515

bmf7777 opened this issue Jan 20, 2024 · 2 comments

Comments

@bmf7777
Copy link

bmf7777 commented Jan 20, 2024

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

@ruifung
Copy link

ruifung commented Jan 20, 2024

Likely Duplicate #108426, #108427

@joostlek
Copy link
Member

Fixed by #108489

@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

3 participants