Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Since upgrading to 2.1.6 whenever an object is detected by Blue Iris the Server goes from Online to Offline. The first alert in BI shows AI:Timeout and all subsequent alerts show AI: Not responding.

It seems as if the installer has an access issue

Downloading Standard YOLO models...Start-BitsTransfer : Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
At line:1 char:1
+ Start-BitsTransfer -Source 'https://codeproject-ai.s3.ca-central-1.am ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Start-BitsTransfer], UnauthorizedAccessException
+ FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.BackgroundIntelligentTransfer.Management
.NewBitsTransferCommand

An error occurred that could not be resolved.

What I have tried:

Re-Installing including deleting all remnants of previous version directories. Still same issue.
Posted
Updated 29-Apr-23 11:03am
v2

I was experiencing something similar. Codeproject.ai would go offline after a first detection. Then it would go back online, and it would cycle again after first detection (which occurred frequently).
My solution:
Under Blue Iris Settings > AI tab, I had both "Use custom models" and "Default object detection" selected. When I selected only one of those options, CodeProject.ai stopped going "offline" after Detection.

Hope this helps.
 
Share this answer
 
Ask this in the dedicated CodeProject.AI Server[^] forum.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900