os on a nuc native, 2023.9.1 all fine, tried updating to .2 yesterday, the update failed to install, after which supervisor wouldnt start up, to see if something got corrupted i restored my .1 bqckup but supervisor was stillbeing difficult.
error in logs
download clone embed print report
1. Traceback (most recent call last):
2. File "/usr/src/supervisor/supervisor/store/git.py", line 136, in pull
3. await self.sys_run_in_executor(
4. File "/usr/local/lib/python3.11/concurrent/futures/thread.py", line 58, in run
5. result = self.fn(*self.args, **self.kwargs)
6. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7. File "/usr/local/lib/python3.11/site-packages/git/remote.py", line 1014, in fetch
8. res = self._get_fetch_info_from_stderr(proc, progress, kill_after_timeout=kill_after_timeout)
9. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10. File "/usr/local/lib/python3.11/site-packages/git/remote.py", line 853, in _get_fetch_info_from_stderr
11. proc.wait(stderr=stderr_text)
12. File "/usr/local/lib/python3.11/site-packages/git/cmd.py", line 602, in wait
13. raise GitCommandError(remove_password_if_present(self.args), status, errstr)
14. git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
15. cmdline: git fetch -v --update-shallow --depth=1 -- origin
16. stderr: 'fatal: unable to access 'https://github.com/home-assistant/addons/': Failed to connect to github.com port 443 after 130059 ms: Couldn't connect to server'
17. The above exception was the direct cause of the following exception:
18. Traceback (most recent call last):
19. File "/usr/src/supervisor/supervisor/store/repository.py", line 108, in update
20. await self.git.pull()
21. File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 270, in wrapper
22. raise err
23. File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 268, in wrapper
24. return await self._method(obj, *args, **kwargs)
25. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
26. File "/usr/src/supervisor/supervisor/store/git.py", line 178, in pull
27. raise StoreGitError() from err
28. supervisor.exceptions.StoreGitError