Status Update
Comments
kh...@google.com <kh...@google.com> #2
Thank you for reporting this issue. Please upgrade your Cloud SDK as the issue seems is resolved on SDK v187.0.0. For more information and further discussions on this please see the following link:
https://issuetracker.google.com/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 components update].
All gcloud commands return same error. tried below.
gcloud components update
gcloud components list
gcloud info --run-diagnostics
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below.
Installed version is 186.0.0 and i see an update this morning that fixes similar issues in 187.0.0. However, i'm unable to update the SDk either.
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\components\update.py:99
version=args.version)
core\updater\update_manager.py:885
command_path='components.update')
core\updater\update_manager.py:595
command_path=command_path)
core\updater\update_manager.py:578
*effective_url.split(','), command_path=command_path)
core\updater\snapshots.py:171
for url in urls]
core\updater\snapshots.py:192
response = installers.ComponentInstaller.MakeRequest(url, command_path)
core\updater\installers.py:285
return ComponentInstaller._RawRequest(req, timeout=timeout)
core\updater\installers.py:329
should_retry_if=RetryIf, sleep_ms=500)
core\util\retry.py:155
return func(*args, **kwargs), None
core\url_opener.py:73
return opener.open(req, data, timeout)
platform\bundledpython\lib\urllib2.py:429
response = self._open(req