Hassio secrets config error

Hi,

I’m running hassio and I have a problem after updating to 0.64.3 version.

With the secrets i always receive error message for configuration file, the errors are:

DEBUG:homeassistant.util.yaml:Secret http_password retrieved from secrets.yaml in folder /config

There are a message like this for every secret that i use in configuration file.

This starts to happen only with the update to 0.64.3 version…

Thank you.

DEBUG messages are not ERRORs. Is anything not working?

1 Like

Ok, I know that debug are not errors but this gave me error.
I will get that again and paste the complete log.

I also noticed this. There is a debug line now in the top of the secrets.yaml file.

# logger: debug

If you comment that line out, these messages are not shown anymore.

Here is the log file:

2018-03-07 18:50:50 ERROR (MainThread) [homeassistant.components.hassio] starting version 3.2.4
Testing configuration at /config
DEBUG:homeassistant.util.yaml:Secret lat retrieved from secrets.yaml in folder /config
DEBUG:homeassistant.util.yaml:Secret long retrieved from secrets.yaml in folder /config
DEBUG:homeassistant.util.yaml:Secret http_password retrieved from secrets.yaml in folder /config

@gerard33, yes, that is true, but this only happen after recent update. And this shouldn’t crash the homeassistant when there is new configurations…

Another thing, after I restart with new configuration and the logger:debug commented, if I uncomment everything works fine with no messages on log file…

I have also been seeing this error. It started in 0.63 or 0.64, I can’t quite remember. Whenever I check my config via HA it said that it was invalid, even though everything in HA worked just fine.

2018-03-07 18:26:43 ERROR (MainThread) [homeassistant.components] Testing configuration at
C:\Users\xxxx\AppData\Roaming\.homeassistant

DEBUG:homeassistant.util.yaml:Secret mqtt_password retrieved from secrets.yaml in folder 
C:\Users\xxxx\AppData\Roaming\.homeassistant

DEBUG:homeassistant.util.yaml:Secret api_password retrieved from secrets.yaml in folder 
C:\Users\xxxx\AppData\Roaming\.homeassistant

chrome_2018-03-07_18-33-06

Also around the same time, HA stopped restarting. I had to stop it, then start it manually. Restarting via the service call did not work. The call to restart showed up in the log followed by the above errors.

Found the same

logger: debug

in my secrets.yaml file. I commented it and now I can restart HA and my config parses correctly. Not sure why that logger breaks stuff. Regardless it’s gone now and everything seems to be back to normal.

chrome_2018-03-07_22-33-21

1 Like