codeproject / CodeProject.AI-Server

CodeProject.AI Server is a self contained service that software developers can include in, and distribute with, their applications in order to augment their apps with the power of AI.
Other
565 stars 135 forks source link

Unable to download ObjectDetectionCoral-2.1.2 #88

Closed zeaglee closed 4 months ago

zeaglee commented 4 months ago

Area of Concern

Describe the bug For the last day and a half I've been unable to install ObjectDetectionCoral. Other modules work. I get the following download error consistently. I suspect the file is missing/damaged on the server. I tried curl and wget on my VPS incase my home IP was blocked or throttled.

Info

12:10:07:Preparing to install module 'ObjectDetectionCoral'
12:10:07:Downloading module 'ObjectDetectionCoral'
12:10:08:Unable to download module 'ObjectDetectionCoral' from https://www.codeproject.com/KB/articles/5348853/ObjectDetectionCoral-2.1.2.zip. Error: No bytes downloaded

curl of the URL that URL redirects to:

:~$ curl -v https://www.codeproject.com/script/Articles/Download.aspx?file=/KB/articles/5348853/ObjectDetectionCoral-2.1.2.zip&rp=/articles/5348853/CodeProject.AI-Server-Modules
[1] 1340796
:~$ *   Trying 76.74.234.210:443...
* Connected to www.codeproject.com (76.74.234.210) port 443 (#0)
* ALPN: offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: /etc/ssl/certs
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
* ALPN: server accepted h2
* Server certificate:
*  subject: CN=*.codeproject.com
*  start date: Oct  5 19:33:26 2023 GMT
*  expire date: Oct 12 12:32:39 2024 GMT
*  subjectAltName: host "www.codeproject.com" matched cert's "*.codeproject.com"
*  issuer: C=US; ST=Arizona; L=Scottsdale; O=Starfield Technologies, Inc.; OU=http://certs.starfieldtech.com/repository/; CN=Starfield Secure Certificate Authority - G2
*  SSL certificate verify ok.
* using HTTP/2
* h2h3 [:method: GET]
* h2h3 [:path: /script/Articles/Download.aspx?file=/KB/articles/5348853/ObjectDetectionCoral-2.1.2.zip]
* h2h3 [:scheme: https]
* h2h3 [:authority: www.codeproject.com]
* h2h3 [user-agent: curl/7.88.1]
* h2h3 [accept: */*]
* Using Stream ID: 1 (easy handle 0x5560adf56c80)
> GET /script/Articles/Download.aspx?file=/KB/articles/5348853/ObjectDetectionCoral-2.1.2.zip HTTP/2
> Host: www.codeproject.com
> user-agent: curl/7.88.1
> accept: */*
>
< HTTP/2 200
< cache-control: no-cache
< pragma: no-cache
< content-type: text/html
< expires: -1
< x-frame-options: DENY
< x-content-type-options: nosniff
< content-security-policy: default-src https:; style-src https: 'unsafe-inline'; img-src       * data:; worker-src    * blob:; font-src      *; script-src https: 'unsafe-inline' 'unsafe-eval'; connect-src   *; frame-ancestors 'self';
< referrer-policy: origin
< x-xss-protection: 1; mode=block;
< public-key-pins: max-age=0; includeSubDomains
< strict-transport-security: max-age=31536000; includeSubDomains
< x-download-for: https://www.codeproject.com/Articles/5348853/CodeProject-AI-Server-Modules-Registry
< set-cookie: mguid=2551d05f-3981-4e04-94e3-0683ba6ca321; domain=.codeproject.com; expires=Sat, 13-Feb-2049 05:00:00 GMT; path=/; secure; HttpOnly
< set-cookie: vk=f6c56fea-565e-41b8-8f19-bda67575a80f; domain=.codeproject.com; expires=Thu, 13-Feb-2025 05:00:00 GMT; path=/; secure; HttpOnly
< set-cookie: SessionGUID=fa719bad-42b8-4c7b-bfac-68a9de73550e; path=/; secure; HttpOnly
< date: Tue, 13 Feb 2024 16:16:06 GMT
< content-length: 0
<
* Connection #0 to host www.codeproject.com left intact

[1]+  Done                    curl -v https://www.codeproject.com/script/Articles/Download.aspx?file=/KB/articles/5348853/ObjectDetectionCoral-2.1.2.zip

Your System (please complete the following information): 00:53:36:System: Windows 00:53:36:Operating System: Windows (Microsoft Windows 10.0.19044) 00:53:36:CPUs: AMD Ryzen 5 5600G with Radeon Graphics (AMD) 00:53:36: 4 CPUs x 1 core. 1 logical processors (x64) 00:53:36:GPU (Primary): Microsoft Basic Display Adapter ((Standard display types)) 00:53:36: Driver: 10.0.19041.3636 00:53:36:System RAM: 8 GiB 00:53:36:Platform: Windows 00:53:36:BuildConfig: Release 00:53:36:Execution Env: Native 00:53:36:Runtime Env: Production 00:53:36:.NET framework: .NET 7.0.10

Thanks!

zeaglee commented 4 months ago

Looks to be resolved this evening.

ilmarsm commented 4 months ago

How this was resolved? I still get same error while trying to install "Object Detection (Coral)".