-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Labels
Description
My Chromecast is named with a non-ascii character, so this error occurs:
Traceback (most recent call last):
File "/usr/bin/mkchromecast", line 55, in
cc.initialize_cast()
File "/usr/share/mkchromecast/mkchromecast/cast.py", line 95, in initialize_cast
print(str(self.index)+' ', str(device))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe3' in position 11: ordinal not in range(128)
Could you fix that?
Thanks!