|
发表于 2025-3-7 23:17:20
|
显示全部楼层
大佬,为什么安装后一直提示系统不健康,无法使用加载项'AddonManager.install' blocked from execution, system is not healthy - docker,日志报错
ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-4097' coro=<PluginBase.watchdog_container() done, defined at /usr/src/supervisor/supervisor/plugins/base.py:109> exception=ObserverJobError('Rate limit exceeded, more than 10 calls in 0:30:00')>
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/plugins/base.py", line 115, in watchdog_container
await self._restart_after_problem(event.state)
File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 291, in wrapper
raise on_condition(
f"Rate limit exceeded, more than {self.throttle_max_calls} calls in {self.throttle_period(group_name)}",
)
supervisor.exceptions.ObserverJobError: Rate limit exceeded, more than 10 calls in 0:30:00 |
|