Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnicodeEncodeError #3

Open
karan opened this issue Dec 12, 2021 · 1 comment
Open

UnicodeEncodeError #3

karan opened this issue Dec 12, 2021 · 1 comment

Comments

@karan
Copy link

karan commented Dec 12, 2021

Not sure what movie causes this:

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)

Here's one possible solution to this: https://stackoverflow.com/questions/9942594/unicodeencodeerror-ascii-codec-cant-encode-character-u-xa0-in-position-20

@Adman1020
Copy link
Owner

I've removed all the print statements and now use logging. Could you possibly check if this is still an issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants