Hello! I decide to try aMSN2 in Mac (finally) and using the Qt4 interface (cocoa is not working so, I am looking why), and Python says me while I am logging:
WARNING:papyon.protocol:Notification unhandled command : GCF 0 4610
[payload]
Traceback (most recent call last):
File "/Library/Python/2.5/site-packages/papyon/transport.py", line 337, in __on_received
logger.debug('<<< ' + unicode(cmd))
File "/Library/Python/2.5/site-packages/papyon/msnp/command.py", line 222, in __unicode__
return unicode(CommandPrinter(self))
File "/Library/Python/2.5/site-packages/papyon/msnp/command.py", line 36, in __unicode__
return printer()
File "/Library/Python/2.5/site-packages/papyon/msnp/command.py", line 60, in _print_MSG
result += payload
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 217: ordinal not in range(128)
What's that error? How can I solve it? And an off-topic question: Where can I report bugs of aMSN2?