When it try to run MSN Gateway this is the error i get
Traceback (most recent call last):
File "C:\Python24\lib\site-packages\twisted\internet\selectreactor.py", line 1
33, in doSelect
_logrun(selectable, _drdw, selectable, method, dict)
File "C:\Python24\lib\site-packages\twisted\python\log.py", line 56, in callWi
thLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "C:\Python24\lib\site-packages\twisted\python\log.py", line 41, in callWi
thContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "C:\Python24\lib\site-packages\twisted\python\context.py", line 31, in ca
llWithContext
return func(*args,**kw)
--- ---
File "C:\Python24\lib\site-packages\twisted\internet\selectreactor.py", line 1
39, in _doReadOrWrite
why = getattr(selectable, method)()
File "C:\Python24\lib\site-packages\twisted\internet\tcp.py", line 351, in doR
ead
return self.protocol.dataReceived(data)
File "C:\Python24\Lib\site-packages\twisted\xish\xmlstream.py", line 145, in d
ataReceived
self.stream.parse(buf)
File "C:\Python24\Lib\site-packages\twisted\xish\domish.py", line 600, in pars
e
self.parser.Parse(buffer)
File "C:\Python24\Lib\site-packages\twisted\xish\domish.py", line 638, in _onE
ndElement
self.ElementEvent(self.currElem)
File "C:\Python24\Lib\site-packages\twisted\xish\xmlstream.py", line 166, in o
nElement
self.dispatch(element)
File "C:\Python24\Lib\site-packages\twisted\xish\utility.py", line 233, in dis
patch
callbacklist.callback(object)
File "C:\Python24\Lib\site-packages\twisted\xish\utility.py", line 37, in call
back
methodwrapper(*args, **kwargs)
File "C:\Python24\Lib\site-packages\twisted\xish\utility.py", line 21, in __ca
ll__
self.method(*nargs, **nkwargs)
File "C:\pymsnt-0.10.3\pymsnt-0.10.3\src\disco.py", line 135, in onIq
self.sendDiscoInfoResponse(to=fro, ID=ID, ulang=ulang, jid=to)
File "C:\pymsnt-0.10.3\pymsnt-0.10.3\src\disco.py", line 184, in sendDiscoInfo
Response
self.pytrans.send(iq)
File "C:\Python24\Lib\site-packages\twisted\words\protocols\jabber\component.p
y", line 84, in send
self.parent.send(obj)
File "C:\Python24\Lib\site-packages\twisted\words\protocols\jabber\component.p
y", line 151, in send
self.xmlstream.send(obj)
File "C:\Python24\Lib\site-packages\twisted\xish\xmlstream.py", line 184, in s
end
self.transport.write(obj)
File "C:\Python24\lib\site-packages\twisted\internet\abstract.py", line 172, i
n write
self._tempDataLen += len(data)
exceptions.TypeError: len() of unsized object