I have caught bug in PyICQ-t 0.8.1.5: Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/twisted/python/log.py", line 51, in callWithLogger return callWithContext({"system": lp}, func, *args, **kw) File "/usr/lib/python2.5/site-packages/twisted/python/log.py", line 36, in callWithContext return context.call({ILogContext: newCtx}, func, *args, **kw) File "/usr/lib/python2.5/site-packages/twisted/python/context.py", line 59, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) File "/usr/lib/python2.5/site-packages/twisted/python/context.py", line 37, in callWithContext return func(*args,**kw) --- <exception caught here> --- File "/usr/lib/python2.5/site-packages/twisted/internet/ epollreactor.py", line 231, in _doReadOrWrite why = selectable.doRead() File "/usr/lib/python2.5/site-packages/twisted/internet/tcp.py", line 362, in doRead return self.protocol.dataReceived(data) File "/opt/pyicqt/src/tlib/oscar.py", line 663, in dataReceived state=func(flap) File "/opt/pyicqt/src/tlib/oscar.py", line 811, in oscar_Data func(snac) File "/opt/pyicqt/src/tlib/oscar.py", line 2021, in oscar_15_03 umessage, encoding = utils.guess_encoding(v [24:24+messagelen-1],self.userEncoding, mode=1) File "/opt/pyicqt/src/utils.py", line 459, in guess_encoding return detect_encoding(data, defaultencoding) File "/opt/pyicqt/src/utils.py", line 492, in detect_encoding encoding = chardet_utf.detect(data)['encoding'] File "/opt/pyicqt/src/chardet_utf/__init__.py", line 24, in detect u.feed(aBuf) File "/opt/pyicqt/src/chardet_utf/universaldetector.py", line 98, in feed coeff_e = float(odd)/float(even) exceptions.ZeroDivisionError: float division
-- You received this message because you are subscribed to the Google Groups "py-transports" group. To post to this group, send email to py-transpo...@googlegroups.com. To unsubscribe from this group, send email to py-transports+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/py-transports?hl=en.