Re: [Twisted-Python] TaskStopped error, unsure of the cause and solution

2013-02-12 Thread Itamar Turner-Trauring
On Tue, Feb 12, 2013 at 2:30 PM, Paul Wiseman wrote: > > > I'm trying to reproduce it with a small twisted client and server, > using a PUT request to send to the server but I can't seem to close > the connection uncleanly. How would you recommend I do that? I've > tried adding request.finish() o

Re: [Twisted-Python] TaskStopped error, unsure of the cause and solution

2013-02-12 Thread Paul Wiseman
On 8 February 2013 19:03, wrote: > On 03:12 pm, poal...@gmail.com wrote: >> >>I've still not been able to reproduce this on demand.. the least >>amount of request I've seen before getting the error is 6500 :/ >> >>I've also seen this stack trace which I didn't notice before >> >>2013-02-08 10:07:

Re: [Twisted-Python] TaskStopped error, unsure of the cause and solution

2013-02-08 Thread exarkun
On 03:12 pm, poal...@gmail.com wrote: > >I've still not been able to reproduce this on demand.. the least >amount of request I've seen before getting the error is 6500 :/ > >I've also seen this stack trace which I didn't notice before > >2013-02-08 10:07:28+ [HTTP11ClientProtocol,client] Unhand

Re: [Twisted-Python] TaskStopped error, unsure of the cause and solution

2013-02-08 Thread Paul Wiseman
On 27 December 2012 14:49, Paul Wiseman wrote: > On 21 December 2012 18:08, wrote: >> On 04:12 pm, poal...@gmail.com wrote: >>>Hey, >>> >>>I'm getting the following error in my logs (lots and lots), but only >>>after the server has been running for some time, I'm not sure what the >>>cause is or

Re: [Twisted-Python] TaskStopped error, unsure of the cause and solution

2012-12-27 Thread Paul Wiseman
On 21 December 2012 18:08, wrote: > On 04:12 pm, poal...@gmail.com wrote: >>Hey, >> >>I'm getting the following error in my logs (lots and lots), but only >>after the server has been running for some time, I'm not sure what the >>cause is or what I can do to remedy it. > > This seems like a bug i

Re: [Twisted-Python] TaskStopped error, unsure of the cause and solution

2012-12-21 Thread exarkun
On 04:12 pm, poal...@gmail.com wrote: >Hey, > >I'm getting the following error in my logs (lots and lots), but only >after the server has been running for some time, I'm not sure what the >cause is or what I can do to remedy it. This seems like a bug in `Agent`, perhaps related to `stopProducing`