brenden / node-webshot

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

Using port number #75

Open franzsilva opened 10 years ago

franzsilva commented 10 years ago

hello, i have an internal website which runs on port X, and when you include the :port in the link it fails to create the file,

 webshot('http://XXXX:9876', 'control.png', function(err) {

// screenshot now saved to control.png });

if i use the address without the port number it works fine.

Thank you

Regards

seanmthompson commented 8 years ago

Any update on this? Having a similar issue...

Andrew-Gee commented 8 years ago

+1

Bit more info: the phantomjs.exe process never closes when the port is specified.