openvsx icon indicating copy to clipboard operation
openvsx copied to clipboard

Internal server error (500) when browsing the package page

Open claui opened this issue 3 years ago • 0 comments
trafficstars

Every time I visit the page of my published package, I get:

Pop-up message with the title Error and the message: Request failed: GET https://open-vsx.org/api/claui/packaging/0.2.1/file/README.md (Status 500)

Request failed: GET https://open-vsx.org/api/claui/packaging/0.2.1/file/README.md (Status 500)

This seems to be similar to #374.
However, I’m absolutely sure that I published 0.2.0 only once, and also 0.2.1 only once.
So I figure this is unaffected by the fix in #385. Btw, the extension works on the VS Code Marketplace.

Do the server logs say anything of interest?

Error details with timestamp

Here’s one failing curl invocation with timestamp:

$ curl -i 'https://open-vsx.org/api/claui/packaging/0.2.1/file/README.md'
Output
HTTP/2 500 
server: nginx
date: Thu, 08 Sep 2022 00:45:22 GMT
content-type: application/json
vary: accept-encoding,origin,access-control-request-headers,access-control-request-method,accept-encoding
content-disposition: inline;filename=f.txt
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
cache-control: no-cache, no-store, max-age=0, must-revalidate
pragma: no-cache
expires: 0
strict-transport-security: max-age=31536000 ; includeSubDomains
access-control-allow-origin: *

{"timestamp":"2022-09-08T00:45:20.201+00:00","status":500,"error":"Internal Server Error","message":"","path":"/api/claui/packaging/0.2.1/file/README.md"}

claui avatar Sep 08 '22 00:09 claui