Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1497 by anjoog...@gmail.com: Start Process got UnicodeEncodeError on only Korean, Japan WIN XP x86 if using Remote Server
http://code.google.com/p/robotframework/issues/detail?id=1497

Please explain the bug you have encountered, including how to reproduce it.
Always mention Robot Framework version, used interpreter
(Python/Jython/IronPython) and its version, as well as the operating
system. You can, for example, copy the output of `pybot/jybot/ipybot
--version` command.

For new features and other enhancements, please use the `Enhancement
request` template. Notice that this is a public *issue tracker* for *Robot
Framework itself*. Related projects such as RIDE and SeleniumLibrary have
their own issue trackers. Questions should be sent to robotframework-users
mailing list.

All this text can be deleted.

RF 2.8.1 with Python Remote server, python 2.7.3

Start Process got UnicodeEncodeError on only Korean, Japan WIN XP x86 if using Remote Server. However, it worked well without Remote Server.

TestData: Remote.Start Process notepad

Debug Log:
+---- START KW: Remote.Start Process [ notepad ]
UnicodeEncodeError: 'ascii' codec can't encode characters in position 34-35: ordinal not in range(128)
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\robot\libraries\Process.py", line 304, in start_process
    universal_newlines=True)
  File "C:\Python27\lib\subprocess.py", line 679, in __init__
    errread, errwrite)
  File "C:\Python27\lib\subprocess.py", line 896, in _execute_child
    startupinfo)
+---- END KW: Remote.Start Process (0)




--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to