-
Notifications
You must be signed in to change notification settings - Fork 12
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 #37
Comments
royhalevi
added a commit
that referenced
this issue
Oct 18, 2022
Fixing function name encoding fix to solve this issue #37 See as a reference https://stackoverflow.com/questions/9942594/unicodeencodeerror-ascii-codec-cant-encode-character-u-xa0-in-position-20
Hi @ekky19 , can you please use this version and verify that the issue is fixed? If you still encounter it, please provide the full exception, including the line number. |
It should be fixed now in master, @ekky19 can you please update the script and verify that the issue is fixed? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What could be the solution for the following error?
I used python 2.7 as recommended in the description.
UnicodeEncodeError: 'ascii' codec can't encode character u'\xb5' in position 745: ordinal not in range(128)
The text was updated successfully, but these errors were encountered: