brenden / node-webshot

Easy website screenshots in Node.js
2.12k stars 285 forks source link

Webshots not generated #108

Open clund opened 9 years ago

clund commented 9 years ago

I've just installed webshot on a node.js server and some webshots are generated fine, while others fail to generate. A few examples of pages that fail to generate:

http://kk.dk/ http://borger.dk/ http://spigo.dk/

Essentially what happens is that webshot reaches the timeout that I have set for the app.

Now, I read somewhere that phantom.js might require more Ram than what my current hosting pkan has. I installed the smallest possible version (512MB Ram). This thread suggests that Phantom.js needs at least 4GB and preferably 8GB (https://github.com/ariya/phantomjs/issues/13246).

Any thoughts or experience with this? Also, if anyone could test any of the above URLs that would be helpful too.