Re: [google-appengine] Re: using 3rd party libraries on GAE standard with Python

2018-09-26 Thread Dewey Gaedcke
does anyone recognize these errors upon deploying a Golang project on Std. com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:459)\\n\\tat com.google.gse.internal.DispatchQueueImpl$WorkerThread.run(DispatchQueueImpl.java:403)\\n\"", " } ],", "

[google-appengine] Re: Google App Engine Flexible Cron Tasks Fail with SSL Redirection

2018-09-26 Thread Chad Paulson
Thank you both for the heads up! I completely forgot about the application-level redirect I put in place and was able to solve this quite easily by adding exceptions. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from

[google-appengine] Re: Internal Server Error

2018-09-26 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi Kiran, For troubleshooting, I recommend to look for the Error Reporting panel in the Google Cloud Platform Dashboard to get a stacktrace from the error you are getting so that you would be able to dig into the issue. If the issue is in your code, you may post your full detailed question

Re: [google-appengine] Re: using 3rd party libraries on GAE standard with Python

2018-09-26 Thread 'Stewart Reichling' via Google App Engine
Both Python 3 environments (standard and flexible) are "vanilla" Python environments that use the open source runtime. Python 3 on the standard environment does not have the same restrictions as Python 2 on the standard environment. On Tue, Sep 25, 2018 at 10:29 PM Vitaly Bogomolov wrote: > My

[google-appengine] Re: How To Install Python3 On Google APPENGINE

2018-09-26 Thread 'Julie (cloud platform support)' via Google App Engine
Using App Engine Flex with a custom runtime and specifying both Python3 and PHP as the runtime may allow you to call your backend script. -- You received this message because you are subscribed to the Google Groups