大神们,为什么我的升不了级啦?

我把pve里的硬盘迁移了一下,就不行了,一直没有魔法上网,
原来没魔法上网,慢是慢,但是晚上,靠着时间也能升了级,现在不光主程序升不了级,加载项也升不了级,我怀疑与我动硬盘有关系,是原因呢
Logger: homeassistant.components.websocket_api.http.connection
Source: components/hassio/update.py:214
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 2023年8月27日 07:18:39 (3 occurrences)
Last logged: 2023年8月27日 16:33:13

[140022555821120] Error updating Home Assistant Operating System: Can’t fetch OTA update from https://github.com/home-assistant/operating-system/releases/download/10.5/haos_ova-10.5.raucb: Connection timeout to host https://objects.githubusercontent.com/github-production-release-asset-2e65be/115992009/4857729f-ed82-4647-b3d9-1c91088b0786?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A/20230826/us-east-1/s3/aws4_request&X-Amz-Date=20230826T231524Z&X-Amz-Expires=300&X-Amz-Signature=a5286615fa8bf6da52853cbd4dd3267f72b8087a286f67a49f3975a77bd57c5e&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=115992009&response-content-disposition=attachment%3B%20filename%3Dhaos_ova-10.5.raucb&response-content-type=application/octet-stream
[140022729661888] Error updating Home Assistant Operating System: Can’t fetch OTA update from https://github.com/home-assistant/operating-system/releases/download/10.5/haos_ova-10.5.raucb: Connection timeout to host https://objects.githubusercontent.com/github-production-release-asset-2e65be/115992009/4857729f-ed82-4647-b3d9-1c91088b0786?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A/20230827/us-east-1/s3/aws4_request&X-Amz-Date=20230827T002342Z&X-Amz-Expires=300&X-Amz-Signature=34c7eafd2b778ad096d080e09a98f5c6b8c4cbc547ee9f73d08a71cab51e81ed&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=115992009&response-content-disposition=attachment%3B%20filename%3Dhaos_ova-10.5.raucb&response-content-type=application/octet-stream
[140022755873472] Error updating Home Assistant Operating System: Can’t fetch OTA update from https://github.com/home-assistant/operating-system/releases/download/10.5/haos_ova-10.5.raucb: Connection timeout to host https://objects.githubusercontent.com/github-production-release-asset-2e65be/115992009/4857729f-ed82-4647-b3d9-1c91088b0786?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A/20230827/us-east-1/s3/aws4_request&X-Amz-Date=20230827T083012Z&X-Amz-Expires=300&X-Amz-Signature=ff9077b27e4344c1bed78f1a95155502cbee3857ead26f9cbe461f62abb464b1&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=115992009&response-content-disposition=attachment%3B%20filename%3Dhaos_ova-10.5.raucb&response-content-type=application/octet-stream
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/hassio/update.py”, line 212, in async_install
await async_update_os(self.hass, version)
File “/usr/src/homeassistant/homeassistant/components/hassio/handler.py”, line 52, in _wrapper
raise HassioAPIError(data[“message”])
homeassistant.components.hassio.handler.HassioAPIError: Can’t fetch OTA update from https://github.com/home-assistant/operating-system/releases/download/10.5/haos_ova-10.5.raucb: Connection timeout to host https://objects.githubusercontent.com/github-production-release-asset-2e65be/115992009/4857729f-ed82-4647-b3d9-1c91088b0786?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A/20230826/us-east-1/s3/aws4_request&X-Amz-Date=20230826T231524Z&X-Amz-Expires=300&X-Amz-Signature=a5286615fa8bf6da52853cbd4dd3267f72b8087a286f67a49f3975a77bd57c5e&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=115992009&response-content-disposition=attachment%3B%20filename%3Dhaos_ova-10.5.raucb&response-content-type=application/octet-stream

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py”, line 226, in handle_call_service
await hass.services.async_call(
File “/usr/src/homeassistant/homeassistant/core.py”, line 1974, in async_call
response_data = await coro
^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/core.py”, line 2011, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/helpers/entity_component.py”, line 235, in handle_service
return await service.entity_service_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 870, in entity_service_call
response_data = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 942, in _handle_entity_call
result = await task
^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/update/init.py”, line 157, in async_install
await entity.async_install_with_progress(version, backup)
File “/usr/src/homeassistant/homeassistant/components/update/init.py”, line 421, in async_install_with_progress
await self.async_install(version, backup)
File “/usr/src/homeassistant/homeassistant/components/hassio/update.py”, line 214, in async_install
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Error updating Home Assistant Operating System: Can’t fetch OTA update from https://github.com/home-assistant/operating-system/releases/download/10.5/haos_ova-10.5.raucb: Connection timeout to host https://objects.githubusercontent.com/github-production-release-asset-2e65be/115992009/4857729f-ed82-4647-b3d9-1c91088b0786?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A/20230826/us-east-1/s3/aws4_request&X-Amz-Date=20230826T231524Z&X-Amz-Expires=300&X-Amz-Signature=a5286615fa8bf6da52853cbd4dd3267f72b8087a286f67a49f3975a77bd57c5e&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=115992009&response-content-disposition=attachment%3B%20filename%3Dhaos_ova-10.5.raucb&response-content-type=application/octet-stream

连不上服务器刷新多几次

一直刷,就是不行,你再给看看