-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
utf-8 logger.py #1833
Comments
Duplicate of #1814 imho. |
I should have a fix for this in what I've done here; |
Problem still there. Latest commit on dev |
@beranPro in my latest commit from my fork? |
@karasube not
|
No, Dev on this project |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 31: ordinal not in range(128)
logger.py:21
should be
So we can bot in eg. Japan :)
The text was updated successfully, but these errors were encountered: