[issue30901] "503 HTTP ERROR" on attempt to access some points of python library documentation
New submission from Alexander Kamyanskiy: I found that some points in Python Library reference documentation are not accessible, I got 503 http error. The problem starts from this link and some points below the 29.14 point of doc list: https://docs.python.org/3/library/fpectl.html Also now I got 503: https://docs.python.org/3/library/custominterp.html https://docs.python.org/3/library/zipimport.html https://docs.python.org/3/library/pkgutil.html https://docs.python.org/3/library/symbol.html https://docs.python.org/3/library/token.html ... In fact I can't say for example that "31. Importing Modules" all inaccessible - I can't access 31.3. modulefinder — Find modules used by a script 31.4. runpy — Locating and executing Python modules 31.5. importlib — The implementation of import but cannot (I got 503 http response): 31.1. zipimport — Import modules from Zip archives 31.2. pkgutil — Package extension utility P.S. I've tried to access documentation from absolutely another place and I'm sure it's not my local settings in browser or local firewall or smth like this. ---------- assignee: docs@python components: Documentation messages: 298139 nosy: Alexander Kamyanskiy, docs@python priority: normal severity: normal status: open title: "503 HTTP ERROR" on attempt to access some points of python library documentation type: resource usage _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue30901> _______________________________________
Louie Lu added the comment: Can reproduce this problem in Chromium 59.0.3071, it seems affect every selectable version in docs.python.org. Also, devguide has some page down, too. * devguide: https://docs.python.org/devguide/triaging.html ---------- nosy: +louielu type: resource usage -> _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue30901> _______________________________________
Brett Cannon added the comment: Those pages all work for me. May have been transient. ---------- nosy: +brett.cannon resolution: -> out of date stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue30901> _______________________________________
Mariatta Wijaya added the comment: There was partial outage. See post mortem report: https://status.python.org/incidents/cc622spyl26l ---------- nosy: +Mariatta _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue30901> _______________________________________
participants (4)
-
Alexander Kamyanskiy
-
Brett Cannon
-
Louie Lu
-
Mariatta Wijaya