Supervisor failed to setup

Hi guys,
After updating to 11.0 I am receiving a Supervisor error " failed to setup"
It seems all is still working flawlessly, all addon is ok.
Is there anyone who can figure out what is happening
Thank you

This is the supervisor log


    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/git/remote.py", line 1014, in fetch
    res = self._get_fetch_info_from_stderr(proc, progress, kill_after_timeout=kill_after_timeout)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/git/remote.py", line 853, in _get_fetch_info_from_stderr
    proc.wait(stderr=stderr_text)
  File "/usr/local/lib/python3.11/site-packages/git/cmd.py", line 602, 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/': Failure when receiving data from the peer'

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 108, in update
    await self.git.pull()
  File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 281, in wrapper
    raise err
  File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 274, in wrapper
    return await self._method(obj, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/supervisor/supervisor/store/git.py", line 178, in pull
    raise StoreGitError() from err
supervisor.exceptions.StoreGitError
23-10-14 06:51:30 WARNING (MainThread) [supervisor.misc.tasks] Watchdog found a problem with 6bfc5972_hasspyfrigate application!
23-10-14 06:51:30 INFO (SyncWorker_0) [supervisor.docker.manager] Stopping addon_6bfc5972_hasspyfrigate application
23-10-14 06:51:31 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning addon_6bfc5972_hasspyfrigate application
23-10-14 06:51:31 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on 6bfc5972/amd64-addon-hasspyfrigate with version 0.1
23-10-14 06:52:20 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'mqttuser'
23-10-14 06:52:20 INFO (MainThread) [supervisor.auth] Successful login for 'mqttuser'
23-10-14 06:53:31 WARNING (MainThread) [supervisor.misc.tasks] Watchdog missing application response from 6bfc5972_hasspyfrigate

23-10-14 06:55:31 WARNING (MainThread) [supervisor.misc.tasks] Watchdog found a problem with 6bfc5972_hasspyfrigate application!
23-10-14 06:55:31 INFO (SyncWorker_1) [supervisor.docker.manager] Stopping addon_6bfc5972_hasspyfrigate application
23-10-14 06:55:32 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning addon_6bfc5972_hasspyfrigate application
23-10-14 06:55:32 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on 6bfc5972/amd64-addon-hasspyfrigate with version 0.1
23-10-14 06:57:21 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'mqttuser'
23-10-14 06:57:21 INFO (MainThread) [supervisor.auth] Successful login for 'mqttuser'
23-10-14 06:57:32 WARNING (MainThread) [supervisor.misc.tasks] Watchdog missing application response from 6bfc5972_hasspyfrigate

23-10-14 06:59:32 WARNING (MainThread) [supervisor.misc.tasks] Watchdog found a problem with 6bfc5972_hasspyfrigate application!
23-10-14 06:59:32 INFO (SyncWorker_2) [supervisor.docker.manager] Stopping addon_6bfc5972_hasspyfrigate application
23-10-14 06:59:33 INFO (SyncWorker_2) [supervisor.docker.manager] Cleaning addon_6bfc5972_hasspyfrigate application
23-10-14 06:59:33 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on 6bfc5972/amd64-addon-hasspyfrigate with version 0.1
23-10-14 07:01:33 WARNING (MainThread) [supervisor.misc.tasks] Watchdog missing application response from 6bfc5972_hasspyfrigate
23-10-14 07:03:33 WARNING (MainThread) [supervisor.misc.tasks] Watchdog found a problem with 6bfc5972_hasspyfrigate application!
23-10-14 07:03:33 INFO (SyncWorker_5) [supervisor.docker.manager] Stopping addon_6bfc5972_hasspyfrigate application
23-10-14 07:03:33 INFO (SyncWorker_5) [supervisor.docker.manager] Cleaning addon_6bfc5972_hasspyfrigate application
23-10-14 07:03:34 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on 6bfc5972/amd64-addon-hasspyfrigate with version 0.1

23-10-14 07:05:34 WARNING (MainThread) [supervisor.misc.tasks] Watchdog missing application response from 6bfc5972_hasspyfrigate
23-10-14 07:06:39 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'mqttuser'
23-10-14 07:06:39 INFO (MainThread) [supervisor.auth] Successful login for 'mqttuser'
23-10-14 07:07:34 WARNING (MainThread) [supervisor.misc.tasks] Watchdog found a problem with 6bfc5972_hasspyfrigate application!
23-10-14 07:07:34 INFO (SyncWorker_6) [supervisor.docker.manager] Stopping addon_6bfc5972_hasspyfrigate application
23-10-14 07:07:34 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning addon_6bfc5972_hasspyfrigate application
23-10-14 07:07:35 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on 6bfc5972/amd64-addon-hasspyfrigate with version 0.1
23-10-14 07:08:28 INFO (MainThread) [supervisor.host.info] Updating local host information
23-10-14 07:08:29 INFO (MainThread) [supervisor.host.services] Updating service information
23-10-14 07:08:29 INFO (MainThread) [supervisor.host.network] Updating local network information
23-10-14 07:08:29 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
23-10-14 07:08:29 INFO (MainThread) [supervisor.host.manager] Host information reload completed

23-10-14 07:09:35 WARNING (MainThread) [supervisor.misc.tasks] Watchdog missing application response from 6bfc5972_hasspyfrigate
23-10-14 07:11:35 WARNING (MainThread) [supervisor.misc.tasks] Watchdog found a problem with 6bfc5972_hasspyfrigate application!
23-10-14 07:11:35 INFO (SyncWorker_7) [supervisor.docker.manager] Stopping addon_6bfc5972_hasspyfrigate application
23-10-14 07:11:35 INFO (SyncWorker_7) [supervisor.docker.manager] Cleaning addon_6bfc5972_hasspyfrigate application
23-10-14 07:11:35 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on 6bfc5972/amd64-addon-hasspyfrigate with version 0.1
23-10-14 07:13:35 WARNING (MainThread) [supervisor.misc.tasks] Watchdog missing application response from 6bfc5972_hasspyfrigate

23-10-14 07:15:35 WARNING (MainThread) [supervisor.misc.tasks] Watchdog found a problem with 6bfc5972_hasspyfrigate application!
23-10-14 07:15:35 INFO (SyncWorker_0) [supervisor.docker.manager] Stopping addon_6bfc5972_hasspyfrigate application
23-10-14 07:15:36 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning addon_6bfc5972_hasspyfrigate application
23-10-14 07:15:36 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on 6bfc5972/amd64-addon-hasspyfrigate with version 0.1
23-10-14 07:15:43 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
23-10-14 07:15:48 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'mqttuser'
23-10-14 07:15:49 INFO (MainThread) [supervisor.auth] Successful login for 'mqttuser'
23-10-14 07:17:36 WARNING (MainThread) [supervisor.misc.tasks] Watchdog missing application response from 6bfc5972_hasspyfrigate

23-10-14 07:19:36 WARNING (MainThread) [supervisor.misc.tasks] Watchdog found a problem with 6bfc5972_hasspyfrigate application!
23-10-14 07:19:36 INFO (SyncWorker_6) [supervisor.docker.manager] Stopping addon_6bfc5972_hasspyfrigate application
23-10-14 07:19:37 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning addon_6bfc5972_hasspyfrigate application
23-10-14 07:19:37 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on 6bfc5972/amd64-addon-hasspyfrigate with version 0.1
23-10-14 07:21:37 WARNING (MainThread) [supervisor.misc.tasks] Watchdog missing application response from 6bfc5972_hasspyfrigate
23-10-14 07:23:37 WARNING (MainThread) [supervisor.misc.tasks] Watchdog found a problem with 6bfc5972_hasspyfrigate application!
23-10-14 07:23:37 INFO (SyncWorker_1) [supervisor.docker.manager] Stopping addon_6bfc5972_hasspyfrigate application
23-10-14 07:23:38 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning addon_6bfc5972_hasspyfrigate application
23-10-14 07:23:38 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on 6bfc5972/amd64-addon-hasspyfrigate with version 0.1

23-10-14 07:24:57 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'mqttuser'
23-10-14 07:24:58 INFO (MainThread) [supervisor.auth] Successful login for 'mqttuser'
23-10-14 07:25:38 WARNING (MainThread) [supervisor.misc.tasks] Watchdog missing application response from 6bfc5972_hasspyfrigate
23-10-14 07:27:38 WARNING (MainThread) [supervisor.misc.tasks] Watchdog found a problem with 6bfc5972_hasspyfrigate application!
23-10-14 07:27:38 INFO (SyncWorker_3) [supervisor.docker.manager] Stopping addon_6bfc5972_hasspyfrigate application
23-10-14 07:27:38 INFO (SyncWorker_3) [supervisor.docker.manager] Cleaning addon_6bfc5972_hasspyfrigate application
23-10-14 07:27:39 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on 6bfc5972/amd64-addon-hasspyfrigate with version 0.1

23-10-14 07:29:39 WARNING (MainThread) [supervisor.misc.tasks] Watchdog missing application response from 6bfc5972_hasspyfrigate

this is the error in core

Logger: homeassistant.config_entries
Source: config_entries.py:399
First occurred: 09:53:04 (1 occurrences)
Last logged: 09:53:04

Error setting up entry Supervisor for hassio
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 399, in async_setup
    result = await component.async_setup_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/hassio/__init__.py", line 670, in async_setup_entry
    await coordinator.async_config_entry_first_refresh()
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 255, in async_config_entry_first_refresh
    await self._async_refresh(
  File "/usr/src/homeassistant/homeassistant/components/hassio/__init__.py", line 979, in _async_refresh
    await self.hassio.refresh_updates()
  File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 37, in _wrapper
    data = await funct(*argv, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 561, in send_command
    request = await self.websession.request(
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 560, in _request
    await resp.start(conn)
  File "/usr/local/lib/python3.11/site-packages/aiohttp/client_reqrep.py", line 899, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
                       ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/aiohttp/streams.py", line 616, in read
    await self._waiter
asyncio.exceptions.CancelledError: Global task timeout

I have similiar issues, Supervisor and a lot of things stopped working after I tried updating…

Same here after updating HA to Version 2023.10.3
Restore to Version 2023.10.2 did not solve this issue.
I did not upgrad Home Assistant OS but got the same error.

Seems to be an known issue:

After a restore to HA Core 2023.10.1 my system is working normally again