On 21/04/2006, at 7:24 PM, Norman Rasmussen wrote: > On 4/21/06, James Bunton <[EMAIL PROTECTED]> wrote: >> I'm about to release PyMSNt 0.11.1 >> If anybody is able to test SVN trunk I'd appreciate any bug reports. > > rev 140: (at least I think that's what's currently running - are you > still adding the functionality to see what version was launched) > > File > "/usr/lib/python2.3/site-packages/twisted/internet/tcp.py", > line 351, in doRead > return self.protocol.dataReceived(data) > File > "/usr/lib/python2.3/site-packages/twisted/protocols/basic.py", > line 232, in dataReceived > return self.rawDataReceived(data) > File "/home/norman/src/svn/PyMSNt/src/tlib/msn/msn.py", line > 846, in rawDataReceived > if not self.checkMessage(m): > File "/home/norman/src/svn/PyMSNt/src/tlib/msn/msn.py", line > 2184, in checkMessage > self._handleP2PMessage(message) > File "/home/norman/src/svn/PyMSNt/src/tlib/msn/msn.py", line > 2127, in _handleP2PMessage > slpLink.handlePacket(packet) > exceptions.TypeError: 'NoneType' object is not callable > > If it's been fixed already , then no worries. > > -- > - Norman Rasmussen > - Email: [EMAIL PROTECTED] > - Home page: http://norman.rasmussen.co.za/
No. That won't be fixed yet. Any idea what caused it? Do you have any surrounding lines in debug.log? Oh yeah, I'll write the SVN version thing. That'll be handy. --- James