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
I am seeing the errors below in the logs. Its working for all the other sites but it doesnt seem to like the amd site.
E2021-01-14 06:56:47,324 [md_1] caught exception during request: HTTPSConnectionPool(host='www.amd.com', port=443): Read timed out. (read timeout=15) E2021-01-14 06:56:47,324 [md_1] scrape failed E2021-01-14 06:57:02,534 [md_2] caught exception during request: HTTPSConnectionPool(host='www.amd.com', port=443): Read timed out. (read timeout=15) E2021-01-14 06:57:02,534 [md_2] scrape failed E2021-01-14 06:57:17,665 [md_3] caught exception during request: HTTPSConnectionPool(host='www.amd.com', port=443): Read timed out. (read timeout=15) E2021-01-14 06:57:17,665 [md_3] scrape failed
My yaml file is as follows
urls:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I am seeing the errors below in the logs. Its working for all the other sites but it doesnt seem to like the amd site.
E2021-01-14 06:56:47,324 [md_1] caught exception during request: HTTPSConnectionPool(host='www.amd.com', port=443): Read timed out. (read timeout=15)
E2021-01-14 06:56:47,324 [md_1] scrape failed
E2021-01-14 06:57:02,534 [md_2] caught exception during request: HTTPSConnectionPool(host='www.amd.com', port=443): Read timed out. (read timeout=15)
E2021-01-14 06:57:02,534 [md_2] scrape failed
E2021-01-14 06:57:17,665 [md_3] caught exception during request: HTTPSConnectionPool(host='www.amd.com', port=443): Read timed out. (read timeout=15)
E2021-01-14 06:57:17,665 [md_3] scrape failed
My yaml file is as follows
urls:
...
The text was updated successfully, but these errors were encountered: