Thread overview
Is code.dlang.org down often?
Dec 08, 2020
tejas
Dec 08, 2020
user2345
Dec 09, 2020
aberba
Dec 12, 2020
bonnieshona
Dec 12, 2020
Sebastiaan Koppe
Dec 12, 2020
rikki cattermole
December 08, 2020
I've been having some problems with fetching dependencies for dub both locally and, especially, in the CI. It's basically that repository seems to be down, even though actual website works. Does this happen a lot or am I just unlucky? And is it something the community is aware of and trying to fix or not?


December 08, 2020
On Tuesday, 8 December 2020 at 07:07:11 UTC, tejas wrote:
> I've been having some problems with fetching dependencies for dub both locally and, especially, in the CI. It's basically that repository seems to be down, even though actual website works. Does this happen a lot or am I just unlucky? And is it something the community is aware of and trying to fix or not?

This happens, less than in the past as there is a miror. You can check the uptime here [1]. Data for the last few months are rather encouraging.

[1]: https://stats.uptimerobot.com/6mQX4Crw2L
December 09, 2020
On Tuesday, 8 December 2020 at 07:07:11 UTC, tejas wrote:
> I've been having some problems with fetching dependencies for dub both locally and, especially, in the CI. It's basically that repository seems to be down, even though actual website works. Does this happen a lot or am I just unlucky? And is it something the community is aware of and trying to fix or not?

This issue is a recurring one. Does it have to do with hosting?
December 12, 2020
I guess the traffic has increased and they need to do some upgrade of their hardware.

The Internet was still functioning. I could visit other sites.

So the problem was at code.dlang's end and not the Internet.

Just guessing.
December 12, 2020
On Tuesday, 8 December 2020 at 07:07:11 UTC, tejas wrote:
> I've been having some problems with fetching dependencies for dub both locally and, especially, in the CI. It's basically that repository seems to be down, even though actual website works. Does this happen a lot or am I just unlucky? And is it something the community is aware of and trying to fix or not?

I think the dub registry and code.dlang.org are two distinct things.

There have been some improvements to it recently.

There is also the mirror at dub.bytecraft.nl
Newer versions of dub have it as a fallback.
You can request it explicitly by passing the --registry to dub.
December 13, 2020
On 12/12/2020 11:25 PM, Sebastiaan Koppe wrote:
> I think the dub registry and code.dlang.org are two distinct things.

No, that is what we refer to as dub registry.