Closed GoogleCodeExporter closed 8 years ago
Could you please copy in the entire stack trace, including the eventual
exception?
Original comment by jasm...@google.com
on 12 Jan 2015 at 7:10
There we go:
Traceback (most recent call last):
File "../google-cloud-sdk/./lib/googlecloudsdk/gcloud/gcloud.py", line 177, in <module>
main()
File "../google-cloud-sdk/./lib/googlecloudsdk/gcloud/gcloud.py", line 173, in main
_cli.Execute()
File "../google-cloud-sdk/./lib/googlecloudsdk/calliope/cli.py", line 409, in Execute
post_run_hooks=self.__post_run_hooks, kwargs=kwargs)
File "../google-cloud-sdk/./lib/googlecloudsdk/calliope/frontend.py", line 274, in _Execute
pre_run_hooks=pre_run_hooks, post_run_hooks=post_run_hooks)
File "../google-cloud-sdk/./lib/googlecloudsdk/calliope/backend.py", line 928, in Run
result = command_instance.Run(args)
File "../google-cloud-sdk/./lib/googlecloudsdk/calliope/exceptions.py", line 78, in TryFunc
return func(*args, **kwargs)
File "../google-cloud-sdk/lib/googlecloudsdk/appengine/app_commands/deploy.py", line 158, in Run
self.__Run(args, project, deployables)
File "../google-cloud-sdk/lib/googlecloudsdk/appengine/app_commands/deploy.py", line 211, in __Run
args.remote)
File "../google-cloud-sdk/./lib/googlecloudsdk/appengine/lib/images/push.py", line 141, in BuildAndPushDockerImage
creds.Start()
File "../google-cloud-sdk/./lib/googlecloudsdk/appengine/lib/images/credentials.py", line 95, in Start
name=containers.CleanableContainerName(
AttributeError: 'module' object has no attribute 'CleanableContainerName'
Original comment by bartek.b...@gmail.com
on 14 Jan 2015 at 7:48
Looks like there may have been an issue in 0.9.42. If you do a 'gcloud
components update', you'll be brought to 0.9.43. The offending line does not
exist in the new version. Feel free to reopen if the issue persists!
Original comment by jasm...@google.com
on 14 Jan 2015 at 3:18
Wow. The new tool is great - it works and it finally outputs a lot of data
about what's going on during the deployment. Thanks guys.
Original comment by bartek.b...@gmail.com
on 14 Jan 2015 at 6:57
Original issue reported on code.google.com by
bartek.b...@gmail.com
on 9 Jan 2015 at 8:31