Thread overview
Registering packages crashed DUB registry
Apr 07, 2018
0xEAB
Apr 07, 2018
bauss
Apr 07, 2018
0xEAB
Apr 07, 2018
bauss
Apr 07, 2018
Sönke Ludwig
Apr 07, 2018
Sönke Ludwig
Apr 09, 2018
0xEAB
April 07, 2018
Hello :)

Tried to add a new package, but after clicking on [Register package] I only get the following error:

> 502 Bad Gateway
> nginx/1.6.2


Regards,
Elias

April 07, 2018
On Saturday, 7 April 2018 at 19:49:31 UTC, 0xEAB wrote:
> Hello :)
>
> Tried to add a new package, but after clicking on [Register package] I only get the following error:
>
>> 502 Bad Gateway
>> nginx/1.6.2
>
>
> Regards,
> Elias

I don't think that was the case.

code.dlang.org has been having a lot of issues lately it seems.

It's down a lot.
April 07, 2018
On Saturday, 7 April 2018 at 20:17:41 UTC, bauss wrote:
> On Saturday, 7 April 2018 at 19:49:31 UTC, 0xEAB wrote:
>> Hello :)
>>
>> Tried to add a new package, but after clicking on [Register package] I only get the following error:
>>
>>> 502 Bad Gateway
>>> nginx/1.6.2
>>
>>
>> Regards,
>> Elias
>
> I don't think that was the case.
>
> code.dlang.org has been having a lot of issues lately it seems.
>
> It's down a lot.

But it happens again everytime I re-submit the package.
April 07, 2018
On Saturday, 7 April 2018 at 20:44:12 UTC, 0xEAB wrote:
> On Saturday, 7 April 2018 at 20:17:41 UTC, bauss wrote:
>> On Saturday, 7 April 2018 at 19:49:31 UTC, 0xEAB wrote:
>>> Hello :)
>>>
>>> Tried to add a new package, but after clicking on [Register package] I only get the following error:
>>>
>>>> 502 Bad Gateway
>>>> nginx/1.6.2
>>>
>>>
>>> Regards,
>>> Elias
>>
>> I don't think that was the case.
>>
>> code.dlang.org has been having a lot of issues lately it seems.
>>
>> It's down a lot.
>
> But it happens again everytime I re-submit the package.

Maybe yours does do it, I don't know.

But it has been down multiple times for me today alone.
April 07, 2018
Am 07.04.2018 um 21:49 schrieb 0xEAB:
> Hello :)
> 
> Tried to add a new package, but after clicking on [Register package] I only get the following error:
> 
>> 502 Bad Gateway
>> nginx/1.6.2
> 
> 
> Regards,
> Elias
> 

Bug report: https://github.com/dlang/dub/issues/1441
PR: https://github.com/dlang/dub-registry/pull/318
April 08, 2018
Am 07.04.2018 um 23:57 schrieb Sönke Ludwig:
> Am 07.04.2018 um 21:49 schrieb 0xEAB:
>> Hello :)
>>
>> Tried to add a new package, but after clicking on [Register package] I only get the following error:
>>
>>> 502 Bad Gateway
>>> nginx/1.6.2
>>
>>
>> Regards,
>> Elias
>>
> 
> Bug report: https://github.com/dlang/dub/issues/1441
> PR: https://github.com/dlang/dub-registry/pull/318

The fix is deployed on the server now, so registering packages should work correctly again now.
April 09, 2018
On Saturday, 7 April 2018 at 22:22:51 UTC, Sönke Ludwig wrote:
> The fix is deployed on the server now, so registering packages should work correctly again now.


thanks :)