Can't figure out what's causing this, but its harmless.
I'm about to do some restructuring that will hopefully eliminate a
whole bunch of this class of errors for free :)
---
James
On 12/07/2006, at 8:48 PM, Norman Rasmussen wrote:
> this still happens in rev 186:
>
> ---------- Forwarded message ----------
> From: Norman Rasmussen <[EMAIL PROTECTED]>
> Date: Jun 19, 2006 10:30 AM
> Subject: Re: [py-transports] PyMSNt errors
> To: PyAIM-t/PyICQ-t/PyMSN-t Discussion <py-
> [EMAIL PROTECTED]>
>
>
> rev 175:
>
> --- <exception caught here> ---
> File "/usr/lib/python2.3/site-packages/twisted/internet/
> pollreactor.py",
> line 160, in _doReadOrWrite
> why = selectable.doRead()
> File "/usr/lib/python2.3/site-packages/twisted/internet/
> tcp.py",
> line 349, in doRead
> return self.protocol.dataReceived(data)
> File "/usr/lib/python2.3/site-packages/twisted/protocols/
> basic.py",
> line 232, in dataReceived
> why = self.lineReceived(line)
> File "/home/norman/src/svn/PyMSNt/src/tlib/msn/msn.py", line
> 806, in lineReceived
> if self.currentMessage.readPos ==
> self.currentMessage.length: self.rawDataReceived("") # :(
> File "/home/norman/src/svn/PyMSNt/src/tlib/msn/msn.py", line
> 850, in rawDataReceived
> if not self.checkMessage(m):
> File "/home/norman/src/svn/PyMSNt/src/tlib/msn/msn.py", line
> 2183, in checkMessage
> if self._checkTyping(message, cTypes): return 0
> File "/home/norman/src/svn/PyMSNt/src/tlib/msn/msn.py", line
> 2106, in _checkTyping
> self.gotContactTyping(message)
> File "/home/norman/src/svn/PyMSNt/src/tlib/msn/msnw.py",
> line 756, in gotContactTyping
> self.msncon.gotContactTyping(message.userHandle)
> File "/home/norman/src/svn/PyMSNt/src/legacy/glue.py", line
> 441, in gotContactTyping
> self.session.sendTypingNotification(self.jabberID,
> msn2jid(contact, True), True)
> exceptions.AttributeError: 'NoneType' object has no attribute
> 'sendTypingNotification'
>
>
> --
> - Norman Rasmussen
> - Email: [EMAIL PROTECTED]
> - Home page: http://norman.rasmussen.co.za/
> _______________________________________________
> py-transports mailing list
> [email protected]
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports