ubuntu-bugcontrol team mailing list archive
-
ubuntu-bugcontrol team
-
Mailing list archive
-
Message #03062
[Bug 707490] Re: aptd crashed with UnicodeDecodeError in _set_status_details(): 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128)
I guess this problem was caused by the l10n work.
I added 'text=text.strip()' before 'self._status_details = dbus.String(text) ' in File "/usr/lib/python2.7/dist-packages/aptdaemon/core.py", line 537.
And fixed the problem on my own computer. I hope this can be useful.
--
You received this bug notification because you are a member of Ubuntu
Bug Control, which is a direct subscriber.
https://bugs.launchpad.net/bugs/707490
Title:
aptd crashed with UnicodeDecodeError in _set_status_details(): 'ascii'
codec can't decode byte 0xd0 in position 0: ordinal not in range(128)