Lots of 404s on docs archives
See original GitHub issueNoticed while trying to download an offline copy of 3.6.2 HTML docs at https://docs.python.org/3/archives/python-3.6.2-docs-html.zip
$ curl -s https://docs.python.org/3/download.html | grep -o '"archives/.*"' | xargs -I{} bash -c 'echo; url="https://docs.python.org/3/{}"; echo "${url}"; c
url -s -I "${url}" | head -n 1'
https://docs.python.org/3/archives/python-3.6.2-docs-pdf-letter.zip
HTTP/1.1 404 Not Found
https://docs.python.org/3/archives/python-3.6.2-docs-pdf-letter.tar.bz2
HTTP/1.1 200 OK
https://docs.python.org/3/archives/python-3.6.2-docs-pdf-a4.zip
HTTP/1.1 404 Not Found
https://docs.python.org/3/archives/python-3.6.2-docs-pdf-a4.tar.bz2
HTTP/1.1 404 Not Found
https://docs.python.org/3/archives/python-3.6.2-docs-html.zip
HTTP/1.1 404 Not Found
https://docs.python.org/3/archives/python-3.6.2-docs-html.tar.bz2
HTTP/1.1 404 Not Found
https://docs.python.org/3/archives/python-3.6.2-docs-text.zip
HTTP/1.1 404 Not Found
https://docs.python.org/3/archives/python-3.6.2-docs-text.tar.bz2
HTTP/1.1 404 Not Found
https://docs.python.org/3/archives/python-3.6.2-docs.epub
HTTP/1.1 404 Not Found
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Do 404 errors hurt my site? | Google Search Central Blog
A: 404 errors are a perfectly normal part of the web; the Internet is always changing, new content is born, old content dies,...
Read more >404 error with all google documents - Google Drive Community
My google drive got corrupted by a virus and locked a lot of my files. My hard drive got corrupted as well, so...
Read more >Lots of 404 errors for new WordPress sites | Plesk Forum
Since a few days we have a lot of 404 errors for new WP sites created with WordPress Toolkit. Even for clean installs...
Read more >Custom post type based plugin breaks month archive resulting ...
Custom post type based plugin breaks month archive resulting in 404 error. Hi, I developed a small plugin for documents management. The plugin...
Read more >How to Fix Crawl Errors in Google Search Console - Moz
A 404 error means that the Googlebot tried to crawl a page that doesn't exist on your site. Googlebot finds 404 pages when...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@berkerpeksag You’re right, psf-salt would be a better place to track this. I’ve opened https://github.com/python/psf-salt/issues/118.
And for further future reference, the problem was resolved by some needed updates to
Doc/conf.py
; see https://bugs.python.org/issue31423.