Hy all !!
Recently i experience the know problem of protocol version string CVR0
in this transport. I fix this problem but then other problem apear in
the transport. When you try to log on, an error like this appear:
"exceptions.KeyError: 416"
in the log, not appear any especific problem, only that suspicius
lines:
[2009-02-06 22:13:34] Stopping factory
<twisted.internet.protocol.ClientFactory instance at 0x408651ec>
[2009-02-06 22:13:34] >> 416 4
[2009-02-06 22:13:34] Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/twisted/internet/
default.py", line 526, in doSelect
_logrun(selectable, _drdw, selectable, method, dict)
File "/usr/lib/python2.3/site-packages/twisted/python/
log.py", line 65, in callWithLogger
callWithContext({"system": lp}, func, *args, **kw)
File "/usr/lib/python2.3/site-packages/twisted/python/
log.py", line 52, in callWithContext
return context.call({ILogContext: newCtx}, func, *args,
**kw)
File "/usr/lib/python2.3/site-packages/twisted/python/
context.py", line 43, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "/usr/lib/python2.3/site-packages/twisted/internet/
default.py", line 535, in _doReadOrWrite
why = getattr(selectable, method)()
File "/usr/lib/python2.3/site-packages/twisted/internet/
tcp.py", line 255, in doRead
return self.protocol.dataReceived(data)
File "/usr/lib/python2.3/site-packages/twisted/protocols/
basic.py", line 223, in dataReceived
why = self.lineReceived(line)
File "/usr/local/pymsnt-0.11.3/src/legacy/msn/msn.py", line
819, in lineReceived
self.gotError(int(cmd))
File "/usr/local/pymsnt-0.11.3/src/legacy/msn/msn.py", line
880, in gotError
log.msg('Error %s' % (errorCodes[errorCode]))
exceptions.KeyError: 416
Can an boy help me ???
Thanks in advance !!
Danyel.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"py-transports" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/py-transports?hl=en
-~----------~----~----~----~------~----~------~--~---