On the iron_worker upload crawler step: ERROR -- IronWorkerNG: Can't find src with path='node_modules'
Hey Dentldir, make sure you get everything from that phantom-nodejs folder.... Try a git clone https://github.com/iron-io/iron_worker_examples and then follow the directions from /binary/phantom-nodejs
Serverless PhantomJS with IronWorker
11–17 of 17 posts
Re: Serverless PhantomJS with IronWorker
#12What about a CasperJs version as well?
I just included the whole CasperJS library with the worker package and followed the getting started example from the Casper site.
Re: Serverless PhantomJS with IronWorker
#13Re: Serverless PhantomJS with IronWorker
#14I'll echo another - how about wkhtmltopdf ?
https://github.com/iron-io/iron_worker_examples/tree/master/...
then follow the blog post.
Let me know if you have any questions or issues. I'll try and do something more exciting later like grab 100 sites, create pdfs, and store them in S3 all in parallel.
Re: Serverless PhantomJS with IronWorker
#15What about a CasperJs version as well?
casperjs is pretty unreliable, I wouldn't bother. Even for relatively trivial frontend testing we were using it for, it would crash ~50% of the time on Linux and Mac.
Re: Serverless PhantomJS with IronWorker
#16Earlier quoted context omitted.
casperjs is pretty unreliable, I wouldn't bother. Even for relatively trivial frontend testing we were using it for, it would crash ~50% of the time on Linux and Mac.
PhantomJS 1.6 is massively unstable. Downgrade to 1.5. I'm really surprised this hasn't been fixed yet - there are bugs in their tracker related to it.