jspm / npm

NPM Location Service
19 stars 34 forks source link

npm tarball for 0.29.5 is returning a 500 #152

Closed AndrewIngram closed 7 years ago

AndrewIngram commented 7 years ago

I'm seeing this (i'm in the UK)

$ curl 'https://registry.npmjs.org/jspm-npm/-/jspm-npm-0.29.5.tgz' --compressed
>> {"code":"InternalError","message":"Cannot read property '0.29.5' of undefined"}
xplk-zz commented 7 years ago

+1

AndrewIngram commented 7 years ago
curl 'https://registry.npmjs.org/jspm-npm/-/jspm-npm-0.29.5.tgz' --compressed -I
HTTP/1.1 500 Internal Server Error
Content-Type: application/json
Cache-Control: max-age=0
Content-Length: 79
Accept-Ranges: bytes
Date: Fri, 30 Sep 2016 12:44:34 GMT
Via: 1.1 varnish
Connection: keep-alive
X-Served-By: cache-fra1239-FRA
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1475239473.619089,VS0,VE404
guybedford commented 7 years ago

Odd. Ok I've pushed a 0.29.6. Let me know if that helps.

AndrewIngram commented 7 years ago

Using curl on the new release works for me