Skip to content
New issue

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

Fail to load undefined #159

Open
akashnimare opened this issue Jun 12, 2015 · 2 comments
Open

Fail to load undefined #159

akashnimare opened this issue Jun 12, 2015 · 2 comments

Comments

@akashnimare
Copy link

I am getting this error on a specific url. Do you know the solution for this?

@13rac1
Copy link

13rac1 commented Jan 2, 2016

This should be fixed, have a better error and/or be documented. I needed to add --ssl-protocol=any as described in #149.

$ 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}

@daluu
Copy link

daluu commented Jan 25, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants