We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to the latest modifications, under certain circumstance, there is a problem with the save_subdomain_metadata method
save_subdomain_metadata
The HTTPx response does not contains any iterable data because of the error.
{ "timestamp": "2024-06-19T13:25:14.213159887Z", "url": "", "input": "", "error": "context deadline exceeded (Client.Timeout exceeded while awaiting headers)", "words": 0, "lines": 0, "content_length": 0, "failed": true }
A check need to be added to prevent this error
Http_crawl should run fine
Do a scan and maybe you could have the erreor if a request fails
- reNgine: 2.0.6 - OS: Debian - Python: 3.10
No response
The text was updated successfully, but these errors were encountered:
psyray
Successfully merging a pull request may close this issue.
Current Behavior
According to the latest modifications, under certain circumstance, there is a problem with the
save_subdomain_metadata
methodThe HTTPx response does not contains any iterable data because of the error.
A check need to be added to prevent this error
Expected Behavior
Http_crawl should run fine
Steps To Reproduce
Do a scan and maybe you could have the erreor if a request fails
Environment
Anything else?
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: