|
|
本帖最后由 xiaoyaochen357 于 2025-11-23 00:37 编辑
第一次卡住我设置了旁路由的代理,并且进去把网关挂上了,第二次一开始都很顺,然后出了个Error on Home Assistant installation.后就一直开始这个循环了
2025-11-23 00:34:48.577 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-4023' coro=<DockerInterface.install.<locals>.process_pull_image_log() done, defined at /usr/src/supervisor/supervisor/docker/interface.py:404> exception=TypeError("unsupported operand type(s) for +=: 'int' and 'NoneType'")>
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/docker/interface.py", line 406, in process_pull_image_log
self._process_pull_image_log(curr_job_id, reference)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/docker/interface.py", line 345, in _process_pull_image_log
total += job.extra["total"]
TypeError: unsupported operand type(s) for +=: 'int' and 'NoneType'
2025-11-23 00:34:48.813 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-4024' coro=<DockerInterface.install.<locals>.process_pull_image_log() done, defined at /usr/src/supervisor/supervisor/docker/interface.py:404> exception=TypeError("unsupported operand type(s) for +=: 'int' and 'NoneType'")>
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/docker/interface.py", line 406, in process_pull_image_log
self._process_pull_image_log(curr_job_id, reference)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/docker/interface.py", line 345, in _process_pull_image_log
total += job.extra["total"]
TypeError: unsupported operand type(s) for +=: 'int' and 'NoneType'
2025-11-23 00:34:48.926 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-4025' coro=<DockerInterface.install.<locals>.process_pull_image_log() done, defined at /usr/src/supervisor/supervisor/docker/interface.py:404> exception=TypeError("unsupported operand type(s) for +=: 'int' and 'NoneType'")>
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/docker/interface.py", line 406, in process_pull_image_log
self._process_pull_image_log(curr_job_id, reference)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/docker/interface.py", line 345, in _process_pull_image_log
total += job.extra["total"]
TypeError: unsupported operand type(s) for +=: 'int' and 'NoneType'
2025-11-23 00:34:49.026 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-4026' coro=<DockerInterface.install.<locals>.process_pull_image_log() done, defined at /usr/src/supervisor/supervisor/docker/interface.py:404> exception=TypeError("unsupported operand type(s) for +=: 'int' and 'NoneType'")>
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/docker/interface.py", line 406, in process_pull_image_log
self._process_pull_image_log(curr_job_id, reference)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/docker/interface.py", line 345, in _process_pull_image_log
total += job.extra["total"]
TypeError: unsupported operand type(s) for +=: 'int' and 'NoneType'
2025-11-23 00:34:49.132 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-4027' coro=<DockerInterface.install.<locals>.process_pull_image_log() done, defined at /usr/src/supervisor/supervisor/docker/interface.py:404> exception=TypeError("unsupported operand type(s) for +=: 'int' and 'NoneType'")>
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/docker/interface.py", line 406, in process_pull_image_log
self._process_pull_image_log(curr_job_id, reference)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/docker/interface.py", line 345, in _process_pull_image_log
total += job.extra["total"]
TypeError: unsupported operand type(s) for +=: 'int' and 'NoneType'
2025-11-23 00:34:49.142 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-4028' coro=<DockerInterface.install.<locals>.process_pull_image_log() done, defined at /usr/src/supervisor/supervisor/docker/interface.py:404> exception=TypeError("unsupported operand type(s) for +=: 'int' and 'NoneType'")>
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/docker/interface.py", line 406, in process_pull_image_log
self._process_pull_image_log(curr_job_id, reference)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/docker/interface.py", line 345, in _process_pull_image_log
total += job.extra["total"]
TypeError: unsupported operand type(s) for +=: 'int' and 'NoneType'
2025-11-23 00:34:49.144 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-4029' coro=<DockerInterface.install.<locals>.process_pull_image_log() done, defined at /usr/src/supervisor/supervisor/docker/interface.py:404> exception=TypeError("unsupported operand type(s) for +=: 'int' and 'NoneType'")>
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/docker/interface.py", line 406, in process_pull_image_log
self._process_pull_image_log(curr_job_id, reference)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/docker/interface.py", line 345, in _process_pull_image_log
total += job.extra["total"]
TypeError: unsupported operand type(s) for +=: 'int' and 'NoneType'
|
|