addons
addons copied to clipboard
Git Pull is returning 401 while trying to check Home-Assistant config
Describe the issue you are experiencing
Git pull addon is unable to check configuration and because of that unable to restart after config changes being fetched.
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?
Git pull
What is the version of the add-on?
7.14.1
Steps to reproduce the issue
- push some changes to config repo
- wait for add-on Git pull to fetch those changes
System Health information
There are currently no repairs available
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?
(...)
[Info] Checking if something has changed...
[Info] Something has changed, checking Home-Assistant config...
time="2024-05-02T19:01:11Z" level=error msg="Unexpected server response. Status code: 401"
Unexpected server response. Status code: 401
[Error] Configuration updated but it does not pass the config check. Do not restart until this is fixed!
(...)
Additional information
Going to: Developer tools > Check and restart Configuration is valid, and restarting HA works as expected with the changes pushed to repo.