-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
"Error 502 bad gateway" when trying to view a specific package #298
Comments
There's some discussion on #dub at Slack about this.
|
you can wait until this patch is applied to dub (who knows when), or you can remove the subcolumns in the table in your readme which breaks it. (You have more columns than header columns somewhere) |
I'm using |
Removing the pipes in my table indeed fixes it. I'm closing this since there is already an issue and a PR |
The quickfix for the crash has been deployed, but I'll open separate issue against vibe.d for the correct output. |
I can still crash the registry when I open http://code.dlang.org/packages/dls |
That's weird... It doesn't seem to happen to me anymore, I can see the page just fine now |
A sorry. Probably was a super-aggressive browser cache. |
I've recently registered a new package on code.dlang.org, named
dls
at version0.1.0
. Mydub.json
file specified the package version manually, and going on the package page, I saw that this was considered obsolete. After a few changes to my package, removing the version fromdub.json
and tagging a new version (0.1.1
), going to the package page gives me an almost blank page; and then code.dlang.org only gives "Error 502 bad gateway" when trying to see any other page for the next minute or so.Maybe this is somehow linked to #294 as the problem started occuring after an update to the package ?
I don't think I've done any wrong change from the
0.1.0
version, but if it is of any relevance, here are thedub.json
file and the changes from v0.1.0 to v0.1.1.Apart from the code, the only changes are adding a
REAME.md
, and removing theversion
section (as it's obsolete) andconfigurations
section ofdub.json
(as dub detects the configurations automatically).The text was updated successfully, but these errors were encountered: