What steps will reproduce the problem? 1. Load GrooveWalrus, Song collection has item with screwy non-ascii char. 2. Error occurs, gw fails to load
What is the expected output? What do you see instead?
Traceback (most recent call last):
File "gw.py", line 2940, in <module> File "gw.py", line 222, in init
File "main_tabs\song_collection_tab.pyo", line 92, in init
File "main_tabs\song_collection_tab.pyo", line 244, in FillFolderList
File "wx_controls.pyo", line 5477, in AppendItem
File "encodings\cp1250.pyo", line 15, in decode UnicodeDecodeError:
'charmap' codec can't decode byte 0x81 in position 2: character maps to
<undefined>
Traceback (most recent call last):
File "gw.py", line 2940, in <module>
File "gw.py", line 222, in init
File "main_tabs\song_collection_tab.pyo", line 92, in init
File "main_tabs\song_collection_tab.pyo", line 244, in FillFolderList
Status: Accepted
Labels:
Type-Defect
Priority-Medium