Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloads of older versions of node.js source by node-gyp are returning 500 #5584

Closed
mdouglass opened this issue Jul 31, 2023 · 1 comment
Closed
Labels

Comments

@mdouglass
Copy link

URL:

https://nodejs.org/dist/v20.3.0/

Browser Name:

Firefox

Browser Version:

115.0.2

Operating System:

Linux 6.4.6-200.fc38.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 24 20:51:12 UTC 2023 x86_64 GNU/Linux

How to reproduce the issue:

I found this original because our GitHub builds have started failing with:

Run npm install -g @globalworldwide/km-deploy
npm WARN deprecated @aws-sdk/[email protected]: This package has moved to @smithy/node-http-handler
npm ERR! code 1
npm ERR! path /opt/hostedtoolcache/node/20.3.0/x64/lib/node_modules/@globalworldwide/km-deploy
npm ERR! command failed
npm ERR! command sh -c node-gyp rebuild
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using [email protected]
npm ERR! gyp info using [email protected] | linux | x64
npm ERR! gyp info find Python using Python version 3.8.10 found at "/usr/bin/python3"
npm ERR! gyp http GET https://nodejs.org/download/release/v20.3.0/node-v20.3.0-headers.tar.gz
npm ERR! gyp http 500 https://nodejs.org/download/release/v20.3.0/node-v20.3.0-headers.tar.gz

I then manually tried to visit nodejs.org (using Firefox on Linux) to try to figure out what was going on and if I browse to old releases via the Other Downloads section I hit 500 Internal Server Errors.
eg. go to https://nodejs.org/dist/ and click the link to v20.3.0 which directs to https://nodejs.org/dist/v20.3.0/ which is now serving a 500

500 Internal Server Error
nginx
@mdouglass mdouglass added the bug label Jul 31, 2023
@mdouglass mdouglass changed the title Downloads of older versions of node.js source by node-pre-gyp are returning 500 Downloads of older versions of node.js source by node-gyp are returning 500 Jul 31, 2023
@mdouglass
Copy link
Author

These downloads are no longer return 500 Internal Server Error either to github or to me locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant