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
{{ message }}
This repository was archived by the owner on May 12, 2024. It is now read-only.
Traceback (most recent call last):
File "c:\Users\jacob\OneDrive\Escritorio\Futbol & Python friends4ever\vikingos.py", line 16, in <module>
print(tweet["full_text"])
File "C:\Users\jacob\AppData\Local\Programs\Python\Python38\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 41-42: character maps to <undefined>
Any idea on how to solve it?
The text was updated successfully, but these errors were encountered:
Maybe it's related with the shell you are using and unsupported characters (e.g., emojis). What happens if you dump the content to a file instead? I don't have Windows installed to try it there. I've just ran it successfully on MacOS.
Trying to execute this query:
I am getting this:
Any idea on how to solve it?
The text was updated successfully, but these errors were encountered: