为了账号安全,请及时绑定邮箱和手机立即绑定

如何调试“无默认机器人”?

如何调试“无默认机器人”?

Go
三国纷争 2021-09-13 10:37:32
我有一个在 Google AppEngine 上运行的应用程序(用 Go 编写),并且正在迁移到托管 VM。该应用程序已嵌入到 Docker 容器中,对Dockerfile.由 启动的本地开发服务器gcloud preview app run app.yaml运行良好并按预期运行。但是,在尝试部署时,我遇到了以下错误。使用gcloud's--verbosity debug我能够隔离导致问题的请求(抱歉重复输出):INFO: Preparing project for VM runtimes.DEBUG: Running [appcfg.py] with: appcfg.py --application=coduno --called_by_gcloud --noisy --oauth2 --oauth2_credential_file=/Users/flowlo/.config/gcloud/legacy_credentials/flowlo@example.com/singlestore.json --skip_sdk_update_check --version=master prepare_vm_runtime11:53 AM Host: appengine.google.comDEBUG: _Authenticate configuring auth; needs_auth=FalseDEBUG: Sending request to https://appengine.google.com/api/vms/prepare?app_id=coduno headers={'X-appcfg-api-version': '1', 'content-length': '0', 'Content-Type': 'application/octet-stream'} body=DEBUG: Got http error 400, this is try #1DEBUG: Unexpected results: {'status': '400', 'content-length': '65', 'expires': 'Fri, 01 Jan 1990 00:00:00 GMT', 'server': 'Google Frontend', 'cache-control': 'no-cache', 'date': 'Tue, 10 Mar 2015 10:53:09 GMT', 'content-type': 'text/plain'}Error 400: --- begin server output ---Failed Project Preparation (app_id='s~example'). No default robot.--- end server output ---DEBUG: Received error code [1] while running: [appcfg.py --application=example --called_by_gcloud --noisy --oauth2 --oauth2_credential_file=/Users/lorenz/.config/gcloud/legacy_credentials/flowlo@example.com/singlestore.json --skip_sdk_update_check --version=master prepare_vm_runtime]注意:真实的应用程序 ID 被替换为example,前缀s~存在于原始输出中。我相若方式取代的位置app.yaml用/path/to。我的gcloud是最新的:$ gcloud --versionGoogle Cloud SDK 0.9.50app 2015.03.03app-engine-go-darwin-x86_64 1.9.18app-engine-java 1.9.18app-engine-managed-vms 2015.01.22app-engine-python 1.9.18app-engine-python-extras 1.9.18bq 2.0.18bq-nix 2.0.18将完全相同的应用程序(相同的目录、相同的文件)部署到不同的项目是可行的。
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 122 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信