[bug] Conan search returns timeout
See original GitHub issueTo help us debug your issue please explain:
Hi!
As Conan Center is growing, the time requested to list all recipes is no longer enough:
conan search -r conan-center
ERROR: HTTPSConnectionPool(host='conan.bintray.com', port=443): Read timed out. (read timeout=60.0). [Remote: conan-center]
As you can see, 60 seconds is not enough to retrieve all information.
However, if I update the timeout request by CONAN_TIMEOUT_REQUEST
, I can receive the answer:
CONAN_REQUEST_TIMEOUT=360 conan search -r conan-center
Existing package recipes:
7z_installer/1.0@conan/stable
Args/5.0.1.4@igormironchik/stable
...
Usingtime
it took 1m39.
As Conan Center is the official repository, I think search
should work without timeouts. So Or Bintray is slow, Or Conan needs to update its timeout limit.
Conan Version: 1.16.1
- I’ve read the CONTRIBUTING guide.
- I’ve specified the Conan version, operating system version and any tool that can be relevant.
- I’ve explained the steps to reproduce the error or the motivation/use case of the question/suggestion.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:7
- Comments:29 (19 by maintainers)
Top Results From Across the Web
Time out then crash error - PC Bug Reports - Funcom Forums
Step 1 Start Conan Exiles; Step 2 Got to PvP and select server; Step 3 Timeout and Crash. This has only started happening...
Read more >conan.conf — conan 1.55.0 documentation
Timeout is not a time limit on the entire response download; rather, an exception is raised if the server has not issued a...
Read more >Conan search failures - Nexus Repository Manager
On NXRM side you can set nexus.conan.proxy.search.timeout value in milliseconds, default value 120000msec(2 minutes); On Conan client side ...
Read more >Known Issues - JFrog - JFrog Documentation
In this document, you will find the issues that met the criteria above and ... timeout with a Terraform backend causing a permission...
Read more >How To Fix Connection Timed Out In Satisfactory - Shockbyte
The connection timed-out error indicates that your PC could not connect to the server fast enough, causing you to disconnect. However, this can...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Unfortunately, search performance is becoming a significant bottleneck and often fails in my case. Sample error message:
The problem persists. Any solution insight?