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

HTTPSConnectionPool(host='analytics.dvc.org', port=443): Read timed out #3262

Closed
DavidGOrtega opened this issue Jan 30, 2020 · 6 comments
Closed
Labels
bug Did we break something? p1-important Important, aka current backlog of things to do

Comments

@DavidGOrtega
Copy link

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

DVC: 0.81.3
pip install DVC[all]
Python 2.7.17
Ubuntu 18.04
@triage-new-issues triage-new-issues bot added the triage Needs to be triaged label Jan 30, 2020
@efiop
Copy link
Contributor

efiop commented Jan 30, 2020

Python 2.7.17

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 pip install DVC[all] will not install 0.81.3 on python 2.

Thanks for the report though! We will take a closer look ASAP!

@efiop efiop added bug Did we break something? p0-critical Critical issue. Needs to be fixed ASAP. labels Jan 30, 2020
@triage-new-issues triage-new-issues bot removed the triage Needs to be triaged label Jan 30, 2020
@sid-marain

This comment has been minimized.

@shcheklein

This comment has been minimized.

@ghost
Copy link

ghost commented Feb 4, 2020

Related: #3275

@efiop
Copy link
Contributor

efiop commented Feb 4, 2020

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.

@efiop efiop added p1-important Important, aka current backlog of things to do and removed p0-critical Critical issue. Needs to be fixed ASAP. labels Feb 4, 2020
@pared
Copy link
Contributor

pared commented Feb 11, 2020

Fixed by #3292

@pared pared closed this as completed Feb 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Did we break something? p1-important Important, aka current backlog of things to do
Projects
None yet
Development

No branches or pull requests

5 participants