node-red安装不成功

raise cls(e, response=response, explanation=explanation)

docker.errors.APIError: 500 Server Error for http+docker://localhost/v1.41/containers/addon_core_configurator/json: Internal Server Error (“stat /var/lib/docker/overlay2/48b4c7d5e2e7e66492292d7cc53374172cd14b7271d1b105100697e9beb38d30: no such file or directory”)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/usr/src/supervisor/supervisor/misc/scheduler.py”, line 62, in _wrap_task
await task.coro_callback()
File “/usr/src/supervisor/supervisor/misc/tasks.py”, line 392, in _watchdog_addon_docker
if not addon.watchdog or await addon.is_running():
File “/usr/local/lib/python3.9/concurrent/futures/thread.py”, line 58, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/supervisor/supervisor/docker/interface.py”, line 278, in _is_running
raise DockerAPIError() from err
supervisor.exceptions.DockerAPIError
22-05-21 20:16:28 INFO (MainThread) [supervisor.backups.manager] Found 5 backup files
22-05-21 20:16:29 INFO (MainThread) [supervisor.backups.manager] Found 5 backup files
22-05-21 20:16:39 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name=‘Task-78482’ coro=<Scheduler._run_task.._wrap_task() done, defined at /usr/src/supervisor/supervisor/misc/scheduler.py:58> exception=DockerAPIError()>
Traceback (most recent call last):
File “/usr/local/lib/python3.9/site-packages/docker/api/client.py”, line 268, in _raise_for_status
response.raise_for_status()
File “/usr/local/lib/python3.9/site-packages/requests/models.py”, line 960, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http+docker://localhost/v1.41/containers/addon_core_configurator/json
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/src/supervisor/supervisor/docker/interface.py”, line 274, in _is_running
docker_container = self.sys_docker.containers.get(self.name)
File “/usr/local/lib/python3.9/site-packages/docker/models/containers.py”, line 897, in get
resp = self.client.api.inspect_container(container_id)
File “/usr/local/lib/python3.9/site-packages/docker/utils/decorators.py”, line 19, in wrapped
return f(self, resource_id, *args, **kwargs)
File “/usr/local/lib/python3.9/site-packages/docker/api/container.py”, line 771, in inspect_container
return self._result(
File “/usr/local/lib/python3.9/site-packages/docker/api/client.py”, line 274, in _result
self._raise_for_status(response)
File “/usr/local/lib/python3.9/site-packages/docker/api/client.py”, line 270, in _raise_for_status
raise create_api_error_from_http_exception(e)
File “/usr/local/lib/python3.9/site-packages/docker/errors.py”, line 31, in create_api_error_from_http_exception
raise cls(e, response=response, explanation=explanation)
docker.errors.APIError: 500 Server Error for http+docker://localhost/v1.41/containers/addon_core_configurator/json: Internal Server Error (“stat /var/lib/docker/overlay2/48b4c7d5e2e7e66492292d7cc53374172cd14b7271d1b105100697e9beb38d30: no such file or directory”)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/usr/src/supervisor/supervisor/misc/scheduler.py”, line 62, in _wrap_task
await task.coro_callback()
File “/usr/src/supervisor/supervisor/misc/tasks.py”, line 392, in _watchdog_addon_docker
if not addon.watchdog or await addon.is_running():
File “/usr/local/lib/python3.9/concurrent/futures/thread.py”, line 58, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/supervisor/supervisor/docker/interface.py”, line 278, in _is_running
raise DockerAPIError() from err
supervisor.exceptions.DockerAPIError
22-05-21 20:16:45 ERROR (MainThread) [supervisor.backups.manager] No Home Assistant Core data inside the backup
22-05-21 20:17:04 ERROR (MainThread) [supervisor.backups.manager] No Home Assistant Core data inside the backup
22-05-21 20:17:09 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name=‘Task-78535’ coro=<Scheduler._run_task.._wrap_task() done, defined at /usr/src/supervisor/supervisor/misc/scheduler.py:58> exception=DockerAPIError()>
Traceback (most recent call last):
File “/usr/local/lib/python3.9/site-packages/docker/api/client.py”, line 268, in _raise_for_status
response.raise_for_status()
File “/usr/local/lib/python3.9/site-packages/requests/models.py”, line 960, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http+docker://localhost/v1.41/containers/addon_core_configurator/json
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/src/supervisor/supervisor/docker/interface.py”, line 274, in _is_running
docker_container = self.sys_docker.containers.get(self.name)
File “/usr/local/lib/python3.9/site-packages/docker/models/containers.py”, line 897, in get
resp = self.client.api.inspect_container(container_id)
File “/usr/local/lib/python3.9/site-packages/docker/utils/decorators.py”, line 19, in wrapped
return f(self, resource_id, *args, **kwargs)
File “/usr/local/lib/python3.9/site-packages/docker/api/container.py”, line 771, in inspect_container
return self._result(
File “/usr/local/lib/python3.9/site-packages/docker/api/client.py”, line 274, in _result
self._raise_for_status(response)
File “/usr/local/lib/python3.9/site-packages/docker/api/client.py”, line 270, in _raise_for_status
raise create_api_error_from_http_exception(e)
File “/usr/local/lib/python3.9/site-packages/docker/errors.py”, line 31, in create_api_error_from_http_exception
raise cls(e, response=response, explanation=explanation)
docker.errors.APIError: 500 Server Error for http+docker://localhost/v1.41/containers/addon_core_configurator/json: Internal Server Error (“stat /var/lib/docker/overlay2/48b4c7d5e2e7e66492292d7cc53374172cd14b7271d1b105100697e9beb38d30: no such file or directory”)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/usr/src/supervisor/supervisor/misc/scheduler.py”, line 62, in _wrap_task
await task.coro_callback()
File “/usr/src/supervisor/supervisor/misc/tasks.py”, line 392, in _watchdog_addon_docker
if not addon.watchdog or await addon.is_running():
File “/usr/local/lib/python3.9/concurrent/futures/thread.py”, line 58, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/supervisor/supervisor/docker/interface.py”, line 278, in _is_running
raise DockerAPIError() from err
supervisor.exceptions.DockerAPIError

系统没出问题。
supervisor日志这个截图,全屏截图。别直接粘代码,看着头痛,也没有红色错误提示

它显示没有homeassistant的还原镜像包哦。

大佬,应该怎么办呢?刚刚寄回来没有几天的

你有出国工具吗?

可以打开YouTube,但是又打不开8123,这算不算出国工具?只能算没有了 :sweat_smile:

用树莓派安装node-red倒是可以正常启动的

你如果有出国,你让盒子出去。我晚一点发个修复命令给你。太长有点忘记了

好的,出国环境刚刚和别人要的,有了

wget https://github.com/home-assistant/os-agent/releases/download/1.2.2/os-agent_1.2.2_linux_aarch64.deb
dpkg -i os-agent_1.2.2_linux_aarch64.deb
进入ip:3000管理界面,容器那里,把supervisor这个容器删了,然后再进入镜像界面,把supervisor镜像删除,之后进入webssh里面,输入刚刚两条命令,重建

如果不知道删除那个,你进去界面,截图全面给我

容器和镜像删除。然后用上面的命令更新

大佬,怎么会删除不了?显示3000端口连接不了

,再重新打开3000端口,发现删除的依然还在

又试着删除了几次,删到3000端口打不开了,在新标签页再重新打开3000端口,看刚刚删除的依然还在, :joy: