Status Update
Comments
kn...@google.com <kn...@google.com> #2
kn...@google.com <kn...@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 [gcloud init].
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\init.py:123
if not self._PickAccount(args.console_only, preselected=args.account):
lib\surface\init.py:189
disable_user_output=False):
lib\surface\init.py:478
self.ExecuteCommandDoNotUse(args))
calliope\base.py:544
return self._cli_power_users_only.Execute(args, call_arg_complete=False)
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\auth\login.py:139
creds = auth_util.DoInstalledAppBrowserFlow(launch_browser, scopes)
api_lib\auth\util.py:86
client_secret=client_secret)
core\credentials\store.py:517
ret