2019-02-25 10:12:02 WARNING (MainThread) [custom_components.image_processing] Updating baidu_face_indentify image_processing took longer than the scheduled update interval 0:00:01
2019-02-25 10:12:02 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 192.168.3.165
2019-02-25 10:12:02 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'