[Twisted-Python] Weekly Bug Summary

2009-02-28 Thread exarkun
Bug summary __ Summary for 2009-02-22 through 2009-03-01 Bugs opened: 13Bugs closed: 10 Total open bugs: 1049 (+3) |== Type Changes |== Priority Changes |== Component Changes |Defect: +0 |Highest: -1 |Conch: -1 |Enhancement: +3

Re: [Twisted-Python] Why do I get an AlreadyCalledError?

2009-02-28 Thread Jean-Paul Calderone
On Sat, 28 Feb 2009 14:57:33 +, Conrad Winchester wrote: Thanks Jean-Paul, Useful information, but then I am confused - If I am running in a deferred how do I cause the errback to be called instead of the normal (non-error) callback? How do I pass a failure object to the error handler

Re: [Twisted-Python] Why do I get an AlreadyCalledError?

2009-02-28 Thread Conrad Winchester
Thanks Jean-Paul, Useful information, but then I am confused - If I am running in a deferred how do I cause the errback to be called instead of the normal (non-error) callback? How do I pass a failure object to the error handler? How should I do the self.process.errback(fail)? All of th

Re: [Twisted-Python] Why do I get an AlreadyCalledError?

2009-02-28 Thread Jean-Paul Calderone
On Sat, 28 Feb 2009 13:21:06 +, Conrad Winchester wrote: Hi all, I am writing a restful twisted (8.1.0) server and am trying to return useful error statuses from requests. The problem is that even following the documentation extremely carefully I am getting an AlreadyCalled Error ever

[Twisted-Python] Why do I get an AlreadyCalledError?

2009-02-28 Thread Conrad Winchester
Hi all, I am writing a restful twisted (8.1.0) server and am trying to return useful error statuses from requests. The problem is that even following the documentation extremely carefully I am getting an AlreadyCalled Error every time I generate a failure. Here is my main class (leaving