isusanin / google-cloud-sdk

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

Gcloud crashed #652

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Issue running command [gcloud auth git].

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()
  [...]
  File "googlecloudsdk/calliope/exceptions.py", line 110, in TryFunc
    return func(*args, **kwargs)
  File "surface/auth/git_helper.py", line 91, in Run
    cred = c_store.Load(account)
  File "googlecloudsdk/core/credentials/store.py", line 286, in Load
    Refresh(cred)
  File "googlecloudsdk/core/credentials/store.py", line 304, in Refresh
    creds.refresh(http or _Http())
  File "third_party/oauth2client/client.py", line 604, in refresh
    self._refresh(http.request)
  File "third_party/oauth2client/client.py", line 787, in _refresh
    self._do_refresh_request(http_request)
  File "third_party/oauth2client/client.py", line 806, in _do_refresh_request
    self.token_uri, method='POST', body=body, headers=headers)
  File "third_party/httplib2/__init__.py", line 1610, in request
    (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
  File "third_party/httplib2/__init__.py", line 1352, in _request
    (response, content) = self._conn_request(conn, request_uri, method, body, headers)
  File "third_party/httplib2/__init__.py", line 1308, in _conn_request
    response = conn.getresponse()
  File "/usr/lib/python2.7/httplib.py", line 1061, in getresponse
    raise ResponseNotReady()
ResponseNotReady

[output truncated]

Original issue reported on code.google.com by francesc...@gmail.com on 15 Mar 2016 at 2:28