gentlepumpkin / bi-aidetection

Alarm system for Blue Iris based on Artificial Intellience.
https://ipcamtalk.com/threads/tool-tutorial-free-ai-person-detection-for-blue-iris.37330/
GNU General Public License v2.0
167 stars 96 forks source link

Error while processing the #28

Open wpb691 opened 4 years ago

wpb691 commented 4 years ago

Similar to an error posted on May 8 I get the same error. I am using the Windows version of DeepStack. I have also used all three of the API's and I get the same error (shown below) for each. I am using version 1.65 of the AI Tool. Any guidance that you could provide to help resolve this issue would be greatly appreciated.

Starting analysis of D:\aiinput/reo2sd.20200615_162317512.jpg (1/6) Uploading image to DeepQuestAI Server (2/6) Waiting for results (3/6) Processing results: System.NullReferenceException | Object reference not set to an instance of an object. (code: -2147467261 ) ERROR: Processing the following image 'D:\aiinput/reo2sd.20200615_162317512.jpg' failed. Failure in AI Tool processing the image.

jorisadri commented 4 years ago

I have the same error. Looks like it fails on the answer from the deepstack service

jorisadri commented 4 years ago

How did you start the docker? I did debug the code and I found that the api endpoint did send this: "{\"success\":false,\"error\":\"Detection endpoint not activated\"}" My problem was that I started the docker via the dashboard and not via cmd with all the settings

stavros-k commented 4 years ago

Did you solved it? I've tried linux docker and i'm getting the same error, on deepstack logs i see "401" and if i use the windows standalone server it just gets stuck at uploading..

wpb691 commented 4 years ago

No. I still do not have it working.

On Sun, Jul 19, 2020 at 5:11 AM Stavros Kois notifications@github.com wrote:

Did you solved it? I've tried linux docker and i'm getting the same error, on deepstack logs i see "401" and if i use the windows standalone server it just gets stuck at uploading..

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gentlepumpkin/bi-aidetection/issues/28#issuecomment-660620501, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOPH2ZIOTFZTD5GDIWHWMV3R4LBD7ANCNFSM4N62XNDA .

mr-awk commented 4 years ago

I have the same issue today. The only thing I found on the Deepstack server is that the / mount point is in read only mode. Try to remount it with Read/write access and see if that solves it.

mr-awk commented 4 years ago

rebooting the Deepstack server so the / mount point got back rw instead of ro, solved my problems.

yusufptl commented 4 years ago

can you please give your full command for starting the deepstack container . i am a docker newbie

yusufptl commented 4 years ago

docker run -e VISION-SCENE=True -v localstorage:/datastore:rw -p 83:5000 deepquestai/deepstack

mr-awk commented 4 years ago

can you please give your full command for starting the deepstack container . i am a docker newbie

You should start a new issue instead of write an offtopic question in an another issue.