Google Python App Engine 模块的云调试器说 "Deployment revision unknown"
Google Cloud Debugger for Python App Engine module says "Deployment revision unknown"
我正在尝试让 Google 云调试器在我的 Python App Engine 模块上工作。我已按照说明进行操作并且:
- 已连接到我的 Bitbucket 托管存储库。
- 使用
gcloud preview app gen-repo-info-file
生成了 source-context.json
和 source-contexts.json
- 使用
appcfg.py update
上传
然而,当我尝试使用控制台设置快照时,出现消息说:
The selected debug target does not have source revision information. The source shown here may not match the deployed source.
当我尝试设置快照点时,出现错误:
Failed to update the snapshot
看起来你做的一切都正确。
当 Cloud Debugger 后端出现问题时,会出现 "Failed to update the snapshot" 错误。请通过 cdbg-feedback@google.com 联系 Cloud Debugger 团队或在 Google Developer Console 中提交反馈报告。
我正在尝试让 Google 云调试器在我的 Python App Engine 模块上工作。我已按照说明进行操作并且:
- 已连接到我的 Bitbucket 托管存储库。
- 使用
gcloud preview app gen-repo-info-file
生成了 - 使用
appcfg.py update
上传
source-context.json
和 source-contexts.json
然而,当我尝试使用控制台设置快照时,出现消息说:
The selected debug target does not have source revision information. The source shown here may not match the deployed source.
当我尝试设置快照点时,出现错误:
Failed to update the snapshot
看起来你做的一切都正确。
当 Cloud Debugger 后端出现问题时,会出现 "Failed to update the snapshot" 错误。请通过 cdbg-feedback@google.com 联系 Cloud Debugger 团队或在 Google Developer Console 中提交反馈报告。