venf2k / google-cloud-sdk

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

Can't gcloud auth login #701

Closed GoogleCodeExporter closed 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:1390
 resources = command_...
calliope\exceptions.py:110
 return func(*args, *...
surface\auth\login.py:141
 c_store.Store(creds,...
core\credentials\store.py:342
 _GetLegacyGen(accoun...
core\credentials\store.py:349
 multistore_path=conf...
core\config.py:611
 return os.path.join(...
core\config.py:600
 return os.path.join(...
platform\bundledpython\ntpath.py:85
 result_path = result...
UnicodeDecodeError: 'ascii' codec can't decode byte 0x9e in position 10: 
ordinal not in range(128)Installation information:

Google Cloud SDK [103.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.28]
  core-win: [2016.02.05]
  gcloud: []
  windows-ssh-tools: [2016.02.22]
  gsutil: [4.18]
  bq: [2.0.24]
  gsutil-win: [4.16]
[output truncated]

Original issue reported on code.google.com by blazg...@gmail.com on 3 Apr 2016 at 3:17

GoogleCodeExporter commented 8 years ago

Original comment by z...@google.com on 14 Apr 2016 at 6:31