-
Notifications
You must be signed in to change notification settings - Fork 394
PhantomJS installation fails 403 Issue. #223
Comments
the download link generated by the installer seems to be correct: When accessing the link directly, it seems to work fine: However, in the log, it appears there is a space in the URL like so: https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux- [weird space] x86_64.tar.bz2 Not sure if this is simply the log display or the actual URL that is getting passed in! |
I also am running into this issue, I'm getting redirected to the oauth handler for bitbucket. It prompted to add a consumer, which I did, and now it just 403s. Odd since this isn't a private repo. Generating autoload files
|
I believe this has to do with bitbucket's cdn being intermittently unavailable. Rerunning typically fixes this issue. Not sure what we can do about it. |
I've also seen this issue sporadically. It may be the case that the oauth redirect only occurs when you get rate limited against the public cdn. |
@japerry determined that this was a local config issue. Please post any details if you have them--for posterity. |
@grasmash @japerry What is the local config issue? They definitely have/had a CDN issue ariya/phantomjs#13953 |
The issues I ran into appears to be the stock php version with OSX. The PHP version that ships with OSX El Capitan has something wrong with its curl functionality. When I use DD or MAMP Pro's included php binary to run composer install, it works without a problem. It doesn't appear to be a problem with curl on the system. Both environments had the exactly the same versions an extensions installed. |
Here's the alternate CDN fix from another project https://github.com/less/less.js/pull/2905/files#diff-354f30a63fb0907d4ad57269548329e3R12 |
Tested this out, phantomjs-installer doesn't seem to use the variable, so I think we need to wait on their solution on jakoch/phantomjs-installer#34 |
Struggling with this problem since yesterday,
EDIT: get it working by hosting myself phantomjs and changing the CDN to point to my server... |
https://travis-ci.org/acquia/blt/builds/144947471#L1050
The text was updated successfully, but these errors were encountered: