RIDE icon indicating copy to clipboard operation
RIDE copied to clipboard

[PARSER]: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbb in position 36: invalid start byte

Open liyadong123 opened this issue 5 years ago • 2 comments

RIDE 1.7.4.2 running on Python 3.6.2.

Q1:when i open ride "[PARSER]: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbb in position 36: invalid start byte" is displayed in the parser log

Q2:when i run a testcase run error:"command: robot --argumentfile C:\Users\6666666\AppData\Local\Temp\RIDEjpa7auw4.d\argfile.txt --listener C:\Python36\lib\site-packages\robotide\contrib\testrunner\TestRunnerAgent.py:56000:False D:\git\testCase2\TestCase [ ERROR ] Parsing 'D:\git\testCase2\TestCase\tests\01用-应用系统\01中文应用' failed: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbb in position 91: invalid start byte

Try --help for usage information.

test finished 20201211 16:04:29"

note:my testcase compiled in Chinese,and use UTF-8 code

liyadong123 avatar Dec 11 '20 08:12 liyadong123

Version 1.7.4.2 does not support Python3 properly, please use latest version instead:

pip install -U https://github.com/robotframework/RIDE/archive/master.zip

jnhyperion avatar Dec 11 '20 08:12 jnhyperion

@liyadong123 You should try this proposal.

HelioGuilherme66 avatar Dec 11 '20 09:12 HelioGuilherme66