Posted by guest at 2007-07-09 09:32:36
Some ICQ numbers fine, some -- give such bug:
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/twisted/python/log.py", line
53, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "/usr/lib/python2.4/site-packages/twisted/python/log.py", line
38, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "/usr/lib/python2.4/site-packages/twisted/python/context.py",
line 59, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib/python2.4/site-packages/twisted/python/context.py",
line 37, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File
"/usr/lib/python2.4/site-packages/twisted/internet/pollreactor.py",
line 164, in _doReadOrWrite
why = selectable.doRead()
File "/usr/lib/python2.4/site-packages/twisted/internet/tcp.py",
line 348, in doRead
return self.protocol.dataReceived(data)
File "/usr/lib/pyicqt/src/tlib/oscar.py", line 642, in dataReceived
state=func(flap)
File "/usr/lib/pyicqt/src/tlib/oscar.py", line 759, in oscar_Data
func(snac)
File "/usr/lib/pyicqt/src/tlib/oscar.py", line 1203, in oscar_03_0B
self.updateBuddy(self.parseUser(snac[5]))
File "/usr/lib/pyicqt/src/legacy/icqt.py", line 181, in updateBuddy
status = status.encode("utf-8", "replace")
exceptions.UnicodeDecodeError: 'utf8' codec can't decode byte 0xbb in position
13: unexpected code byte
Posted by guest at 2007-07-09 12:55:16
+1
Posted by guest at 2007-07-09 14:58:02
Fix from
http://www.blathersource.org/bugs_view.php?projid=pyicq-t&bugid=315
helps
Owner: ---