2019-03-02 15:57:20 ERROR (MainThread) [homeassistant.helpers.entity] Update for image_processing.facerec fails
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
await self.async_device_update()
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/image_processing/__init__.py", line 138, 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: '/config/facerecognition/face.jpg'