[Twisted-Python] Twisted Mailing List Archive Search

2017-01-27 Thread Роман Мещеряков
Hi everyone! On the Documentation wiki page there is a “Mail lists” section with the “Search the ​twisted-python” link. I clicked the link (http://www.google.com/coop/cse?cx=92903031650492802:wmoqkjvon0i which redirected to https://cse.google.com/cse/home?cx=92903031650492802:wmoqkjvon0i) and entered there this search request: “How to get caller’s IP address in Perspective Broker server” (which is a title of question asked by me some time ago in this mailing list). The search didn’t find that question, and the newest result was of year 2009. If I search the same string in the main Google search, it is found here: http://www.mail-archive.com/twisted-python@twistedmatrix.com/. Maybe the “Search the ​twisted-python” link should be updated? -- Kind regards, Roman Mescheryakov ___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


[Twisted-Python] Can't create ticket in Trac

2017-01-27 Thread Craig Rodrigues
Hi,

I can't seem to create a ticket in Trac.  Can someone look?

--

Craig
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] Can't create ticket in Trac

2017-01-27 Thread Glyph Lefkowitz

> On Jan 27, 2017, at 2:03 PM, Craig Rodrigues  wrote:
> 
> Hi,
> I can't seem to create a ticket in Trac.  Can someone look?
> 
I can create tickets.  What behavior do you see?

-g___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] Can't create ticket in Trac

2017-01-27 Thread Craig Rodrigues
On Fri, Jan 27, 2017 at 2:29 PM, Glyph Lefkowitz 
wrote:

>
> On Jan 27, 2017, at 2:03 PM, Craig Rodrigues 
> wrote:
>
> Hi,
>
> I can't seem to create a ticket in Trac.  Can someone look?
>
> I can create tickets.  What behavior do you see?
>
>
After entering all the fields to create the ticket, and then clicking
submit, it would just hang
without creating the ticket.

--
Craig
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] Can't create ticket in Trac

2017-01-27 Thread Glyph Lefkowitz

> On Jan 27, 2017, at 3:12 PM, Craig Rodrigues  wrote:
> 
> 
> 
> On Fri, Jan 27, 2017 at 2:29 PM, Glyph Lefkowitz  > wrote:
> 
>> On Jan 27, 2017, at 2:03 PM, Craig Rodrigues > > wrote:
>> 
>> Hi,
>> I can't seem to create a ticket in Trac.  Can someone look?
>> 
> I can create tickets.  What behavior do you see?
> 
> 
> After entering all the fields to create the ticket, and then clicking submit, 
> it would just hang
> without creating the ticket.

Forever? No timeout?  Just the HTTP POST never returns?

-glyph___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] Twisted Mailing List Archive Search

2017-01-27 Thread Glyph Lefkowitz

> On Jan 27, 2017, at 1:28 AM, Роман Мещеряков  
> wrote:
> 
> Hi everyone! On the Documentation 
>  wiki page there is a “Mail 
> lists” section with the “Search the ​twisted-python 
> ” link. 
> I clicked the link 
> (http://www.google.com/coop/cse?cx=92903031650492802:wmoqkjvon0i 
>  which 
> redirected to 
> https://cse.google.com/cse/home?cx=92903031650492802:wmoqkjvon0i 
> ) and 
> entered there this search request: “How to get caller’s IP address in 
> Perspective Broker server” (which is a title of question asked by me some 
> time ago in this mailing list). The search didn’t find that question, and the 
> newest result was of year 2009. If I search the same string in the main 
> Google search, it is found here: 
> http://www.mail-archive.com/twisted-python@twistedmatrix.com/ 
> . Maybe the 
> “Search the ​twisted-python 
> ” link 
> should be updated?
>  

Yep.  Do you need wiki edit permissions to do so?

-g

___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] Can't create ticket in Trac

2017-01-27 Thread Jean-Paul Calderone
On Fri, Jan 27, 2017 at 6:21 PM, Glyph Lefkowitz 
wrote:

>
> On Jan 27, 2017, at 3:12 PM, Craig Rodrigues 
> wrote:
>
>
>
> On Fri, Jan 27, 2017 at 2:29 PM, Glyph Lefkowitz 
> wrote:
>
>>
>> On Jan 27, 2017, at 2:03 PM, Craig Rodrigues 
>> wrote:
>>
>> Hi,
>>
>> I can't seem to create a ticket in Trac.  Can someone look?
>>
>> I can create tickets.  What behavior do you see?
>>
>>
> After entering all the fields to create the ticket, and then clicking
> submit, it would just hang
> without creating the ticket.
>
>
> Forever? No timeout?  Just the HTTP POST never returns?
>
>
FWIW, I've been experiencing similar problems.  In my case, the POST
doesn't return for as long as I care to wait (in one case, around 20
minutes).  Re-submitting, sometimes 3-5 times, generally results in a
successful eventually.  This is with Chrome Version 54.0.2840.90 (64-bit)
on Ubuntu 16.10.

Jean-Paul
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] Can't create ticket in Trac

2017-01-27 Thread Glyph Lefkowitz

> On Jan 27, 2017, at 3:49 PM, Jean-Paul Calderone  
> wrote:
> 
> On Fri, Jan 27, 2017 at 6:21 PM, Glyph Lefkowitz  > wrote:
> 
>> On Jan 27, 2017, at 3:12 PM, Craig Rodrigues > > wrote:
>> 
>> 
>> 
>> On Fri, Jan 27, 2017 at 2:29 PM, Glyph Lefkowitz > > wrote:
>> 
>>> On Jan 27, 2017, at 2:03 PM, Craig Rodrigues >> > wrote:
>>> 
>>> Hi,
>>> I can't seem to create a ticket in Trac.  Can someone look?
>>> 
>> I can create tickets.  What behavior do you see?
>> 
>> 
>> After entering all the fields to create the ticket, and then clicking 
>> submit, it would just hang
>> without creating the ticket.
> 
> Forever? No timeout?  Just the HTTP POST never returns?
> 
> 
> FWIW, I've been experiencing similar problems.  In my case, the POST doesn't 
> return for as long as I care to wait (in one case, around 20 minutes).  
> Re-submitting, sometimes 3-5 times, generally results in a successful 
> eventually.  This is with Chrome Version 54.0.2840.90 (64-bit) on Ubuntu 
> 16.10.

I'm using Safari 10.0.3 (12602.4.8) on Sierra.

Interesting to check: I'm using HTTP/2 to talk to twistedmatrix.com 
.  Are either of you?  I wonder if this is a bug in 
the HTTP/2 stack or perhaps one of the HTTP/1.1 changes made to accommodate the 
HTTP/2 implementation.

-glyph___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] Can't create ticket in Trac

2017-01-27 Thread Jean-Paul Calderone
On Fri, Jan 27, 2017 at 6:52 PM, Glyph Lefkowitz 
wrote:

>
> On Jan 27, 2017, at 3:49 PM, Jean-Paul Calderone <
> exar...@twistedmatrix.com> wrote:
>
> On Fri, Jan 27, 2017 at 6:21 PM, Glyph Lefkowitz 
>  wrote:
>
>>
>> On Jan 27, 2017, at 3:12 PM, Craig Rodrigues 
>> wrote:
>>
>>
>>
>> On Fri, Jan 27, 2017 at 2:29 PM, Glyph Lefkowitz > > wrote:
>>
>>>
>>> On Jan 27, 2017, at 2:03 PM, Craig Rodrigues 
>>> wrote:
>>>
>>> Hi,
>>>
>>> I can't seem to create a ticket in Trac.  Can someone look?
>>>
>>> I can create tickets.  What behavior do you see?
>>>
>>>
>> After entering all the fields to create the ticket, and then clicking
>> submit, it would just hang
>> without creating the ticket.
>>
>>
>> Forever? No timeout?  Just the HTTP POST never returns?
>>
>>
> FWIW, I've been experiencing similar problems.  In my case, the POST
> doesn't return for as long as I care to wait (in one case, around 20
> minutes).  Re-submitting, sometimes 3-5 times, generally results in a
> successful eventually.  This is with Chrome Version 54.0.2840.90 (64-bit)
> on Ubuntu 16.10.
>
>
> I'm using Safari 10.0.3 (12602.4.8) on Sierra.
>
> Interesting to check: I'm using HTTP/2 to talk to twistedmatrix.com.  Are
> either of you?  I wonder if this is a bug in the HTTP/2 stack or perhaps
> one of the HTTP/1.1 changes made to accommodate the HTTP/2 implementation.
>

My browser is not using HTTP/2 to talk to twistedmatrix.com (idnar suggests
this is because lack of ALPN in twistedmatrix.com's OpenSSL and lack of NPN
in Chrome).

Jean-Paul

>
> -glyph
>
> ___
> Twisted-Python mailing list
> Twisted-Python@twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>
>
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] Can't create ticket in Trac

2017-01-27 Thread Glyph Lefkowitz

> On Jan 27, 2017, at 3:53 PM, Jean-Paul Calderone  
> wrote:
> 
> On Fri, Jan 27, 2017 at 6:52 PM, Glyph Lefkowitz  > wrote:
> 
>> On Jan 27, 2017, at 3:49 PM, Jean-Paul Calderone > > wrote:
>> 
>> On Fri, Jan 27, 2017 at 6:21 PM, Glyph Lefkowitz > > wrote:
>> 
>>> On Jan 27, 2017, at 3:12 PM, Craig Rodrigues >> > wrote:
>>> 
>>> 
>>> 
>>> On Fri, Jan 27, 2017 at 2:29 PM, Glyph Lefkowitz >> > wrote:
>>> 
 On Jan 27, 2017, at 2:03 PM, Craig Rodrigues >>> > wrote:
 
 Hi,
 I can't seem to create a ticket in Trac.  Can someone look?
 
>>> I can create tickets.  What behavior do you see?
>>> 
>>> 
>>> After entering all the fields to create the ticket, and then clicking 
>>> submit, it would just hang
>>> without creating the ticket.
>> 
>> Forever? No timeout?  Just the HTTP POST never returns?
>> 
>> 
>> FWIW, I've been experiencing similar problems.  In my case, the POST doesn't 
>> return for as long as I care to wait (in one case, around 20 minutes).  
>> Re-submitting, sometimes 3-5 times, generally results in a successful 
>> eventually.  This is with Chrome Version 54.0.2840.90 (64-bit) on Ubuntu 
>> 16.10.
> 
> I'm using Safari 10.0.3 (12602.4.8) on Sierra.
> 
> Interesting to check: I'm using HTTP/2 to talk to twistedmatrix.com 
> .  Are either of you?  I wonder if this is a bug 
> in the HTTP/2 stack or perhaps one of the HTTP/1.1 changes made to 
> accommodate the HTTP/2 implementation.
> 
> My browser is not using HTTP/2 to talk to twistedmatrix.com 
>  (idnar suggests this is because lack of ALPN in 
> twistedmatrix.com 's OpenSSL and lack of NPN in 
> Chrome).

It might be interesting to upgrade to Twisted trunk to see if some of the HTTP 
server bugfixes that have landed will address this; however, I can't come up 
with a coherent theory as to why certain POSTs would just hang.

-g___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] Can't create ticket in Trac

2017-01-27 Thread Jean-Paul Calderone
On Fri, Jan 27, 2017 at 7:09 PM, Glyph Lefkowitz 
wrote:

>
> On Jan 27, 2017, at 3:53 PM, Jean-Paul Calderone <
> exar...@twistedmatrix.com> wrote:
>
>
> My browser is not using HTTP/2 to talk to twistedmatrix.com (idnar
> suggests this is because lack of ALPN in twistedmatrix.com's OpenSSL and
> lack of NPN in Chrome).
>
>
> It might be interesting to upgrade to Twisted trunk to see if some of the
> HTTP server bugfixes that have landed will address this; however, I can't
> come up with a coherent theory as to why certain POSTs would just hang.
>
>
I've yet to detect any pattern to the problem.  With no way to reliably
reproduce the problem and not other real metric for whether things are
getting better or worse, I don't think I could evaluate the results of any
changes.

Jean-Paul
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] Can't create ticket in Trac

2017-01-27 Thread Glyph Lefkowitz

> On Jan 27, 2017, at 4:16 PM, Jean-Paul Calderone  
> wrote:
> 
> On Fri, Jan 27, 2017 at 7:09 PM, Glyph Lefkowitz  > wrote:
> 
>> On Jan 27, 2017, at 3:53 PM, Jean-Paul Calderone > > wrote:
>> 
>> 
>> My browser is not using HTTP/2 to talk to twistedmatrix.com 
>>  (idnar suggests this is because lack of ALPN in 
>> twistedmatrix.com 's OpenSSL and lack of NPN in 
>> Chrome).
> 
> It might be interesting to upgrade to Twisted trunk to see if some of the 
> HTTP server bugfixes that have landed will address this; however, I can't 
> come up with a coherent theory as to why certain POSTs would just hang.
> 
> 
> I've yet to detect any pattern to the problem.  With no way to reliably 
> reproduce the problem and not other real metric for whether things are 
> getting better or worse, I don't think I could evaluate the results of any 
> changes.

How often do you experience it?  Is it often enough that we could, say, check 
back in in a week?

-glyph

___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] Can't create ticket in Trac

2017-01-27 Thread Jean-Paul Calderone
On Fri, Jan 27, 2017 at 7:25 PM, Glyph Lefkowitz 
wrote:

>
> On Jan 27, 2017, at 4:16 PM, Jean-Paul Calderone <
> exar...@twistedmatrix.com> wrote:
>
> On Fri, Jan 27, 2017 at 7:09 PM, Glyph Lefkowitz 
> wrote:
>
>>
>> On Jan 27, 2017, at 3:53 PM, Jean-Paul Calderone <
>> exar...@twistedmatrix.com> wrote:
>>
>>
>> My browser is not using HTTP/2 to talk to twistedmatrix.com (idnar
>> suggests this is because lack of ALPN in twistedmatrix.com's OpenSSL and
>> lack of NPN in Chrome).
>>
>>
>> It might be interesting to upgrade to Twisted trunk to see if some of the
>> HTTP server bugfixes that have landed will address this; however, I can't
>> come up with a coherent theory as to why certain POSTs would just hang.
>>
>>
> I've yet to detect any pattern to the problem.  With no way to reliably
> reproduce the problem and not other real metric for whether things are
> getting better or worse, I don't think I could evaluate the results of any
> changes.
>
>
> How often do you experience it?  Is it often enough that we could, say,
> check back in in a week?
>

My dataset is pretty small...  Perhaps 6 or 7 times in the last 2 or 3
weeks?  I don't know how many POSTs I've done in that time.  Maybe a couple
dozen?  I could probably tell the difference if it were *completely* fixed
(or *completely* broken :) so it may be worth making the change on that
basis.

Jean-Paul



>
> -glyph
>
>
> ___
> Twisted-Python mailing list
> Twisted-Python@twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>
>
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python