DeepQuest AI Error...

Yangrek

n3wb
Joined
Feb 4, 2020
Messages
14
Reaction score
2
Location
Belarus
Hello, I'm running DeepQuest Server on Win7 through Docker Toolbox. And I'm getting following error when trying to get response from DeepQuest Server:

[12.07.2020, 20:28:30.284]: Starting analysis of D:\BlueIris\AI Input\PARKOVKA_SD.20200712_202830268.jpg
[12.07.2020, 20:28:30.288]: (1/6) Uploading image to DeepQuestAI Server
[12.07.2020, 20:28:30.294]: (2/6) Waiting for results
[12.07.2020, 20:28:30.299]: (3/6) Processing results:
[12.07.2020, 20:28:30.305]: System.NullReferenceException |Object reference not set to an instance of an object.. (code: -2147467261 )
[12.07.2020, 20:28:30.310]: ERROR: Processing the following image 'D:\BlueIris\AI Input\PARKOVKA_SD.20200712_202830268.jpg' failed. Failure in AI Tool processing the image.

Docker is run with following command:
docker run -e VISION-DETECTION=True -v localstorage:/datastore -p 123:5000 \
deepquestai/deepstack


What is wrong?
 
Last edited:

Yangrek

n3wb
Joined
Feb 4, 2020
Messages
14
Reaction score
2
Location
Belarus
Docker QuickStart Terminal logs following text at the same time:

[GIN] 2020/07/12 - 17:43:04 | 403 | 26.446s | 192.168.99.1 | POST /v
1/vision/detection
 

IAmATeaf

Known around here
Joined
Jan 13, 2019
Messages
3,302
Reaction score
3,276
Location
United Kingdom
Has this ever worked or did it just stop working? And why not post this in the appropriate dockers thread?
 

Yangrek

n3wb
Joined
Feb 4, 2020
Messages
14
Reaction score
2
Location
Belarus
Has this ever worked or did it just stop working? And why not post this in the appropriate dockers thread?
No, it hasn't worked, this is the first try.
Couldn't find more apropriate thread (it is heavily connected to Blue Iris), there are also recent discussions about it in this group of threads. Maybe you can advise one...
 

IAmATeaf

Known around here
Joined
Jan 13, 2019
Messages
3,302
Reaction score
3,276
Location
United Kingdom
In case you haven't yet somehow managed to find the threads I've linked them below, look through them, find which type most matches what you've configured and then maybe ask the same on the appropriate thread


 

Yangrek

n3wb
Joined
Feb 4, 2020
Messages
14
Reaction score
2
Location
Belarus
In case you haven't yet somehow managed to find the threads I've linked them below, look through them, find which type most matches what you've configured and then maybe ask the same on the appropriate thread


Will do it, thanks!
 
Top