-
Notifications
You must be signed in to change notification settings - Fork 2
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 #6
Comments
Can you give me a reproducible example? Please also specify the environment: |
https://robotframework.slack.com/archives/C07PJBN64/p1677798947815299 Same error appears with an other user. |
This happens on windows server. |
We can reproduce! in the slack thread there is the fix. |
Could you copy the solution here from slack since i have no access to that slack thread? Thanks in advance! |
this is from slack
|
We have multibyte chars in our test cases like _平 ^~ŸÁ&.
In log files we have been seeing error-
Calling method 'end_keyword' of listener 'RobotStackTracer' failed: UnicodeEncodeError: 'charmap' codec can't encode character '\u5e73' in position 659: character maps to <undefined>
I don't see any major effect of this though, but since it is logged in our every run thought of reporting.
The text was updated successfully, but these errors were encountered: