You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reading 17Kb file, with russian text, script server failed with the following error:
2019-06-23 23:12:14,549 [script_server.process_pty.ERROR] Failed to read script output
Traceback (most recent call last):
File ".../DEV/github/script-server/src/execution/process_pty.py", line 113, in pipe_process_output
output_text = data.decode(self.encoding)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 933: unexpected end of data
This error is random, can happen in different positions of the file, or can even succeed, if a file is not very large.
This happens in terminal (pty) mode.
The text was updated successfully, but these errors were encountered:
When reading 17Kb file, with russian text, script server failed with the following error:
This error is random, can happen in different positions of the file, or can even succeed, if a file is not very large.
This happens in terminal (pty) mode.
The text was updated successfully, but these errors were encountered: