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

[Twisted-Python] Need help using FTPClient

2012-12-27 Thread Master Corp
Hi. I am new to Twisted. I am using this code: http://twistedmatrix.com/documents/current/core/examples/ftpclient.py Can this example be used to connect to an FTP through a SOCKS4/5 proxy? Can somebody provide an example of

[Twisted-Python] Weird SSL/TLS issue

2012-12-27 Thread Jason J. W. Williams
We have an application that uses Twisted Web to listen for an API call and when it receives it, the app then connects over SMTP to the specified mail server IP and validates whether the indicated user exists. The app has been running without issue or modification for close to 2 years (uses Twisted

Re: [Twisted-Python] Need help using FTPClient

2012-12-27 Thread Glyph
On Dec 27, 2012, at 9:33 AM, Master Corp wrote: > Hi. I am new to Twisted. I am using this code: > > http://twistedmatrix.com/documents/current/core/examples/ftpclient.py > > Can this example be used to connect to an FTP through a SOCKS4/5 proxy? Can > somebody provide an example of how it s

Re: [Twisted-Python] Weird SSL/TLS issue

2012-12-27 Thread Itamar Turner-Trauring
On Thu, Dec 27, 2012 at 2:23 PM, Jason J. W. Williams < jasonjwwilli...@gmail.com> wrote: > We have an application that uses Twisted Web to listen for an API call and > when it receives it, the app then connects over SMTP to the specified mail > server IP and validates whether the indicated user e