UnicodeDecodeError

Timotheus Pokorra timotheus at kolab.org
Thu May 28 09:57:36 CEST 2015


Hello yellow,

see https://issues.kolab.org/show_bug.cgi?id=5051 for a quick solution:

export LANG=C
kolab -lm

should work.

Hope this helps,
  Timotheus

On 27 May 2015 at 10:56, Yell Ow <yellow at rotzige-beatz.de> wrote:
> Hey,
>
> I get this error when I try to do 'kolab -lm"
>
> # kolab -lm
> acl-cleanup               - Clean up ACLs that use identifiers that no
> longer exist
> add-alias                 - Add alias.
> Traceback (most recent call last):
>   File "/usr/sbin/kolab", line 39, in <module>
>     kolab = Cli()
>   File "/usr/lib/python2.7/dist-packages/pykolab/cli/__init__.py", line 69,
> in __init__
>     commands.execute('_'.join(to_execute))
>   File "/usr/lib/python2.7/dist-packages/pykolab/cli/commands.py", line 108,
> in execute
>     execute("help")
>   File "/usr/lib/python2.7/dist-packages/pykolab/cli/commands.py", line 138,
> in execute
>     commands[cmd_name]['function'](conf.cli_args, kw)
>   File "/usr/lib/python2.7/dist-packages/pykolab/cli/commands.py", line 90,
> in list_commands
>     print "%-25s - %s" %
> (_command.replace('_','-'),__commands[_command]['description'])
>   File "/usr/lib/python2.7/codecs.py", line 351, in write
>     data, consumed = self.encode(object, self.errors)
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 34:
> ordinal not in range(128)
>
>
> I think this error exists after upgrade 3.3 -> 3.4 but I'm not sure. Any
> Idea how to solve it?
>
>
>
> Cheers
> yellow
>
> _______________________________________________
> users mailing list
> users at lists.kolab.org
> https://lists.kolab.org/mailman/listinfo/users


More information about the users mailing list