You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/elsewherr/elsewherr.py", line 43, in <module>
print("Movie: "+movie["title"])
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2026' in position 23: ordinal not in range(128)
Not sure what movie causes this:
Here's one possible solution to this: https://stackoverflow.com/questions/9942594/unicodeencodeerror-ascii-codec-cant-encode-character-u-xa0-in-position-20
The text was updated successfully, but these errors were encountered: