Have been getting these tracebacks fairly regularly:

Dec 18 05:40:46 plimex1 eds_PyYIMt_1: Mon 18 Dec 2006 05:40:46 - CVS
1.62
Dec 18 05:40:46 plimex1 eds_PyYIMt_1: Traceback (most recent call last):
Dec 18 05:40:46 plimex1 eds_PyYIMt_1:   File "PyYIMt.py", line 1316, in
?
Dec 18 05:40:46 plimex1 eds_PyYIMt_1:     rdsocketlist[each].Process()
Dec 18 05:40:46 plimex1 eds_PyYIMt_1:   File
"/home/jabber/foo/xmpppy/yahoo-transport/ylib.py", line 704, in Process
Dec 18 05:40:46 plimex1 eds_PyYIMt_1:     self.ymsg_msg(s,t)
Dec 18 05:40:46 plimex1 eds_PyYIMt_1:   File
"/home/jabber/foo/xmpppy/yahoo-transport/ylib.py", line 341, in ymsg_msg
Dec 18 05:40:46 plimex1 eds_PyYIMt_1:     self.handlers['message'](self,
pay[each][4], msg)
Dec 18 05:40:46 plimex1 eds_PyYIMt_1:   File "PyYIMt.py", line 1031, in
y_message
Dec 18 05:40:46 plimex1 eds_PyYIMt_1:     m = Message(typ='chat',frm =
'[EMAIL PROTECTED]/messenger' %(YIDEncode(yid),config.jid),
to=yobj.fromjid,body=cpformat.do(msg))
Dec 18 05:40:46 plimex1 eds_PyYIMt_1:   File
"/usr/local/lib/python2.4/site-packages/xmpp/protocol.py", line 379, in
__init__
Dec 18 05:40:46 plimex1 eds_PyYIMt_1:     if body: self.setBody(body)
Dec 18 05:40:46 plimex1 eds_PyYIMt_1:   File
"/usr/local/lib/python2.4/site-packages/xmpp/protocol.py", line 392, in
setBody
Dec 18 05:40:46 plimex1 eds_PyYIMt_1:     self.setTagData('body',val)
Dec 18 05:40:46 plimex1 eds_PyYIMt_1:   File
"/usr/local/lib/python2.4/site-packages/xmpp/simplexml.py", line 243, in
setTagData
Dec 18 05:40:46 plimex1 eds_PyYIMt_1:     except:
self.addChild(tag,attrs,payload=[ustr(val)])
Dec 18 05:40:46 plimex1 eds_PyYIMt_1:   File
"/usr/local/lib/python2.4/site-packages/xmpp/simplexml.py", line 32, in
ustr
Dec 18 05:40:46 plimex1 eds_PyYIMt_1:     if type(r)<>type(u''): return
unicode(r,ENCODING)
Dec 18 05:40:46 plimex1 eds_PyYIMt_1: UnicodeDecodeError: 'utf8' codec
can't decode byte 0x81 in position 4: unexpected code byte


Not sure what other information might be required. I believe I am using
the latest files.

Regards,
Brian Safford
EDS
_______________________________________________
py-transports mailing list
[email protected]
http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to