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.

[bug] Read timeout accessing conancenter via conan CLI

See original GitHub issue

Environment Details (include every applicable attribute)

Operating System+version: Ubuntu 18.04.6 LTS Conan CLI version: 1.50.0

Steps to reproduce (Include if Applicable)

Just run a simple inspect command using conancenter:

$ conan inspect -r=conancenter openssl/1.1.1k

ERROR: HTTPSConnectionPool(host='center.conan.io', port=443): Max retries exceeded with url: /v1/ping (Caused by ReadTimeoutError("HTTPSConnectionPool(host='center.conan.io', port=443): Read timed out. (read timeout=60.0)"))

Unable to connect to conancenter=https://center.conan.io
1. Make sure the remote is reachable or,
2. Disable it by using conan remote disable,
Then try again.

We get the same timeout if we run a simple curl to the ping endpoint:

$ curl https://center.conan.io/v1/ping
<html>
<head><title>504 Gateway Time-out</title></head>
<body>
<center><h1>504 Gateway Time-out</h1></center>
<hr><center>nginx/1.21.4</center>
</body>
</html>

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:3
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
ilyamt-tandemgcommented, Jul 10, 2022

Can confirm that center.conan.io is not accessible for us as well.

1reaction
memshardedcommented, Jul 10, 2022

Check https://github.com/conan-io/conan/issues/11604, service should be back to normal now. Thanks again for reporting!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Conan Documentation - Conan Docs
Conan is a software package manager which is intended for C and C++ developers. Conan is universal and portable. It works in all...
Read more >
conanio/conan - Gitter
(read. georgemp on Freenode timeout=60.0). [Remote: conan-center] ... i have a problem with IncludeOS, we are using GSL from a package but I...
Read more >
License compliance - GitLab Docs
Additional setup may be required to build packages for this project configuration. Using private Conan registries. By default, Conan uses the conan-center ......
Read more >
[RTFACT-26310] Issue with the conan-search - Jira - JFrog
1ERROR: HTTPSConnectionPool(host='rt-artifactory.test.com', port=443): Max retries exceeded with url: ...
Read more >
Pants Reference
rsc task compiles JVM code using the Zinc compiler, and is installed in the compile goal. Many goals are naturally 'singletons', i.e., they...
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