[Webkit-unassigned] [Bug 214036] New: [webkitpy] run-minibrowser doesn't handle unicode urls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 7 01:05:39 PDT 2020


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

            Bug ID: 214036
           Summary: [webkitpy] run-minibrowser doesn't handle unicode urls
           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: pnormand at igalia.com

$ Tools/Scripts/run-minibrowser --wpe "http://alliancefrançaise.nu/"

UnicodeDecodeError raised: 'ascii' codec can't decode byte 0xc3 in position 19: ordinal not in range(128)
Traceback (most recent call last):
  File "/app/webkit/Tools/Scripts/webkitpy/minibrowser/run_webkit_app.py", line 59, in main
    return port.run_minibrowser(args)
  File "/app/webkit/Tools/Scripts/webkitpy/port/wpe.py", line 145, in run_minibrowser
    return self._executive.run_command(command + args, cwd=self.webkit_base(), stdout=None, return_stderr=False, decode_output=False)
  File "/app/webkit/Tools/Scripts/webkitpy/common/system/executive.py", line 405, in run_command
    close_fds=self._should_close_fds())
  File "/app/webkit/Tools/Scripts/webkitpy/common/system/executive.py", line 503, in popen
    string_args = self._stringify_args(args)
  File "/app/webkit/Tools/Scripts/webkitpy/common/system/executive.py", line 471, in _stringify_args
    string_args = map(unicode_compatibility.unicode, args)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 19: ordinal not in range(128)

-- 
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/20200707/188b13b7/attachment-0001.htm>


More information about the webkit-unassigned mailing list