It looks like that there are many of these UnicodeEncodeError
errors, but none of them were useful for me.
I get this error:
Traceback (most recent call last):
File "...", line 86, in <module>
File "...", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf8' in position 255: ordinal not in range(128)
What should I do?