question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Lots of 404s on docs archives

See original GitHub issue

Noticed 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:closed
  • Created 6 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ned-deilycommented, Sep 12, 2017

@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.

0reactions
ned-deilycommented, Sep 23, 2017

And for further future reference, the problem was resolved by some needed updates to Doc/conf.py; see https://bugs.python.org/issue31423.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found