petecoop / phantasma

A high level promise based wrapper for phantomjs
ISC License
33 stars 8 forks source link

Trouble with running example code #38

Closed Mako-L closed 8 years ago

Mako-L commented 8 years ago

I get this error when I try to run the example code:

phantom stdout: NETWORK_ERR: XMLHttpRequest Exception 101: A network error occurred in synchronous requests.phantom stdout: phantomjs://code/shim.js:1815 in sendphantom stdout: phantomjs://code/shim.js:1815 in _startphantom stdout: phantomjs://code/shim.js:1842

I think it needs to be updated with the new phantomjs 2.0 or something. Can somebody help?

petecoop commented 8 years ago

have a look at #37

Mako-L commented 8 years ago

It worked thank you. I'll use it as it is.