venf2k / google-cloud-sdk

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

Help me #718

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Issue running command [gcloud alpha source captures upload].

What steps will reproduce the problem?

What is the expected output? What do you see instead?

Please provide any additional information below.

Trace:
/Users/philippeabadie/exec -l /bin/bash/google-cloud-sdk/gcloud_main.py:169
 gcloud_cli.Execute()
/Users/philippeabadie/exec -l /bin/bash/google-cloud-sdk/calliope/cli.py:654
 result = args.cmd_func(cli=self, args=ar...
/Users/philippeabadie/exec -l 
/bin/bash/google-cloud-sdk/calliope/backend.py:1401
 resources = command_instance.Run(args)
/Users/philippeabadie/exec -l 
/bin/bash/google-cloud-sdk/surface/source/captures/upload.py:84
 args.target_path)
/Users/philippeabadie/exec -l 
/bin/bash/google-cloud-sdk/api_source/capture.py:257
 return self._PopulateCapture(capture, wo...
/Users/philippeabadie/exec -l 
/bin/bash/google-cloud-sdk/api_source/capture.py:285
 workspace, src_name, target_root)
/Users/philippeabadie/exec -l 
/bin/bash/google-cloud-sdk/api_source/capture.py:194
 jar_file = zipfile.ZipFile(src_name, 'r'...
/System/Library/Frameworks/Python.framework/Versions/2.7/python2.7/zipfile.py:75
6
 self.fp = open(file, modeDict[mode])
IOError: [Errno 2] No such file or directory: 'LOCAL_PATH'Installation 
information:

Google Cloud SDK [104.0.0]

Platform: [Mac OS X, x86_64]
Python Version: [2.7.10 (default, Oct 23 2015, 18:05:06)  [GCC 4.2.1 Compatible 
Apple LLVM 7.0.0 (clang-700.0.59.5)]]
Python Location: 
[/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/C
ontents/MacOS/Python]
Site Packages: [Disabled]

[output truncated]

Original issue reported on code.google.com by philippe...@dyd.cl on 10 Apr 2016 at 2:56

GoogleCodeExporter commented 8 years ago
Thanks for reporting this!

Unfortunately, some amount of rough edges are expected when dealing with alpha 
commands, and you ran into one.

Do you mind including a little more information about what you were trying to 
do, what command exactly you ran, and the layout of your source directory?

Original comment by z...@google.com on 11 Apr 2016 at 1:44