screenshot-as-a-service icon indicating copy to clipboard operation
screenshot-as-a-service copied to clipboard

Support for PhantomJS 2.0.0

Open docBliny opened this issue 9 years ago • 3 comments

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.

docBliny avatar Feb 27 '15 23:02 docBliny

There is a fix

slarson avatar May 31 '15 10:05 slarson

@slarson Fix worked for me, thanks :)

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

fabiodr avatar Jun 20 '17 15:06 fabiodr

@slarson can you make a PR?

fzaninotto avatar Jun 21 '17 14:06 fzaninotto