robmarkcole / HASS-Deepstack-object

Home Assistant custom component for using Deepstack object detection
https://community.home-assistant.io/t/face-and-person-detection-with-deepstack-local-and-free/92041
MIT License
437 stars 97 forks source link

Timeout connecting to Deepstack but manual commands work. #84

Closed rbflurry closed 4 years ago

rbflurry commented 4 years ago

After a few days running I get this message in my logs and no further processing from deepstack.

Log Details (ERROR)
Mon Nov 11 2019 10:45:01 GMT-0500 (Eastern Standard Time)
Depstack error : Timeout connecting to Deepstack, current timeout is 10 seconds

I am running Hassio on a different host than deepstack. From the Hassio container console

running curl -X POST -F image=@test/test-image3.jpg 'http://192.168.19.204:5000/v1/vision/detection' the command completes successfully. so communication between the two hosts works.

Do you have anything else I can try? Thank you.

robmarkcole commented 4 years ago

You can increase the timeout length, but it sounds like something is wrong

robmarkcole commented 4 years ago

This is likely not an issue with the code here