Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't make screenshot of very slow websites #18

Closed
abssimon opened this issue Feb 24, 2019 · 2 comments
Closed

Can't make screenshot of very slow websites #18

abssimon opened this issue Feb 24, 2019 · 2 comments

Comments

@abssimon
Copy link

abssimon commented Feb 24, 2019

Hello,

I made a few test, but this chinese websites don't work

./gowitness single --chrome-timeout 100 -u http://www.qry.com/Home.aspx 
ERRO[2019-02-24 15:55:32] Failed to query url                           error="[Get http://www.quippbattery.com/Home.aspx: read tcp 192.168.178.41:35752->222.76.212.44:80: i/o timeout]" url="http://www.quippbattery.com/Home.aspx"
INFO[2019-02-24 15:55:32] Complete                                      run-time=5.266110312s

I think the "Failed to query url" Error comes to early. " --chrome-timeout 100" has no effect.

Thank you, Best Regards
Simon

@leonjza
Copy link
Member

leonjza commented Feb 24, 2019

The --chrome-timeout flag sets the timeout for chrome itself. Try and add the --timeout to affect the initial HTTP connections timeout.

@abssimon
Copy link
Author

thank you. --timeout solves the problem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants