21-11-24 19:16:04 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.SUPERVISOR
21-11-24 19:16:04 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-11-24 19:16:04 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
21-11-24 19:16:04 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-11-24 19:16:04 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
21-11-24 19:16:04 INFO (MainThread) [supervisor.resolution.fixups.store_execute_remove] Remove invalid Store: core
21-11-24 19:16:04 ERROR (MainThread) [supervisor.store.repository] Can't remove built-in repositories!
21-11-24 19:16:04 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
21-11-24 19:25:36 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
21-11-24 19:27:37 ERROR (MainThread) [supervisor.store.git] Can't update https://github.com/home-assistant/addons repo: Cmd('git') failed due to: exit code(128)
cmdline: git fetch -v --update-shallow --depth=1 origin
stderr: 'fatal: unable to access 'https://github.com/home-assistant/addons/': HTTP/2 stream 1 was not closed cleanly before end of the underlying stream'.
21-11-24 19:27:37 INFO (MainThread) [supervisor.resolution.module] Create new issue IssueType.CORRUPT_REPOSITORY - ContextType.STORE / core
21-11-24 19:27:37 INFO (MainThread) [supervisor.resolution.module] Create new suggestion SuggestionType.EXECUTE_RESET - ContextType.STORE / core
21-11-24 19:27:37 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-9219714' coro=<Repository.update() done, defined at /usr/src/supervisor/supervisor/store/repository.py:106> exception=StoreGitError()>
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/store/git.py", line 155, in pull
await self.sys_run_in_executor(
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.9/site-packages/git/remote.py", line 867, in fetch
res = self._get_fetch_info_from_stderr(proc, progress,
File "/usr/local/lib/python3.9/site-packages/git/remote.py", line 732, in _get_fetch_info_from_stderr
proc.wait(stderr=stderr_text)
File "/usr/local/lib/python3.9/site-packages/git/cmd.py", line 501, in wait
raise GitCommandError(remove_password_if_present(self.args), status, errstr)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
cmdline: git fetch -v --update-shallow --depth=1 origin
stderr: 'fatal: unable to access 'https://github.com/home-assistant/addons/': HTTP/2 stream 1 was not closed cleanly before end of the underlying stream'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/store/repository.py", line 110, in update
await self.git.pull()
File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 108, in wrapper
raise err
File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 106, in wrapper
return await self._method(*args, **kwargs)
File "/usr/src/supervisor/supervisor/store/git.py", line 195, in pull
raise StoreGitError() from err
supervisor.exceptions.StoreGitError
21-11-24 19:27:37 INFO (MainThread) [supervisor.store] Loading add-ons from store: 23 all - 0 new - 0 remove
21-11-24 19:27:37 INFO (MainThread) [supervisor.store] Loading add-ons from store: 23 all - 0 new - 0 remove
21-11-24 19:57:29 INFO (MainThread) [supervisor.host.info] Updating local host information
21-11-24 19:57:30 INFO (MainThread) [supervisor.host.services] Updating service information
21-11-24 19:57:30 INFO (MainThread) [supervisor.host.network] Updating local network information
21-11-24 19:57:31 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-11-24 19:57:31 INFO (MainThread) [supervisor.host.manager] Host information reload completed
21-11-24 20:16:04 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
21-11-24 20:16:04 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
21-11-24 20:16:04 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.CORE
21-11-24 20:16:04 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.PLUGIN
21-11-24 20:16:04 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
21-11-24 20:16:04 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
21-11-24 20:16:04 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.SUPERVISOR
21-11-24 20:16:04 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-11-24 20:16:04 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
21-11-24 20:16:04 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-11-24 20:16:04 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
21-11-24 20:16:04 INFO (MainThread) [supervisor.resolution.fixups.store_execute_reset] Reset corrupt Store: core
21-11-24 20:16:05 INFO (MainThread) [supervisor.store.git] Cloning add-on https://github.com/home-assistant/addons repository
21-11-24 20:18:05 ERROR (MainThread) [supervisor.store.git] Can't clone https://github.com/home-assistant/addons repository: Cmd('git') failed due to: exit code(128)
cmdline: git clone -v --recursive --depth=1 --shallow-submodules https://github.com/home-assistant/addons /data/addons/core
stderr: 'Cloning into '/data/addons/core'...
fatal: unable to access 'https://github.com/home-assistant/addons/': HTTP/2 stream 1 was not closed cleanly before end of the underlying stream
'.
21-11-24 20:18:05 INFO (MainThread) [supervisor.resolution.module] Create new issue IssueType.FATAL_ERROR - ContextType.STORE / core
21-11-24 20:18:05 INFO (MainThread) [supervisor.resolution.fixups.store_execute_remove] Remove invalid Store: core
21-11-24 20:18:05 ERROR (MainThread) [supervisor.store.repository] Can't remove built-in repositories!
21-11-24 20:18:05 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
21-11-24 20:18:05 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
21-11-24 20:54:37 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
21-11-24 20:54:41 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
21-11-24 21:01:28 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
21-11-24 21:01:28 INFO (MainThread) [supervisor.api.proxy] WebSocket access from a0d7b954_nodered
21-11-24 21:01:28 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request running