|
发表于 2018-9-29 10:02:01
|
显示全部楼层
File "/usr/src/app/homeassistant/helpers/entity.py", line 350, in async_device_update
yield from self.async_update()
File "/usr/src/app/homeassistant/components/image_processing/__init__.py", line 149, in async_update
await self.async_process_image(image.content)
File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/image_processing/baidu_face_indentify.py", line 412, in process_image
self.get_picture()
File "/config/custom_components/image_processing/baidu_face_indentify.py", line 398, in get_picture
with open(self.unknowns_face_path, 'wb') as fo:
FileNotFoundError: [Errno 2] No such file or directory: '/share/CACHEDEV1_DATA/Homeassistant/face/face.jpg' |
|