Hello, I'm getting this exception

Exception occured! Check the log!
Traceback (most recent call last):
  File "/usr/local/lib/python2.4/site-packages/twisted/python/log.py",
line 65, in callWithLogger
    callWithContext({"system": lp}, func, *args, **kw)
  File "/usr/local/lib/python2.4/site-packages/twisted/python/log.py",
line 52, in callWithContext
    return context.call({ILogContext: newCtx}, func, *args, **kw)
  File "/usr/local/lib/python2.4/site-packages/twisted/python/context.py",
line 43, in callWithContext
    return func(*args,**kw)
  File "/usr/local/lib/python2.4/site-packages/twisted/internet/default.py",
line 535, in _doReadOrWrite
    why = getattr(selectable, method)()
--- <exception caught here> ---
  File "/usr/local/lib/python2.4/site-packages/twisted/internet/tcp.py",
line 98, in doRead
    return Connection.doRead(self)
  File "/usr/local/lib/python2.4/site-packages/twisted/internet/tcp.py",
line 239, in doRead
    data = self.socket.recv(self.bufferSize)
OpenSSL.SSL.SysCallError: (54, 'Connection reset by peer')

Any idea?
--
Renato Botelho
ICQ: 54596223
AIM: RBGargaBR
From [EMAIL PROTECTED]  Wed Oct 19 11:15:33 2005
From: [EMAIL PROTECTED] (James Bunton)
Date: Wed Oct 19 11:15:46 2005
Subject: [py-transports] pyMSNt exception
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Just a network error. Nothing really we can do about that. The 
transport should try again, and it should work the next time. Unless 
you actually have a network problem of some kind.

I'm revamping the way logging is done, so these errors should be 
compressed to a single line.

---

James



On 19/10/2005, at 8:07 PM, Renato Botelho wrote:

> Hello, I'm getting this exception
>
> Exception occured! Check the log!
> Traceback (most recent call last):
>   File "/usr/local/lib/python2.4/site-packages/twisted/python/log.py",
> line 65, in callWithLogger
>     callWithContext({"system": lp}, func, *args, **kw)
>   File "/usr/local/lib/python2.4/site-packages/twisted/python/log.py",
> line 52, in callWithContext
>     return context.call({ILogContext: newCtx}, func, *args, **kw)
>   File 
> "/usr/local/lib/python2.4/site-packages/twisted/python/context.py",
> line 43, in callWithContext
>     return func(*args,**kw)
>   File 
> "/usr/local/lib/python2.4/site-packages/twisted/internet/default.py",
> line 535, in _doReadOrWrite
>     why = getattr(selectable, method)()
> --- <exception caught here> ---
>   File 
> "/usr/local/lib/python2.4/site-packages/twisted/internet/tcp.py",
> line 98, in doRead
>     return Connection.doRead(self)
>   File 
> "/usr/local/lib/python2.4/site-packages/twisted/internet/tcp.py",
> line 239, in doRead
>     data = self.socket.recv(self.bufferSize)
> OpenSSL.SSL.SysCallError: (54, 'Connection reset by peer')
>
> Any idea?
> --
> Renato Botelho
> ICQ: 54596223
> AIM: RBGargaBR
> _______________________________________________
> py-transports mailing list
> py-transports@blathersource.org
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>

Reply via email to