Alex Layton

Results 112 comments of Alex Layton

[`node-phantom-simple`](https://github.com/baudehlo/node-phantom-simple) uses `netstat` to figure out which port PhantomJS starts on.

I have never worked with Azure. Did you make sure PhantomJS is installed on there?

PhantomJS is failing to open https://new.blogun.ru/search. Unfortunately, Phantom does not give much information when it fails to load a URL. You could try using PhantomJS 2 rather than PhantomJS 1.

Those are versions of Horseman. I was talking about PhantomJS. There URL failure is from PhantomJS itself, not Horseman. Please try the latest version of Horseman with version 2 of...

Are you able to open any URLs? It seems like PhantomJS is just not working for you for some reason.

You code works fine for me @joyarzun ```shellsession $ DEBUG='horseman*' node i280.js horseman using PhantomJS from phantomjs-prebuilt module +0ms horseman .setup() creating phantom instance 1 +3ms horseman phantom created +929ms...

You need to figure out why your PhantomJS can't access the Internet @joyarzun, it is a problem outside the scope of Horseman. I doubt it has anything to do with...

You might need to open a bug for PhantomJS on this one @nitsik. Not only does it fail to open the page, it segfaults shortly afterward. I tried it using...

I am not sure what to tell you @joyarzun. Try to see if you can open *any* URLs with PhantomJS.

Strange, I get failure and a segfault either way @joyarzun. ```shellsession $ phantomjs --ignore-ssl-errors=true i280_ph antom.js Error opening url PhantomJS has crashed. Please read the bug reporting guide at and...