-
Notifications
You must be signed in to change notification settings - Fork 34
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
"SyntaxError: Non-ASCII character" #24
Comments
@emresaracoglu Try adding |
I'm getting the same error message, I wrote the following: python # -- coding: utf-8 -- manzana.py https://music.apple.com/lk/music-video/taki-taki-feat-selena-gomez-ozuna-cardi-b/1438473545 Is this correct? Also, I'm doing this on a Mac. is Mac compatible via Terminal? |
@toughguystudios I never used this program before, but I wrote a lot of python scripts. You will need to open the manzana.py script with a text editor (TEXT, not word, not textedit, use Visual Code for example) and add the line to the TOP of the manzana.py file. So inside it. UTF-8 is needed to process characters that are non-ASCII, like accents for example. |
@dropcreations Thank you for your help. |
I didn't understand, what verbatim needs to be added to the top line of the file? |
Hello,
What is the reason for this error and how can I solve it?
on Debian 10 server.
Thank you!
The text was updated successfully, but these errors were encountered: