hoehrmann / CutyCapt

A Qt WebKit Web Page Rendering Capture Utility
http://cutycapt.sourceforge.net/
99 stars 49 forks source link

CutyCapt proceeds even if file does not exist #26

Open mcp292 opened 2 years ago

mcp292 commented 2 years ago

If the url path is wrong, particularly to a local file (i.e. CutyCapt --url=~/wrong/path... instead of CutyCapt --url=file:///home/usr/path...), CutyCapt takes a long time and then spits out a blank file.

This is my first time using this program. It took me a very long time to track down that the problem was my specifying the file incorrectly.