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
440 stars 98 forks source link

Detection endpoint not activated #104

Closed SurfingSpider closed 4 years ago

SurfingSpider commented 4 years ago

What does this error mean??

2020-02-13 23:39:41 ERROR (SyncWorker_1) [custom_components.deepstack_object.image_processing] Deepstack error : Error from Deepstack: Detection endpoint not activated

(FYI I am running docker on an Ubuntu virtual machine running on virtualbox)

I get it in my HA log when I try and do a scan. I had it working intermittently with the avx version but them tried the noavx version now I cant get either to work. Both say they are activated if i go to the activation web-page. and I am only running one docker container at a time.

If I run it on a windows 10 machine it works. If I could run it without having to manually start it each time and have it full screen all the time I would be happy with that.

Any ideas?

robmarkcole commented 4 years ago

I cannot diagnose the reason but it appears the service is not running correctly. Your setup sounds overly complex, why not just run in docker on windows? Since this is not an actual issue with the code I will close this issue and suggest continuing the conversation on the deepstack forum. Cheers

SurfingSpider commented 4 years ago

Ok I will scratch my head and think on. Thank you.

I already have hassio running as a VM on virtual box on my server. And installing docker desktop stopped virtual box working. It enabled hyper-visior which stops virtual box working.

I am starting to think I need to spend the cash and get a coral usb stick.

On Fri, 14 Feb 2020, 4:52 am Robin, notifications@github.com wrote:

I cannot diagnose the reason but it appears the service is not running correctly. Your setup sounds overly complex, why not just run in docker on windows? Since this is not an actual issue with the code I will close this issue and suggest continuing the conversation on the deepstack forum. Cheers

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/robmarkcole/HASS-Deepstack-object/issues/104?email_source=notifications&email_token=ACYEQNSDLZ56PEUL2XULUPLRCYPPTA5CNFSM4KU5ZSUKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELXSDXA#issuecomment-586097116, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACYEQNRMVC5CP3XA4XVQG2DRCYPPTANCNFSM4KU5ZSUA .

robmarkcole commented 4 years ago

Yes I think docker desktop uses virtualbox under the hood. Docker is a mixed blessing