fzaninotto / screenshot-as-a-service

Website screenshot service powered by node.js and phantomjs
1.1k stars 243 forks source link

Support for PhantomJS 2.0.0 #75

Open docBliny opened 9 years ago

docBliny commented 9 years ago

Currently the service does not function on PhantomJS 2.0.0. One reason is that scripts/rasterizer.js uses phantom.args which has been deprecated and removed in PhantomJS 2.0.0. There may be other issues as well, as a quick switch to the "system.args" still caused 500 errors.

slarson commented 9 years ago

There is a fix

fabiodr commented 7 years ago

@slarson Fix worked for me, thanks :)

@fzaninotto this fix can be very helpful, maybe a merge?

fzaninotto commented 7 years ago

@slarson can you make a PR?