Google Cloud Debugger for Python App Engine module says “Deployment revision unknown”

[亡魂溺海] 提交于 2019-12-12 03:55:42

问题


I'm trying to get the Google Cloud Debugger to work on my Python App Engine module. I've followed the instructions and:

  1. Connected to my Bitbucket hosted repository.
  2. Generated the source-context.json and source-contexts.json using gcloud preview app gen-repo-info-file
  3. Uploaded using appcfg.py update

However when I try to set a snapshot using the console, there is message saying:

The selected debug target does not have source revision information. The source shown here may not match the deployed source.

And when I try to set the snapshot point, I get the error:

Failed to update the snapshot


回答1:


It looks like you did everything correctly.

The "Failed to update the snapshot" error shows up when there is some problem on the Cloud Debugger backend. Please contact the Cloud Debugger team through cdbg-feedback@google.com or submit feedback report in Google Developer Console.



来源:https://stackoverflow.com/questions/35090793/google-cloud-debugger-for-python-app-engine-module-says-deployment-revision-unk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!