Package download retry. (conan.io ECONNRESET error)
See original GitHub issueHello!
Server sometimes responds with: (‘Connection broken: error(“(104, 'ECONNRESET')”,)’, error(“(104, ‘ECONNRESET’)”,)). [Remote: conan.io].
It is reproduced in Travis jobs. E.g. https://travis-ci.org/theirix/conan-libssh2/jobs/222844602 :
zlib/1.2.11@lasote/stable: Looking for package 8767e89412729a395e7a478e291eeb99291fe27b in remote 'conan.io'
Downloading conanmanifest.txt
[==================================================]
Downloading conaninfo.txt
[==================================================]
Downloading conan_package.tgz
ERROR: Download failed, check server, possibly try again
('Connection broken: error("(104, \'ECONNRESET\')",)', error("(104, 'ECONNRESET')",)). [Remote: conan.io]
Error while executing:
conan test_package . -s arch="x86" -s build_type="Release" -s compiler="gcc" -s compiler.version="5.4" -o libssh2:shared="True" -o OpenSSL:no_electric_fence="True"
Issue Analytics
- State:
- Created 6 years ago
- Comments:18 (16 by maintainers)
Top Results From Across the Web
Troubleshooting — conan 1.55.0 documentation
ERROR : Missing prebuilt package¶ ... This means that the package recipe czmq/4.2.0@ exists, but for some reason there is no precompiled package...
Read more >Max retries exceeded with URL
I got to Nominatim with GeoPy which worked great two times but now I keep getting Max retries exceeded error. My code:. Mar...
Read more >HTTPSConnectionPool error when trying to install gtest with ...
This error is related to deprecated certificate. It was discussed here: https://github.com/conan-io/conan/issues/9695.
Read more >Max retries exceeded with url django
There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: // (Caused by SSLError( ...
Read more >Untitled
Yateem 1988 full movie free download, Aboriginal music for kids, ... Hasbro family fun pack ign, Iccp oficial, Sie kommt zu mir nach...
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 Free
Top 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
Download retries would be good anyway. Sometimes I experience connection problems with a private Conan server (caused by bugs in a old linux kernel while using docker). So these retries could help to mitigate a lot of problems.
Download retries are now default (from conan 1.7) in Conan package transfers, so I think this issue can be closed. But please re-open or comment otherwise