Hopefully fixed in the latest SVN.

---

James


On 19/06/2006, at 6:30 PM, Norman Rasmussen wrote:

> 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
> py-transports@blathersource.org
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to