hello
Here what I get when execute fetch chromium (Under Windows) , what's wrong ?
c:\sources\chromium2>fetch chromium
Running: 'C:\Users****\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\python.exe' 'C:\sources\depot_tools\gclient.py' root
Running: 'C:\Users****\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\python.exe' 'C:\sources\depot_tools\gclient.py' config --spec 'solutions = [
{
"name": "src",
"url": "
https://chromium.googlesource.com/chromium/src.git",
"managed": False,
"custom_deps": {},
"custom_vars": {},
},
]
'
Running: 'C:\Users****\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\python.exe' 'C:\sources\depot_tools\gclient.py' sync
src (ERROR)
----------------------------------------
[0:00:00] Started.
[0:00:00]
Traceback (most recent call last):
File "C:\sources\depot_tools\gclient_scm.py", line 1046, in _Clone
print_stdout=print_stdout, filter_fn=filter_fn)
File "C:\sources\depot_tools\gclient_scm.py", line 1370, in _Run
gclient_utils.CheckCallAndFilter(cmd, env=env, **kwargs)
File "C:\sources\depot_tools\gclient_utils.py", line 581, in CheckCallAndFilter
show_header_if_necessary(needs_header, attempt)
File "C:\sources\depot_tools\gclient_utils.py", line 531, in show_header_if_necessary
stdout_write(header.encode())
File "C:\sources\depot_tools\gclient_utils.py", line 390, in write
obj[0] += out
TypeError: can only concatenate str (not "bytes") to str
[0:00:00] _____ removing non-empty tmp dir c:\sources\chromium2\_gclient_src_a91jdqt3
----------------------------------------
Traceback (most recent call last):
File "C:\sources\depot_tools\metrics.py", line 267, in print_notice_and_exit
yield
File "C:\sources\depot_tools\gclient.py", line 3157, in <module>
sys.exit(main(sys.argv[1:]))
File "C:\sources\depot_tools\gclient.py", line 3143, in main
return dispatcher.execute(OptionParser(), argv)
File "C:\sources\depot_tools\subcommand.py", line 252, in execute
return command(parser, args[1:])
File "C:\sources\depot_tools\gclient.py", line 2700, in CMDsync
ret = client.RunOnDeps('update', args)
File "C:\sources\depot_tools\gclient.py", line 1738, in RunOnDeps
patch_refs=patch_refs, target_branches=target_branches)
File "C:\sources\depot_tools\gclient_utils.py", line 911, in flush
reraise(e[0], e[1], e[2])
File "C:\sources\depot_tools\gclient_utils.py", line 72, in reraise
raise value
File "C:\sources\depot_tools\gclient_utils.py", line 988, in run
self.item.run(*self.args, **self.kwargs)
File "C:\sources\depot_tools\gclient.py", line 915, in run
file_list)
File "C:\sources\depot_tools\gclient_scm.py", line 133, in RunCommand
return getattr(self, command)(options, args, file_list)
File "C:\sources\depot_tools\gclient_scm.py", line 548, in update
self._Clone(revision, url, options)
File "C:\sources\depot_tools\gclient_scm.py", line 1046, in _Clone
print_stdout=print_stdout, filter_fn=filter_fn)
File "C:\sources\depot_tools\gclient_scm.py", line 1370, in _Run
gclient_utils.CheckCallAndFilter(cmd, env=env, **kwargs)
File "C:\sources\depot_tools\gclient_utils.py", line 581, in CheckCallAndFilter
show_header_if_necessary(needs_header, attempt)
File "C:\sources\depot_tools\gclient_utils.py", line 531, in show_header_if_necessary
stdout_write(header.encode())
File "C:\sources\depot_tools\gclient_utils.py", line 390, in write
obj[0] += out
TypeError: can only concatenate str (not "bytes") to str
Subprocess failed with return code 1.