prototipando / google-cloud-sdk

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

Crash #629

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Traceback (most recent call last):
  File "lib\googlecloudsdk\gcloud_main.py", line 169, in main
    gcloud_cli.Execute()
  [...]
  File "lib\googlecloudsdk\core\cli.py", line 139, in Http
    creds = c_store.Load()
  File "lib\googlecloudsdk\core\credentials\store.py", line 286, in Load
    Refresh(cred)
  File "lib\googlecloudsdk\core\credentials\store.py", line 304, in Refresh
    creds.refresh(http or _Http())
  File "bin\..\lib\third_party\oauth2client\client.py", line 604, in refresh
    self._refresh(http.request)
  File "bin\..\lib\third_party\oauth2client\client.py", line 787, in _refresh
    self._do_refresh_request(http_request)
  File "bin\..\lib\third_party\oauth2client\client.py", line 806, in _do_refresh_request
    self.token_uri, method='POST', body=body, headers=headers)
  File "bin\..\lib\third_party\httplib2\__init__.py", line 1610, in request
    (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
  File "bin\..\lib\third_party\httplib2\__init__.py", line 1352, in _request
    (response, content) = self._conn_request(conn, request_uri, method, body, headers)
  File "bin\..\lib\third_party\httplib2\__init__.py", line 1308, in _conn_request
    response = conn.getresponse()
  File "platform\bundledpython\lib\httplib.py", line 1119, in getresponse
    raise ResponseNotReady()
ResponseNotReady

[output truncated]

Original issue reported on code.google.com by dustin.c...@hcahealthcare.com on 7 Mar 2016 at 1:14

GoogleCodeExporter commented 8 years ago
Thank you for the feedback. 

Are you behind a proxy? Have you set your http_proxy or https_proxy environment 
variables? The value for the variables can be as follows:

http_proxy=http://<user>:<pass>@proxy.example.com:<port>
https_proxy=https://<user>:<pass>@proxy.example.com:<port>

Additionally, can you please provide the output of `gcloud info` after removing 
any personal info?

Original comment by vil...@google.com on 7 Mar 2016 at 3:44