question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Retry on CondaHTTPError

See original GitHub issue

Sometimes connection to the Anaconda server fails and a simple retry fixes it:

Example

  CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/bioconda/noarch/current_repodata.json>
  Elapsed: -
  
  An HTTP error occurred when trying to retrieve this URL.
  HTTP errors are often intermittent, and a simple retry will get you on your way.
  'https://conda.anaconda.org/bioconda/noarch'

If you think implementing this logic in the action (like three attempts, 10 seconds apart) is a good idea, I’ll be happy to implement it once the refactor is done!

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:2
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
valeriupredoicommented, Jan 7, 2021

We are running the tests nightly at 00:00 UTC, but I have noticed that tests run at other times than midnight UTC pass more frequently, maybe Anaconda is suffering from connection issues around 00:00 UTC? Someone playing Cyberpunk at night at Anaconda and hogging the bandwidth? 🤣

1reaction
jaimergpcommented, Jan 7, 2021

@mattwthompson is also reporting issues like these at openforcefield, I believe!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to solve "CondaHTTPError: HTTP 000 CONNECTION ...
HTTP errors are often intermittent, and a simple retry will get you on your way. 'https://conda.anaconda.org/conda-forge/linux-64'.
Read more >
How to resolve HTTP 000 CONNECTION FAILED Error in ...
https://docs.anaconda.com/anaconda/user-guide/troubleshooting/#http-000-connection-failedHow to resolve HTTP 000 CONNECTION FAILED Error in ...
Read more >
Troubleshooting — conda 22.11.1.post16+ce4e810c9 ...
CondaHTTPError : HTTP 000 CONNECTION FAILED . If you're on Windows and you see this error, look a little further down in...
Read more >
Create new Python environment - Page 2 - Esri Community
HTTP errors are often intermittent, and a simple retry will get you on your way. CondaError: CondaHTTPError: HTTP 000 CONNECTION FAILED for ...
Read more >
HTTP 000 CONNECTION FAILED - Biostars
HTTP errors are often intermittent, and a simple retry will get you on your way. ... I cannot download packages due to CondaHTTPError....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found