We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting this error on a specific url. Do you know the solution for this?
The text was updated successfully, but these errors were encountered:
This should be fixed, have a better error and/or be documented. I needed to add --ssl-protocol=any as described in #149.
--ssl-protocol=any
$ phantomjs yslow.js --info basic https://www.yahoo.com FAIL to load undefined $ phantomjs --ssl-protocol=any yslow.js --info basic https://www.yahoo.com {"v":"3.1.8","w":722389,"o":91,"u":"https%3A%2F%2Fwww.yahoo.com%2F","r":34,"s":"0","i":"ydefault","lt":7977}
Sorry, something went wrong.
The referenced issues seems to mention phantomjs 1.8. This fix doesn't seem to work on 1.9.8 installed via homebrew on Mac.
No branches or pull requests
I am getting this error on a specific url. Do you know the solution for this?
The text was updated successfully, but these errors were encountered: