python / pythondotorg

Source code for python.org
https://www.python.org
Apache License 2.0
1.51k stars 603 forks source link

https://www.python.org/downloads/release/python-3818/ is broken (JavaScript error message) #2324

Open SamuelMarks opened 12 months ago

SamuelMarks commented 12 months ago

Describe the bug https://www.python.org/downloads/release/python-3818/

To Reproduce Steps to reproduce the behavior:

  1. Go to https://www.python.org/downloads/
  2. Click "Python 3.8.18 - Release Notes" https://www.python.org/downloads/release/python-3818/

Expected behavior https://web.archive.org/web/20231026093415/https://www.python.org/downloads/release/python-3818/

Screenshots image

Desktop (please complete the following information):

Additional context

hugovk commented 12 months ago

This is a CSS 404 problem.

It's affecting pages like:

But these are fine:

The good pages are loading https://www.python.org/static/stylesheets/style.7eb53a0a83fa.css which exists, but the bad ones are trying to load https://www.python.org/static/stylesheets/style.2135bffe4dde.css which is 404.

Rosuav commented 12 months ago

Also happens on https://www.python.org/downloads/source/

hugovk commented 3 months ago

These all look good now, I guess it was a caching issue?

@SamuelMarks Please could you close this issue if it's working for you now?

mgovers commented 1 month ago

I have the same problem since this morning. Was working fine yesterday.

hugovk commented 1 month ago

I can reproduce, console shows:

GET https://www.python.org/static/stylesheets/style.73ee703a9176.css 404 (Not Found)

Also at pages like https://www.python.org/downloads/release/python-3130/