[BUG] Image size ZERO KB after geting the Screenshot
krisk248 opened this issue · 2 comments
Describe the bug
The Screenshot is there at ouput folder but no image shwoing only zero kB.
To Reproduce
1.Install go-stare version v0.0.2
2. try an example go-stare -t "http://google.com"
3. you can see the out/ folder that the image file is present but the size to be zero KB
Expected behavior
An expected behavior is that domain screenshot has to be present.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
- OS: Mac OS
- OS version: Catalina 10.15.7
- go-stare version: v0.0.2
Additional context
nothing the tool is great but need the bug fixes
Please do look into it.
That's because the timeout limit has exceeded, try increasing the timeout value to 30 with -T
flag.
Next release will make value 30s as default timeout.