venf2k / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
0 stars 0 forks source link

Issues with gcloud dns managed-zones list command #725

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Issue running command [gcloud dns managed].

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:169
 gcloud_cli.Execute()
calliope/cli.py:654
 result = args.cmd_func(cli=self, args=ar...
calliope/backend.py:1402
 resources = display.Displayer(command_in...
calliope/display.py:328
 self._printer.Print(self._resources)
core/resource/resource_printer_base.py:292
 for resource in resources:
core/util/peek_iterable.py:198
 item = self._NextItem()
core/util/peek_iterable.py:174
 return self._iterable.next()
third_party/apitools/base/py/list_pager.py:66
 global_params=global_params)
third_party/apis/dns/v1/dns_v1_client.py:240
 config, request, global_params=global_pa...
third_party/apitools/base/py/base_api.py:708
 return self.ProcessHttpResponse(method_c...
third_party/apitools/base/py/base_api.py:714
 self.__ProcessHttpResponse(method_config...
third_party/apitools/base/py/base_api.py:586
 raise exceptions.HttpError.FromResponse(...
[output truncated]

Original issue reported on code.google.com by j.ij...@emerge-ng.com on 13 Apr 2016 at 9:49

GoogleCodeExporter commented 8 years ago
Thanks for reporting this! Unfortunately, this doesn't have enough information 
to fully diagnose the issue. Do you mind copying the remaining details from the 
output of `gcloud feedback`?

Original comment by z...@google.com on 14 Apr 2016 at 2:01