[google-appengine] /usr/bin/bash: Exit 28.

2020-05-19 Thread Massage School
Hello ! I am trying to depoly but I got an error message -- Installing PyCrypto (This needs to be compiled so it matches your operating system) /usr/bin/bash: Exit 28.

Re: [google-appengine] Trouble to deploy and download dependencies

2020-05-19 Thread Massage School
Yes, you are right ! But under windows platform, it still shows the same error message; xcode-select --install How can I solve this problem ? Please advise. Thanks On Thursday, February 13, 2020 at 9:36:29 AM UTC-5, Mua Rachmann wrote: > > Xcode is a tool for Mac OS if I am not mistaken. >

[google-appengine] Re: I have one backed endpoint that don't hit why ?

2020-05-19 Thread 'Olu' via Google App Engine
For better troubleshooting of the issue, which may involve reviewing configurations on your Project, I recommend you contact the GCP Support Engineers[1] or you can open an issue using this link[2]. This will allow the team to review your setup and determine what may be causing the

[google-appengine] Re: /usr/bin/bash: Exit 28.

2020-05-19 Thread 'George (Cloud Platform Support)' via Google App Engine
What do you want to deploy? Is it an app to App Engine, as expected here, or maybe Course Builder? If you are trying to deploy Course Builder, you may profit from this Guide: How to Deploy Course Builder from Any OS

Re: [google-appengine] Trouble to deploy and download dependencies

2020-05-19 Thread 'Olu' via Google App Engine
Please to be clear, the error is not "xcode-select --install". As far as I know, the error message is a Compilation error building pycrypto-2.6.1. Using xcode-select --install is just a way to fix such types of errors when in an OSX environment. Apparently, that is not your environment as you

[google-appengine] Re: appcfg shutdown: earlier than scheduled?

2020-05-19 Thread PPG Apps
I am using appcfg and have had no issues App Engine SDK release: "1.9.87" timestamp: 1571856179 api_versions: ['1'] supported_api_versions: python: api_versions: ['1'] python27: api_versions: ['1'] go: api_versions: ['go1', 'go1.9'] java7: api_versions: ['1.0'] go111: api_versions:

[google-appengine] Why all of a sudden my instance initialization taking so long and causing 429 rate exceeded for single request

2020-05-19 Thread PPG Apps
I have an app that has been running for a long time. All of a sudden a few days ago, it is randomly (but often) taking over 10 seconds to start up and returning 429's. It is just a basic python webapp2 application servicing a few DB lookups. But now all of a sudden it takes forever to start

[google-appengine] Re: appcfg shutdown: earlier than scheduled?

2020-05-19 Thread Linus Larsen
I just tried updating another service (I'm using Java) which now fails: 98% Application deployment failed. Message: Deployments using appcfg are no longer supported. See https://cloud.google.com/appengine/docs/deprecations But I can update other services, seriously Google what's going on?

Re: [google-appengine] Re: appcfg shutdown: earlier than scheduled?

2020-05-19 Thread 'Rahul Ravindran' via Google App Engine
Could you send the app-id for apps which are having trouble deploying via appcfg? On Tue, May 19, 2020 at 12:11 PM Linus Larsen wrote: > I just tried updating another service (I'm using Java) which now fails: > > 98% Application deployment failed. Message: Deployments using appcfg are > no

Re: [google-appengine] Re: appcfg shutdown: earlier than scheduled?

2020-05-19 Thread 'Rahul Ravindran' via Google App Engine
And please send any app_ids privately to me since this list is public. On Tue, May 19, 2020 at 4:32 PM Rahul Ravindran wrote: > Could you send the app-id for apps which are having trouble deploying via > appcfg? > > On Tue, May 19, 2020 at 12:11 PM Linus Larsen > wrote: > >> I just tried