-
Notifications
You must be signed in to change notification settings - Fork 46
https://pypi.python.org/simple serving malformed HTML? #783
Comments
I cannot reproduce this. Perhaps the CDN cached a few pages in the process of being updated? |
This is due to https://status.python.org/incidents/btjtz01lzp88, you were getting I also don't see what the problem is, the HTML validates fine: https://validator.w3.org/nu/?doc=https%3A%2F%2Fpypi.org%2Fsimple%2Feasybuild%2F Maybe it's the indentation of the |
I confirm the same error @boegel reported.
|
@di Can't seem to get passed the parse error, even after playing with the indentation of |
@di Since this is actually a problem with warehouse, should I report it there? |
Looks like it's the |
@boegel Nope this is fine! |
For reference, here's what |
@di Changing |
Fixed in pypi/warehouse#3294. |
Thanks for the report @boegel! |
@di No problem! Just to be clear: is this actually live on warehouse already, or is the (temporary?) redirect from legacy to warehouse no longer active now? |
Both:
|
(And by "the fix is live on legacy" I meant "the fix is live on warehouse") |
Thanks for clarifying! |
For some reason unclear to me, we suddenly started getting parse errors for the HTML pages serves by
https://pypi.python.org/simple
.Example (this worked fine a couple of hours ago):
Any ideas what may be causing this? Have there be any changes to what
https://pypi.python.org/simple
serves in the last couple of hours?I'm including the contents of the served HTML file as well. I can't seem to spot what exactly is wrong here though... Line 65 is the
</body>
line.The text was updated successfully, but these errors were encountered: