manet icon indicating copy to clipboard operation
manet copied to clipboard

Website screenshot service powered by Node.js, SlimerJS and PhantomJS

Results 48 manet issues
Sort by recently updated
recently updated
newest added

It's not working correctly with css grid. Do you have any plan to make an update about that?

For example: https://manet.herokuapp.com/?url=www.google.com&width=1024&clipRect=0%2C0%2C1024%2C2000 I get a screen like ![image](https://user-images.githubusercontent.com/38204363/55560729-25098a00-56f1-11e9-964c-cca4dbb04933.png) out of page should not be included in a screenshot Purpose of crop option is diferent. Smaler image size is preferable....

Hello, I am taking a screenshot of 1000 domains. I am fetching 10 domains from a queue (Rabbit MQ) and taking a screenshot. CPU usage got increased consistently and memory...

After some usage, seems that manet will let some zombie process. It leads to high CPU usage after some times. Here is an example of a manet instance runned since...

hi, does anyone realize it, slimerjs not work in manet http://manet.herokuapp.com/?url=google.com&engine=slimerjs

when i take picture use this url www.baidu.com/s?五行币%20是不是传销 it will gei me the error website. i should get like this ![image](https://user-images.githubusercontent.com/32559813/38197016-b1d10710-36b8-11e8-9ac0-15e686813557.png) i try to encode the chinese word use utf-8...

I'm having a problem when trying capture a website. Whenever I try a website, any website at all, I am getting the error { "error": { "error": "Can not capture:...

bug

Hi there, Manet works great! I currently have it running via a separate terminal session via Screen. But that won't be very resilient with machine restarts etc. How do I...

Fixes #52 I did manage the options parameter, but the `sharp` library call fail like this: ``` Error: TypeError: Object is not a function (evaluating 'sharp(outputFile)') ``` I'm not a...