[Webkit-unassigned] [Bug 222059] New: [Python-3] UnicodeDecodeError when checking for an interpreter on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 17 11:49:17 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=222059

            Bug ID: 222059
           Summary: [Python-3] UnicodeDecodeError when checking for an
                    interpreter on Windows
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: don.olmstead at sony.com

[3/6] webkitpy.port.server_process_unittest.TestServerProcess.serial_test_basic erred:
  Traceback (most recent call last):
    File "C:\webkit\Tools\Scripts\webkitpy\port\server_process_unittest.py", line 114, in serial_test_basic
      proc.write(b'')
    File "C:\webkit\Tools\Scripts\webkitpy\port\server_process.py", line 183, in write
      self._start()
    File "C:\webkit\Tools\Scripts\webkitpy\port\server_process.py", line 134, in _start
      self._proc = self._target_host.executive.popen(self._cmd, stdin=self._target_host.executive.PIPE,
    File "C:\webkit\Tools\Scripts\webkitpy\common\system\executive.py", line 487, in popen
      line = f.readline()
    File "C:\Users\eolmstead\Documents\webkit-trunk\tools\python3\lib\encodings\cp1252.py", line 23, in decode
      return codecs.charmap_decode(input,self.errors,decoding_table)[0]
  UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 2: character maps to <undefined>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210217/1e055446/attachment.htm>


More information about the webkit-unassigned mailing list