- 积分
- 308
- 金钱
- 253
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
- 积分
- 308
- 金钱
- 253
- HASS币
- 0
|
发表于 2023-4-5 11:00:12
|
显示全部楼层
具体的完整的日志附上
Timed out running command: `/bin/bash /config/xiaomi_video_autosave.sh "{{state_attr("camera.loock_t1pro_7cd4_lock","stream_address")}}" "{{state_attr("camera.loock_t1pro_7cd4_lock","motion_video_time")}}" `, after: 60s
Traceback (most recent call last):
File "/usr/local/lib/python3.10/asyncio/streams.py", line 501, in _wait_for_data
await self._waiter
asyncio.exceptions.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/shell_command/__init__.py", line 87, in async_service_handler
stdout_data, stderr_data = await process.communicate()
File "/usr/local/lib/python3.10/asyncio/subprocess.py", line 195, in communicate
stdin, stdout, stderr = await tasks.gather(stdin, stdout, stderr)
asyncio.exceptions.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/shell_command/__init__.py", line 86, in async_service_handler
async with async_timeout.timeout(COMMAND_TIMEOUT):
File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 129, in __aexit__
self._do_exit(exc_type)
File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 212, in _do_exit
raise asyncio.TimeoutError
asyncio.exceptions.TimeoutError |
|