ispysoftware/iSpy

FaceRecognizer Exception

Closed this issue · 2 comments

AgentDVR -> OS: Windows
I wanted to add a picture for face recognition.

LoadJson: A task was canceled. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CoreLogic.AI.FaceRecognizer.d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at CoreLogic.Server.JsonProcessor.d__11.MoveNext()

Usually means FaceRecognition isn't running on CodeProject AI - check the AI server logs

Thanks for your help.

Yes, the error came from there. :)