[google-appengine] Re: Operation not complete. Waiting to retry. -> ERROR: (gcloud.app.deploy) Error Response: [13] An internal error occurred.

2019-10-24 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Dario, Glad to read you have found a solution. You are right, this looks like a corrupted Cloud SDK install, so a simple reinstall of the SDK would have very likely lead to normal behavior again. -- You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] Re: Operation not complete. Waiting to retry. -> ERROR: (gcloud.app.deploy) Error Response: [13] An internal error occurred.

2019-10-24 Thread Dario DCG
If anyone experienced the same issue, downgrading the SDK to version 264 and progressively upgrading it back to 265, 266, 267 and 268 seems to have fixed the problem for me. It's possible that even a simple reinstalllation of the software would have been enough. -- You received this message

[google-appengine] Re: Operation not complete. Waiting to retry. -> ERROR: (gcloud.app.deploy) Error Response: [13] An internal error occurred.

2019-10-22 Thread Dario DCG
Thank you George, As you suggested, I've opened an issue in the tracker, including all the information that you mentioned. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it,

[google-appengine] Re: Operation not complete. Waiting to retry. -> ERROR: (gcloud.app.deploy) Error Response: [13] An internal error occurred.

2019-10-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Dario, How does your app.yaml look like? To enable a closer examination of your installation, you need to run the following commands: gcloud components update gcloud info gcloud app deploy --verbosity=debug What is the output from these commands? You should edit out all private data