Hallo Thomas,
What were you attempting to do exactly, when these logs got recorded? What was the exact command for deployment? If you tried to deploy to the flexible environment, was the standard environment app modified appropriately prior to the deployment attempt? You need to adapt <https://cloud.google.com/appengine/docs/flexible/python/migrating> your app to the Flexible Environment using Google Cloud Client libraries <https://cloud.google.com/apis/docs/cloud-client-libraries>. In doing so, you might have overseen some networking aspects: error 1053 is returned in Windows for “Software caused connection abort. <https://msdn.microsoft.com/de-de/library/windows/desktop/ms740668(v=vs.85).aspx> ” To build your container images outside of Google Cloud Platform, you must first upload <https://cloud.google.com/appengine/docs/flexible/nodejs/testing-and-deploying-your-app>your images to a container image repository before you can deploy your images to App Engine with the gcloud app deploy command. -- 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, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/b309f2ce-1bc8-4a8a-8101-cc62c909d97c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
