Status Update
Comments
ya...@google.com <ya...@google.com> #2
Hello, this issue should be fixed in Cloud SDK version 187. If you are not yet using that version, update to it or reinstall the Cloud SDK. If you are still affected using version 187 or later, please let us know in Issue 72407295 .
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 [gcloud info].
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below.
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\info.py:57
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\__init__.py:1312
con