Medium / phantomjs

NPM wrapper for installing phantomjs
Other
1.42k stars 436 forks source link

Download mirror is down #736

Closed arunvelsriram closed 7 years ago

arunvelsriram commented 7 years ago

Hi. CNPM download mirror for phantomjs is down and throwing error status 502.

Here is the output from npm:

Downloading http://cnpmjs.org/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2
Saving to /tmp/phantomjs/phantomjs-1.9.7-linux-x86_64.tar.bz2
Receiving...

Error requesting archive.
Status: 502
Request options: {
 "uri": "http://cnpmjs.org/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2",
 "encoding": null,
 "followRedirect": true,
 "headers": {},
 "strictSSL": true
}
Response headers: {
 "server": "nginx/1.4.6 (Ubuntu)",
 "date": "Tue, 22 Aug 2017 07:02:00 GMT",
 "content-type": "text/html",
 "content-length": "181",
 "connection": "close"
}
Make sure your network and proxy settings are correct.

Our CI build is failing because of this. Before using other alternative download mirrors I wanted to check if this is intentional change or you are not yet aware of the problem yet.

Thanks.

arunvelsriram commented 7 years ago

We temporarily switched to bitbucket few days back.

Just noticed that CNPM download mirror is working. So closing this issue.