Open
Description
The script throws an error when Usernames with special charackters like ö,ä,ü are parsed. The whole process int stopped and following exception is thrown:
Traceback (most recent call last):
File "ridenum.py", line 247, in
filewrite.write(name + "\n")
UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 19: ordinal not in range(128)
Metadata
Assignees
Labels
No labels