venf2k / google-cloud-sdk

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

authentication failed in cloud command line tool #705

Open GoogleCodeExporter opened 8 years ago

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

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_fu...
calliope\backend.py:1376
 resources = command_...
calliope\exceptions.py:110
 return func(*args, *...
surface\auth\login.py:113
 creds = c_store.Load...
core\credentials\store.py:225
 return Load(account=...
core\credentials\store.py:286
 Refresh(cred)
core\credentials\store.py:304
 creds.refresh(http o...
bin\.oauth2client\client.py:604
 self._refresh(http.r...
bin\.oauth2client\client.py:787
 self._do_refresh_req...
bin\.oauth2client\client.py:806
 self.token_uri, meth...
bin\.httplib2\__init__.py:1610
 (response, content) ...
bin\.httplib2\__init__.py:1352
 (response, content) ...
bin\.httplib2\__init__.py:1308
 response = conn.getr...
platform\bundledpython\httplib.py:1119
 raise ResponseNotRea...
ResponseNotReady

Installation information:

Google Cloud SDK [102.0.0]

Platform: [Windows, x86_64]
Python Version: [2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 bit 
(Intel)]]
Python Location: [C:\Program Files (x86)\Google\Cloud 
SDK\google-cloud-sdk\platform\bundledpython\python.exe]
Site Packages: [Disabled]

Installation Root: [C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk]
Installed Components:
  bundled-python: [2.7.10]
  bq-win: [2.0.18]
  core: [2016.03.22]
  core-win: [2016.02.05]
  gcloud: []
  windows-ssh-tools: [2016.02.22]
[output truncated]

Original issue reported on code.google.com by murugana...@titan.co.in on 5 Apr 2016 at 9:30

GoogleCodeExporter commented 8 years ago
Thank you for your feedback and sorry about the delayed response.

Could you please provide the following additional information:
- Full output of `gcloud info` (removing any personal data)
- Full stacktrace

Looks like this may be a issue with your network configuration. Are you behind 
a proxy of some sort?

Original comment by vil...@google.com on 21 Apr 2016 at 4:26

GoogleCodeExporter commented 8 years ago
Issue has been resolved. thanks for your update.

Original comment by murugana...@titan.co.in on 22 Apr 2016 at 3:36