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

dist/index.json broken #6136

Closed
echalone opened this issue Nov 22, 2023 · 2 comments
Closed

dist/index.json broken #6136

echalone opened this issue Nov 22, 2023 · 2 comments
Labels

Comments

@echalone
Copy link

URL:

https://nodejs.org/dist/index.json

Browser Name:

Chrome

Browser Version:

119.0.6045.160

Operating System:

Windows

How to reproduce the issue:

The https://nodejs.org/dist/index.json is suddenly broken and no longer a valid json. It seems to break after 256kb and now ends with

{"version":"v0.1.20","date":"2011-08-26","files":["src"],"v8":"2.0.2.0","lts":false,"security":false},
{"version":"v0.1.19","date":"2011-08-26","files":["src"],"v8":"2.0.2.0","lts":false,"security":false},
{"version":"v0.1.18","date":"2011-08-26",

and that's it. As you can see, the json data cuts off in the middle of the 0.1.18 version data. Our builds all broke because they try to read in this file.
It doesn't matter with which browser or on which operating system you retrieve this file, it's always broken. Happens since 22.11.2023, just a few minutes or so ago.

@echalone echalone added the bug label Nov 22, 2023
@Enet4
Copy link

Enet4 commented Nov 22, 2023

This appears to be a recurrent issue (#6023). Regardless of which tools are used, the contents behind link https://nodejs.org/dist/index.json are currently ending like this:

{"version":"v0.1.20","date":"2011-08-26","files":["src"],"v8":"2.0.2.0","lts":false,"security":false},
{"version":"v0.1.19","date":"2011-08-26","files":["src"],"v8":"2.0.2.0","lts":false,"security":false},
{"version":"v0.1.18","date":"2011-08-26",

Is this something to be expected shortly after a new release?

@ovflowd
Copy link
Member

ovflowd commented Nov 22, 2023

Please refer to: #4495

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

3 participants