Open GoogleCodeExporter opened 8 years ago
Thanks for reporting this. Unfortunately, we aren't able to diagnose without
more information. Can you please post the full stacktrace?
Original comment by z...@google.com
on 18 Feb 2016 at 6:58
I am not sure what I can post more, but I just had another crash, here is the
stack:
Issue running command [gcloud compute images list].
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below.
Traceback (most recent call last):
File "googlecloudsdk/gcloud_main.py", line 169, in main
gcloud_cli.Execute()
[...]
self._Execute(http)
File "googlecloudsdk/third_party/apitools/base/py/batch.py", line 425, in _Execute
response = http_wrapper.MakeRequest(http, request)
File "googlecloudsdk/third_party/apitools/base/py/http_wrapper.py", line 332, in MakeRequest
check_response_func=check_response_func)
File "googlecloudsdk/third_party/apitools/base/py/http_wrapper.py", line 381, in _MakeRequestNoRetry
redirections=redirections, connection_type=connection_type)
File "googlecloudsdk/core/cli.py", line 330, in RequestWithErrHandling
return orig_request(*args, **kwargs)
File "oauth2client/client.py", line 562, in new_request
redirections, connection_type)
File "googlecloudsdk/core/cli.py", line 298, in RequestWithUserAgentAndTracing
return orig_request(*modified_args, **kwargs)
File "httplib2/__init__.py", line 1610, in request
(response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
File "httplib2/__init__.py", line 1352, in _request
(response, content) = self._conn_request(conn, request_uri, method, body, headers)
File "httplib2/__init__.py", line 1272, in _conn_request
conn.connect()
File "httplib2/__init__.py", line 928, in connect
raise socket.error, msg
[output truncated]
Original comment by tama...@google.com
on 22 Feb 2016 at 6:08
When you run `gcloud feedback`, it should print out all of the truncated output
to the terminal. You can also grab the log file in
~/.config/gcloud/logs/[date]/[time].log. Either of those would be very helpful.
Original comment by z...@google.com
on 22 Feb 2016 at 3:56
Original issue reported on code.google.com by
tama...@google.com
on 7 Feb 2016 at 10:36