-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
HTTPSConnectionPool(host='analytics.dvc.org', port=443): Read timed out #3262
Comments
Just a reminder that we've dropped support for python 2.7, you shouldn't use it. Not sure how you've even managed to do that, as Thanks for the report though! We will take a closer look ASAP! |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Related: #3275 |
Need to look into handling analytics errors more gracefully. E.g. https://github.com/iterative/dvc/blob/0.82.8/dvc/main.py#L90 is outside of main's try-execept, so no friendly footer (the one with "need some help?") will be printed. |
Fixed by #3292 |
For a few minutes analytics.dvc.org was down and DVC was constantly showing this error:
Error: ERROR: unexpected error - HTTPSConnectionPool(host='analytics.dvc.org', port=443): Read timed out. (read timeout=5)
Settings
The text was updated successfully, but these errors were encountered: