Bug #1072
[Snowberry] Unicode conversion in Load Order dialog
Description
Hello, i just obtain this bug:
Runtime Error
An unexpected error occured during the processing of event load-order. Please report this incident to skyjake@users.sourceforge.net.
Exception:
\'utf8\' codec can\'t decode byte 0xe1 in position 4: invalid continuation byte
Traceback:
UnicodeDecodeError: \'utf8\' codec can\'t decode byte 0xe1 in position 4: invalid continuation byte
File \"./events.py\", line 401, in send
callback(event)
File \"/usr/share/doomsday/snowberry/plugins/tab30.plugin/Contents/tab30/main.py\", line 653, in handleCommand
tab30.loadorder.run(pr.getActive())
File \"/usr/share/doomsday/snowberry/plugins/tab30.plugin/Contents/tab30/loadorder.py\", line 93, in run
orderList.addItem(ident)
File \"./sb/widget/list.py\", line 124, in addItem
w.Append(visibleText)
File \"/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py\", line 11845, in Append
return core.ItemContainer_Append(*args, **kwargs)
File \"/usr/lib/python2.7/encodings/utf_8.py\", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
My config:
Ubuntu precise
Doomsday 1.9.9-build570
thanks for your help
Labels: Snowberry
History
#1 Updated by legluondunet over 12 years ago
This bug appeared when I click on an addon then "load order", I can not load order, I have always this error message.
#2 Updated by skyjake over 12 years ago
Should be fixed as commit bbc840f6.