https://docs.python.org/3/using/index.html not linking correctly

If I go to https://docs.python.org/3/using/index.html and click on any of the TOC entries, I get 'connecting' indefinitely. This problem seems unique to this file. I tried several other index files and clicking am entry brings up the corresponding page almost immediately.

Hi!
On Mon, Oct 20, 2014 at 04:01:02PM -0400, Terry Reedy tjreedy@udel.edu wrote:
If I go to https://docs.python.org/3/using/index.html and click on any of the TOC entries, I get 'connecting' indefinitely. This problem seems unique to this file. I tried several other index files and clicking am entry brings up the corresponding page almost immediately.
-- Terry Jan Reedy
Works for me. I clicked "2. Using Python on Unix platforms" and got to https://docs.python.org/3/using/unix.html without any problem.
Oleg.

On 10/20/2014 10:01 PM, Terry Reedy wrote:
If I go to https://docs.python.org/3/using/index.html and click on any of the TOC entries, I get 'connecting' indefinitely. This problem seems unique to this file. I tried several other index files and clicking am entry brings up the corresponding page almost immediately.
Sounds like a similar problem to this: https://mail.python.org/pipermail/docs/2014-October/020440.html
(There, the OP reported that she saw a different result in different browsers.)
Georg

On Mon, Oct 20, 2014 at 1:01 PM, Terry Reedy tjreedy@udel.edu wrote:
If I go to https://docs.python.org/3/using/index.html and click on any of the TOC entries, I get 'connecting' indefinitely. This problem seems unique to this file. I tried several other index files and clicking am entry brings up the corresponding page almost immediately.
Works fine for me, Terry, in both Chrome and Firefox. Could be something in your browser/caching? Try "private mode" or whatever that's called in your browser of choice.
Eli

On 2014-10-21 00:09, Eli Bendersky wrote:
On Mon, Oct 20, 2014 at 1:01 PM, Terry Reedy <tjreedy@udel.edu mailto:tjreedy@udel.edu> wrote:
If I go to https://docs.python.org/3/using/index.html and click on any of the TOC entries, I get 'connecting' indefinitely. This problem seems unique to this file. I tried several other index files and clicking am entry brings up the corresponding page almost immediately.
Works fine for me, Terry, in both Chrome and Firefox. Could be something in your browser/caching? Try "private mode" or whatever that's called in your browser of choice.
Just tried the first link:
https://docs.python.org/3/using/cmdline.html
I also get 'Connecting' indefinitely.
So I tested the link here:
http://www.downforeveryoneorjustme.com/
It said: "It's not just you! http://https looks down from here."

On Tue, Oct 21, 2014 at 12:29:45AM +0100, MRAB python@mrabarnett.plus.com wrote:
On 2014-10-21 00:09, Eli Bendersky wrote:
On Mon, Oct 20, 2014 at 1:01 PM, Terry Reedy <tjreedy@udel.edu mailto:tjreedy@udel.edu> wrote:
If I go to https://docs.python.org/3/using/index.html and click on any of the TOC entries, I get 'connecting' indefinitely. This problem seems unique to this file. I tried several other index files and clicking am entry brings up the corresponding page almost immediately.
Works fine for me, Terry, in both Chrome and Firefox. Could be something in your browser/caching? Try "private mode" or whatever that's called in your browser of choice.
Just tried the first link:
https://docs.python.org/3/using/cmdline.html
I also get 'Connecting' indefinitely.
So I tested the link here:
http://www.downforeveryoneorjustme.com/
It said: "It's not just you! http://https looks down from here."
I think this is a limitation of isup.me: it doesn't like https:// URLs -- either use http:// or no protocol prefix at all.
Oleg.

I'm on my phone but docs is served via fastly. Issues could be POP specific.
On Oct 20, 2014, at 7:38 PM, Oleg Broytman phd@phdru.name wrote:
On Tue, Oct 21, 2014 at 12:29:45AM +0100, MRAB python@mrabarnett.plus.com wrote:
On 2014-10-21 00:09, Eli Bendersky wrote:
On Mon, Oct 20, 2014 at 1:01 PM, Terry Reedy <tjreedy@udel.edu mailto:tjreedy@udel.edu> wrote:
If I go to https://docs.python.org/3/using/index.html and click on any of the TOC entries, I get 'connecting' indefinitely. This problem seems unique to this file. I tried several other index files and clicking am entry brings up the corresponding page almost immediately.
Works fine for me, Terry, in both Chrome and Firefox. Could be something in your browser/caching? Try "private mode" or whatever that's called in your browser of choice.
Just tried the first link:
https://docs.python.org/3/using/cmdline.html
I also get 'Connecting' indefinitely.
So I tested the link here:
http://www.downforeveryoneorjustme.com/
It said: "It's not just you! http://https looks down from here."
I think this is a limitation of isup.me: it doesn't like https:// URLs -- either use http:// or no protocol prefix at all.
Oleg.
Oleg Broytman http://phdru.name/ phd@phdru.name Programmers don't die, they just GOSUB without RETURN.
Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/donald%40stufft.io

On 10/20/2014 7:29 PM, MRAB wrote:
On 2014-10-21 00:09, Eli Bendersky wrote:
On Mon, Oct 20, 2014 at 1:01 PM, Terry Reedy <tjreedy@udel.edu mailto:tjreedy@udel.edu> wrote:
If I go to https://docs.python.org/3/using/index.html and click on any of the TOC entries, I get 'connecting' indefinitely. This problem seems unique to this file. I tried several other index files and clicking am entry brings up the corresponding page almost immediately.
Works fine for me, Terry, in both Chrome and Firefox. Could be something in your browser/caching? Try "private mode" or whatever that's called in your browser of choice.
Just tried the first link:
https://docs.python.org/3/using/cmdline.html
I also get 'Connecting' indefinitely.
So I tested the link here:
http://www.downforeveryoneorjustme.com/
It said: "It's not just you! http://https looks down from here."
I am using Firefox, but the difference is that by happenstance, I was in privacy mode (perhaps for the first time with python.org -- I want the docs in the cache and history list -- because I accessed the docs to answer a StackOverflow question.) It is not just that document but also Execution model and Expression in Reference. (I tried each 3 times minutes apart.) I have not had a similiar problem with any Arstechnica or StackOverflow pages, or similar sites.
So the solution for me is to use normal mode, but something seems not quite right in the interaction between privacy mode Firefox and python.org.
No problem I could find with Internet Explorer's 'In Privacy' mode.

On 2014-10-21 00:38, Oleg Broytman wrote:
On Tue, Oct 21, 2014 at 12:29:45AM +0100, MRAB python@mrabarnett.plus.com wrote:
On 2014-10-21 00:09, Eli Bendersky wrote:
On Mon, Oct 20, 2014 at 1:01 PM, Terry Reedy <tjreedy@udel.edu mailto:tjreedy@udel.edu> wrote:
If I go to https://docs.python.org/3/using/index.html and click on any of the TOC entries, I get 'connecting' indefinitely. This problem seems unique to this file. I tried several other index files and clicking am entry brings up the corresponding page almost immediately.
Works fine for me, Terry, in both Chrome and Firefox. Could be something in your browser/caching? Try "private mode" or whatever that's called in your browser of choice.
Just tried the first link:
https://docs.python.org/3/using/cmdline.html
I also get 'Connecting' indefinitely.
So I tested the link here:
http://www.downforeveryoneorjustme.com/
It said: "It's not just you! http://https looks down from here."
I think this is a limitation of isup.me: it doesn't like https://
URLs -- either use http:// or no protocol prefix at all.
Well, this:
https://docs.python.org/3/using/cmdline.html
is working for me now, but this:
https://docs.python.org/3/whatsnew/index.html
isn't. It looks like some kind of intermittent glitch somewhere...

On 2014-10-21 02:17, MRAB wrote:
On 2014-10-21 00:38, Oleg Broytman wrote:
On Tue, Oct 21, 2014 at 12:29:45AM +0100, MRAB python@mrabarnett.plus.com wrote:
On 2014-10-21 00:09, Eli Bendersky wrote:
On Mon, Oct 20, 2014 at 1:01 PM, Terry Reedy <tjreedy@udel.edu mailto:tjreedy@udel.edu> wrote:
If I go to https://docs.python.org/3/using/index.html and click on any of the TOC entries, I get 'connecting' indefinitely. This problem seems unique to this file. I tried several other index files and clicking am entry brings up the corresponding page almost immediately.
Works fine for me, Terry, in both Chrome and Firefox. Could be something in your browser/caching? Try "private mode" or whatever that's called in your browser of choice.
Just tried the first link:
https://docs.python.org/3/using/cmdline.html
I also get 'Connecting' indefinitely.
So I tested the link here:
http://www.downforeveryoneorjustme.com/
It said: "It's not just you! http://https looks down from here."
I think this is a limitation of isup.me: it doesn't like https://
URLs -- either use http:// or no protocol prefix at all.
Well, this:
https://docs.python.org/3/using/cmdline.html
is working for me now, but this:
https://docs.python.org/3/whatsnew/index.html
isn't. It looks like some kind of intermittent glitch somewhere...
And now:
https://docs.python.org/3/whatsnew/index.html
is working.
All on Firefox, BTW.

On 2014-10-21 01:39, Terry Reedy wrote:
On 10/20/2014 7:29 PM, MRAB wrote:
On 2014-10-21 00:09, Eli Bendersky wrote:
On Mon, Oct 20, 2014 at 1:01 PM, Terry Reedy <tjreedy@udel.edu mailto:tjreedy@udel.edu> wrote:
If I go to https://docs.python.org/3/using/index.html and click on any of the TOC entries, I get 'connecting' indefinitely. This problem seems unique to this file. I tried several other index files and clicking am entry brings up the corresponding page almost immediately.
Works fine for me, Terry, in both Chrome and Firefox. Could be something in your browser/caching? Try "private mode" or whatever that's called in your browser of choice.
Just tried the first link:
https://docs.python.org/3/using/cmdline.html
I also get 'Connecting' indefinitely.
So I tested the link here:
http://www.downforeveryoneorjustme.com/
It said: "It's not just you! http://https looks down from here."
I am using Firefox, but the difference is that by happenstance, I was in privacy mode (perhaps for the first time with python.org -- I want the docs in the cache and history list -- because I accessed the docs to answer a StackOverflow question.) It is not just that document but also Execution model and Expression in Reference. (I tried each 3 times minutes apart.) I have not had a similiar problem with any Arstechnica or StackOverflow pages, or similar sites.
So the solution for me is to use normal mode, but something seems not quite right in the interaction between privacy mode Firefox and python.org.
No problem I could find with Internet Explorer's 'In Privacy' mode.
I have/had occasional problems even though I was using normal mode.
participants (6)
-
Donald Stufft
-
Eli Bendersky
-
Georg Brandl
-
MRAB
-
Oleg Broytman
-
Terry Reedy