phantomjs2 icon indicating copy to clipboard operation
phantomjs2 copied to clipboard

phantomjs-2.1.1 install error while running npm install script for chimpjs

Open Desperado opened this issue 9 years ago • 0 comments

Posting this issue here, because it is referring to phantomjs2 installation, which is unstable.

> [email protected] install /root/cc_e2e/node_modules/chimp/node_modules/xolvio-sync-webdriverio/node_modules/fibers
> node build.js || nodejs build.js

`linux-x64-v8-4.5` exists; testing
Binary is fine; exiting

> [email protected] install /root/cc_e2e/node_modules/chimp/node_modules/phantomjs2
> node install.js

PhantomJS not found on PATH
Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
Saving to /root/cc_e2e/node_modules/chimp/node_modules/phantomjs2/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
Receiving...
-
Error requesting archive.
Status: 403
Request options: {
  "uri": "https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2",
  "encoding": null,
  "followRedirect": true,
  "headers": {},
  "strictSSL": true
}
Response headers: {
  "x-amz-request-id": "A43840E2A1E39F69",
  "x-amz-id-2": "+oIX4Zc2ZhyRIWsahNDNYvKojIGJ7TgvG2PWIQ+xujJaSs2lCacou8fSY420Qhx+l7Sz2xduBu0=",
  "content-type": "application/xml",
  "transfer-encoding": "chunked",
  "date": "Fri, 09 Sep 2016 13:41:31 GMT",
  "server": "AmazonS3",
  "connection": "close"
}
Make sure your network and proxy settings are correct.

If you continue to have issues, please report this full log at https://github.com/Medium/phantomjs

Desperado avatar Sep 14 '16 12:09 Desperado