Page 4 of 4

Re: CodeProject Website Down...

Posted: Mon Oct 28, 2024 1:49 pm
by iku777
Elprebse wrote: Fri Oct 25, 2024 1:27 pm
iku777 wrote: Fri Oct 25, 2024 1:00 pm I did a fresh install from that link, downloading the modules and installing them "manually" without a problem.
Did you try un-installing, manually deleting the folders, before performing the install?
Do you mind sharing with me, how you download and install the modules manually? It doesn't look like a windows install package.
1-Do uninstall of previous version
2-Delete program files\codeproject folder
3-Install 2.8.0
4-From the github webpage of the modules, click the green button 'Code', and download zip
5-Copy the content of the zip file in the program files\codeproject\ai\modules folder. Personally I renamed it to 'ObjectDetectionYOLOv8-main', for example
6-From the folder containing the extracted module, assuming you are running Windows, right click and say 'Open in Terminal' (sort of MS-DOS window will appear)
7-Make sure if have Admin rights in Terminal. Else right click on top-bar, Settings\Defaults\Run this profile as admin'
8-From your Terminal window with admin rights, enter the following command "..\..\setup ".
9-You can repeat those steps for other modules.

Feel free to let me know if you have issues.

Re: CodeProject Website Down...

Posted: Mon Oct 28, 2024 2:50 pm
by Elprebse
iku777 wrote: Mon Oct 28, 2024 1:49 pm1-Do uninstall of previous version
2-Delete program files\codeproject folder
3-Install 2.8.0
4-From the github webpage of the modules, click the green button 'Code', and download zip
5-Copy the content of the zip file in the program files\codeproject\ai\modules folder. Personally I renamed it to 'ObjectDetectionYOLOv8-main', for example
6-From the folder containing the extracted module, assuming you are running Windows, right click and say 'Open in Terminal' (sort of MS-DOS window will appear)
7-Make sure if have Admin rights in Terminal. Else right click on top-bar, Settings\Defaults\Run this profile as admin'
8-From your Terminal window with admin rights, enter the following command "...\...\setup ".
9-You can repeat those steps for other modules.

Feel free to let me know if you have issues.
Thank you very much.
I couldn't do the install in the Powershell but managed to get it done in an elevated command prompt using ..\..\setup (only 2 dots on each side).
However, the CPAI Windows service is still not starting. Trying in Windows I get error 1053 and if I try within Blue Iris it returns with error 258. Something is still not working as it should...

Re: CodeProject Website Down...

Posted: Mon Oct 28, 2024 10:05 pm
by MikeLud
Elprebse wrote: Mon Oct 28, 2024 11:47 am
MikeLud wrote: Wed Oct 23, 2024 9:38 am
Elprebse wrote: Wed Oct 23, 2024 7:47 am Made the mistake of manually installing the v2.8.0 from Github before reading this post.
Service will no longer start.

Anyone with a step by step to fix this or do I need to wait until they fold and/or solve their issues?
Crossing my fingers that CPAI (and BI) will stay in business...
CodeProject team is almost done setting up the new site you can download the install from the below link

https://codeproject.github.io/
Mike, do you know which module is equivalent to YOLOv5 .NET or is this no longer available from the new site?
YOLOv5 .NET is included with the CodeProject.AI server install.

Re: CodeProject Website Down...

Posted: Mon Oct 28, 2024 10:15 pm
by Elprebse
MikeLud wrote: Mon Oct 28, 2024 10:05 pm
Elprebse wrote: Mon Oct 28, 2024 11:47 am
MikeLud wrote: Wed Oct 23, 2024 9:38 am
CodeProject team is almost done setting up the new site you can download the install from the below link

https://codeproject.github.io/
Mike, do you know which module is equivalent to YOLOv5 .NET or is this no longer available from the new site?
YOLOv5 .NET is included with the CodeProject.AI server install.
Hi Mike. I can tick the boxes, but no modules are installing with the 2.8.0 server installation for Windows. And as mentioned, the service also doesn’t start.

Re: CodeProject Website Down...

Posted: Tue Oct 29, 2024 12:13 pm
by Elprebse
I have tested this through multiple times and come to the conclusion that v2.8.0 from https://codeproject.github.io/ does not contain the Windows Service installation.
It cannot be used.

Found an offline 2.6.5 zip file from the other forum, and it installed without any problems.
Trying to install 2.8.0 on top of 2.6.5 - without removing any modules or data - would again cause the Windows Service to time out.

I hope that CPAI (or former developers) will get their stuff together at some point. Until then I will leave it with 2.6.5.

Re: CodeProject Website Down...

Posted: Tue Oct 29, 2024 10:32 pm
by Thixotropic
In case anyone needs them, I have all of the older versions archived.

cpai.png
cpai.png (9.09 KiB) Viewed 2458 times

Re: CodeProject Website Down...

Posted: Thu Nov 28, 2024 8:43 pm
by macster2075
I'm kinda glad they are moving to github for the discussions. Their codeproject site threads were very difficult to follow. It always looked very messy and always had problems trying to find/follow the discussions.