-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
TimeoutError #20
Comments
Hello, I have to do CTRL + C to get the error messages:
|
I have a temporary fix for this which is to use the "timeout" command (not the timeout option in capture-website-cli), if you do the following then the process is killed after the timeout period and you can grab the output. This solves the issue for me although error handling within this package would be better.
|
Thanks for the tip! It works well in the meantime. |
Using latest version on Ubuntu 18.04
When trying to fetch a URL the script didn't finish running and I had to exit with Ctrl+C. When I did that, the following message was displayed:
The URL in question does exist and isn't particularly large: 4.52 MB with 30 HTTP requests.
Could you advise on how to fix? Happy to help if you point me in the right direction.
The text was updated successfully, but these errors were encountered: