Issue 4

Title
Crash in processing "list" command
Component
Jabber Interface
Versions
head
Severity
critical
Priority
immediate
Status
accepted
Resolution
Assigned to
cmeerw
Target Version
Nosy list
cmeerw

Created on 2011-03-15.06:48:04 by cmeerw, last changed 159 months ago by cmeerw.

Messages

Author: cmeerw
Date: 2011-03-15.06:48:04
Traceback (most recent call last):
  File "jabrssng.py", line 2329, in <module>
    bot.feed(data)
  File "/home/cmeerw/jabrss/xmpplify.py", line 528, in feed
    self.__parser.feed(data)
  File "/home/cmeerw/jabrss/xmpplify.py", line 408, in end
    self.element(self.__last)
  File "/home/cmeerw/jabrss/xmpplify.py", line 417, in element
    self.__stream._call_handler(cls(xmlnode=elem))
  File "/home/cmeerw/jabrss/xmpplify.py", line 510, in _call_handler
    self.__do_callback(handler, (stanza,))
  File "/home/cmeerw/jabrss/xmpplify.py", line 464, in __do_callback
    result = cb(*args)
  File "jabrssng.py", line 1653, in message
    return self._process_list(stanza, user)
  File "jabrssng.py", line 1248, in _process_list
    reply_body = '\n'.join(reply_body)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 88: 
ordinal not in range(128)
History
Date User Action Args
2011-03-15 06:48:04cmeerwcreate