-
Notifications
You must be signed in to change notification settings - Fork 996
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
Unable to connect to conan-center #7573
Comments
I've just started getting Does anyone know what the approximate uptime of Conan is? Today is my first time ever using it so I'm not sure if running into this is just bad luck or whether these outages are a known hazard. Thanks. |
It started working again but then broke down part-way through. The output was:
|
Hi! I think it was bad luck. We are experiencing some issues, but it is the exception: https://status.bintray.com/ Hope it will be fixed soon. |
This issue should be gone now, bintray was fixed a couple of days ago. Please let us know if the issue persist, or close the issue otherwise. Thanks! |
Seems to have resolved, but I wasn’t the one who opened the issue originally so @DominikDeak would have to close it. |
Unfortunately, I'm forced to reopen this issue as conan-center seems to be down again. Running the command
|
Hi @DominikDeak Can you please try to install some package from CnanCenter? |
Update, it is failing a bit randomly. We have reported the issue to the bintray team. Thanks for reporting. |
That seems to works fine. I think the issue appears to present itself when I search with wild cards in the package version. For example: |
cc/ @czoido Searching with patterns looks like much slower indeed, not only in Bintray (#5432). We applied a workaround in the Conan client (#5433). Now with so many packages in ConanCenter this pain is much bigger and we are trying to allocate some time from other development teams to work on it. Thanks for reporting, it is important for us to know and prioritize. |
I was also searching for "boost", and either it took 3 minutes to get results, or I got a read timeout after 4 minutes. As my first experience with Conan, I must say it's a bit scary to see I can't even search for my favorite package. For now I guess I'll have to use the web interface instead of the command line. Don't you use the same API for both? |
Hi @TehWan Yes, we are aware of this annoying situation. The thing is that they use different infrastructure, ConanCenter frontend uses a ElasticSearch designed for this web UI, but Conan client connects via the Conan api, and it was not designed in the Bintray backend for that scale. It might take a while, but it is on the roadmap to improve this. |
Hello, Thank you!
|
@alexanderwwagner please track: #9695 |
This issue is about Bintray remote which has been deprecated for months... New issues might be related to the new infrastructure. Let's close this one, better not to mix them. |
When running
conan search "boost/*" -r=all
, or trying to runconan install [...] --update
commands, I get errors like these:It seems that
conan.bintray.com
andapi.bintray.com
are down. External checks (21/8/2020) seems to confirm this:https://downforeveryoneorjustme.com/conan.bintray.com
Screenshot:
Traceroute to
api.bintray.com
:My
~/.conan/remotes.json
file:Environment Details (include every applicable attribute)
The text was updated successfully, but these errors were encountered: