Status Update
Comments
cb...@google.com <cb...@google.com> #3
Hi, this error only affects Cloud SDK version 186. It was previously reported in Issue 72407295 and a fix for it should be released in Cloud SDK version 187.
In the mean time, you can downgrade to Cloud SDK version 185 as a workaround by running the following command:
gcloud components update --version 185.0.0
In the mean time, you can downgrade to Cloud SDK version 185 as a workaround by running the following command:
gcloud components update --version 185.0.0
Description
information in the report you file. In order to help diagnose the issue,
we've included some installation information in this report. Please look
through and redact any information you consider personal or sensitive
before submitting this issue.
Issue running command [tgcloud ini].
What steps will reproduce the problem?
- start Gcloud SDK shell in windows admin mode
- gcloud init
What is the expected output? What do you see instead?
expecting prompt whitout error and console usable, and get error :
Network diagnostic detects and fixes local network connection issues.
Checking network connection...failed.
ERROR: gcloud crashed (TypeError): setproxy() takes at most 7 arguments (8 given)
NB : everything OK when I use internet direct connection without any proxy configured
Please provide any additional information below.
mandatory proxy configured by network admin to reach internet from company internal network :
http + port + authent
console cloud, big query interactive UI are reacheable with web browser.
Trace:
gcloud_main.py:147
gcloud_cli.Execute()
calliope\cli.py:823
self._HandleAllErrors(exc, command_path_string, specified_arg_names)
calliope\cli.py:861
exceptions.HandleError(exc, command_path_string, self.__known_error_handler)
calliope\cli.py:797
resources = calliope_command.Run(cli=self, args=args)
calliope\backend.py:757
resources = command_instance.Run(args)
lib\surface\init.py:106
network_passed = network_diagnostics.NetworkDiagnostic().RunChecks()
core\diagnostics\diagnostic_base.py:57
result, fixer = self._RunCheck(check)
core\diagnostics\diagnostic_base.py:90
result, fixer = check.Check(first_run=first_run)
core\diagnostics\network_diagnostics.py:86
fail = self._CheckURL(url)
core\diagnostics\network_diagnostics.py:104
http.Http().request(url, method='GET')
core\http.py:254
response = orig_request(*modified_args, **kwargs)
bin\..\httplib2\python2\httplib2\__init__.py:1652
(response, content) = self._request(conn, authority, uri, request_uri, method, b...
bin\..\httplib2\python2\httplib2\__init__.py:1392
(response, content) = self._conn_request(conn, request_uri, method, body, header...
bin\..\httplib2\python2\httplib2\__ini