Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while processing the #28

Open
wpb691 opened this issue Jun 15, 2020 · 9 comments
Open

Error while processing the #28

wpb691 opened this issue Jun 15, 2020 · 9 comments

Comments

@wpb691
Copy link

wpb691 commented Jun 15, 2020

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
Copy link

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

@jorisadri
Copy link

jorisadri commented Jun 30, 2020

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
Copy link

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
Copy link
Author

wpb691 commented Jul 19, 2020 via email

@mr-awk
Copy link

mr-awk commented Sep 19, 2020

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
Copy link

mr-awk commented Sep 19, 2020

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

@yusufptl
Copy link

yusufptl commented Nov 5, 2020

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

@yusufptl
Copy link

yusufptl commented Nov 5, 2020

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

@mr-awk
Copy link

mr-awk commented Nov 5, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants