Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

request to http://registry.npmjs.org/-/short got 503 #162

Closed
wenbing opened this issue Mar 13, 2014 · 3 comments
Closed

request to http://registry.npmjs.org/-/short got 503 #162

wenbing opened this issue Mar 13, 2014 · 3 comments

Comments

@wenbing
Copy link

wenbing commented Mar 13, 2014

--2014-03-13 16:27:17--  http://registry.npmjs.org/-/short
Resolving registry.npmjs.org... 199.27.79.162
Connecting to registry.npmjs.org|199.27.79.162|:80... connected.
HTTP request sent, awaiting response... 503 backend read error
2014-03-13 16:27:32 ERROR 503: backend read error.

I think it is a problem must be fixed soon.

@terinjokes
Copy link
Contributor

@wenbing the 503 comes from the CDN, because the request is taking too long. What exactly are you doing here?

@wenbing
Copy link
Author

wenbing commented Mar 18, 2014

request it for all module names

On Tue, Mar 18, 2014 at 4:45 AM, Terin Stock notifications@github.comwrote:

@wenbing https://github.com/wenbing the 503 comes from the CDN, because
the request is taking too long. What exactly are you doing here?


Reply to this email directly or view it on GitHubhttps://github.com//issues/162#issuecomment-37867753
.

@isaacs
Copy link
Contributor

isaacs commented Mar 23, 2014

/-/short is no longer allowed. It'll 404 now.

As it was, it was taking a HUGE amount of time to compile the list, and very taxing for the server.

If you want a list of module names, request this instead:

https://skimdb.npmjs.com/registry/_all_docs

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

No branches or pull requests

3 participants