addons: Fatal error while loading config

Describe the issue you are experiencing

The Addon fails while loading config

What type of installation are you running?

Home Assistant OS

Which operating system are you running on?

Home Assistant Operating System

Which add-on are you reporting an issue with?

Check Home Assistant configuration

What is the version of the add-on?

3.9.0

Steps to reproduce the issue

  1. Start addon
  2. be sad

Anything in the Supervisor logs that might be useful for us?

No response

Anything in the add-on logs that might be useful for us?

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[22:30:02] INFO: Don't worry, this temporary installation is not overwriting your current one.
[22:30:02] INFO: Installing Home Assistant: stable...
[22:30:02] INFO: Please be patient, this might take a few minutes...
[22:31:16] INFO: Installed Home Assistant 2022.2.0
[22:31:16] INFO: Making a copy of your configuration for checking...
[22:31:19] INFO: Checking your configuration against this version...
[22:35:07] ERROR: The configuration check did not pass!
[22:35:07] ERROR: See the output below for more details.
[22:35:07] INFO: The full output has been written to /share/check_config.txt
Testing configuration at /tmp/config
INFO:homeassistant.helpers.storage:Migrating core.device_registry storage from 1.2 to 1.3
INFO:homeassistant.helpers.storage:Migrating core.entity_registry storage from 1.4 to 1.5
WARNING:homeassistant.components.statistics.sensor:The configuration parameter 'state_characteristic' will become mandatory in a future release of the statistics integration. Please add 'state_characteristic: mean' to the configuration of sensor 'Bathroom Humidity Stats' to keep the current behavior. Read the documentation for further details: https://www.home-assistant.io/integrations/statistics/
Fatal error while loading config: [Errno 2] No such file or directory: '/usr/local/lib/python3.9/site-packages/multidict-6.0.2.dist-info/METADATA'
Failed config
  General Errors: 
    - [Errno 2] No such file or directory: '/usr/local/lib/python3.9/site-packages/multidict-6.0.2.dist-info/METADATA'

Successful config (partial)
s6-svscanctl: fatal: unable to control /var/run/s6/services: supervisor not listening
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

Additional information

No response

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Reactions: 8
  • Comments: 51 (8 by maintainers)

Commits related to this issue

Most upvoted comments

Have tested my config with 2022.03.0b1 and it’s all fixed 😃

My apologies. I wasn’t sure how to test the update that upgraded the HA base images and was one of the suggestions in the past and so I hoped it worked. Apparently not.

Think this needs reopening @frenck

@Daneish strange. Can you post the /share/check_config.txt file after running Check config addon? You can access the file from either Samba or SSH addon.

1st INFO:homeassistant.util.package:Attempting install of colorlog==6.6.0 Testing configuration at /tmp/config INFO:homeassistant.util.package:Attempting install of spotipy==2.19.0 INFO:homeassistant.util.package:Attempting install of aiohttp_cors==0.7.0 INFO:homeassistant.util.package:Attempting install of zeroconf==0.38.3 INFO:homeassistant.util.package:Attempting install of aiofiles==0.6.0 INFO:homeassistant.util.package:Attempting install of numpy==1.21.4 INFO:homeassistant.util.package:Attempting install of paho-mqtt==1.6.1 INFO:homeassistant.util.package:Attempting install of croniter==1.0.6 INFO:homeassistant.util.package:Attempting install of mutagen==1.45.1 INFO:homeassistant.util.package:Attempting install of gTTS==2.2.3 Fatal error while loading config: [Errno 2] No such file or directory: '/usr/local/lib/python3.9/site-packages/multidict-6.0.2.dist-info/METADATA' Failed config General Errors:  - [Errno 2] No such file or directory: '/usr/local/lib/python3.9/site-packages/multidict-6.0.2.dist-info/METADATA'  Successful config (partial)

Edit: That one was from a few days ago, but ran it again and got the same result, failing after gTTS, which I also notice is the same as @newbyp above (but that could just be coincidence).