venf2k / google-cloud-sdk

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

gcloud auth login #734

Closed GoogleCodeExporter closed 8 years ago

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

What steps will reproduce the problem?
Enter the gcloud command auth login, select my google account, accept terms and 
conditions

What is the expected output? What do you see instead?
Accept the login.

ERROR: gcloud crashed (UnicodeDecodeError): 'ascii' codec can´t decode byte 
0xe9 in position 11 : ordinal not in range(128)

Please provide any additional information below.

Trace:
gcloud_main.py:169
 gcloud_cli.Execute()
calliope\cli.py:654
 result = args.cmd_func(cli=self, args=ar...
calliope\backend.py:1401
 resources = command_instance.Run(args)
calliope\exceptions.py:110
 return func(*args, **kwargs)
surface\auth\login.py:146
 c_store.Store(creds, account, scopes)
core\credentials\store.py:337
 _GetLegacyGen(account, creds, scopes).Wr...
core\credentials\store.py:344
 multistore_path=config.Paths().LegacyCre...
core\config.py:615
 return os.path.join(self.LegacyCredentia...
core\config.py:604
 return os.path.join(self.global_config_d...
platform\bundledpython\ntpath.py:85
 result_path = result_path + p_path
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 11: 
ordinal not in range(128)Installation information:

Google Cloud SDK [105.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.04.11]
  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 table...@arete.ws on 14 Apr 2016 at 5:23

GoogleCodeExporter commented 8 years ago

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