Skip to content
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

Debug error "'ascii' codec can't encode characters" #1

Closed
dmizverev opened this issue Nov 3, 2015 · 1 comment
Closed

Debug error "'ascii' codec can't encode characters" #1

dmizverev opened this issue Nov 3, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@dmizverev
Copy link

If the test code contains non ascii characters, then during the debug occurs error

[ ERROR ] Calling listener method 'start_keyword' of listener 'C:\Users\DMITRI~1.ZVE\AppData\Local\Temp\RobotTempDir937606615091143339\TestRunnerAgent.py' failed: UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-7: ordinal not in range(128)

Test example

*** Settings ***
Documentation     Документация

*** Test Cases ***
case1
    Log    tst

Environment:

  • windows 7
  • robot framework 2.8.7
  • Python 2.7.8 on win32
  • Eclipse Mars.1 (4.5.1)
  • RED build 888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants