[google-appengine] GCS Python Library requiring SSL on local dev server?

2018-10-09 Thread Daniel Young
Started seeing this error today SSLHandshakeError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:726) Trying to write a file with Google Cloud Storage on the development server. Did the requirements change for the GCS python library? Had no problems before August 8

[google-appengine] Re: how to avoid an out of quota of module.get_versions in appengine

2018-10-09 Thread 'Mohammad I (Cloud Platform Support)' via Google App Engine
Hello David, Thank you for letting us know your concern. To investigate the issue further and inspect the StackTrace, we need the Project Id and preferably the Application Id (for Google App Engine). You can provide the information by creating a new private issue in the Public Issue Tracker

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-10-09 Thread samiislam via Google App Engine
Yes, you are right. In order to connect to the Redis instance, App Engine applications must be in the same region as the Redis Instance and on the same network to be authorized. Please check the following article for

[google-appengine] Re: Duplicate Existing, Deployed GAE Project

2018-10-09 Thread 'Harmit Rishi (Cloud Platform Support)' via Google App Engine
Hello Phil, Sorry for the delay in getting back to you. We do not currently offer a duplication feature for Cloud Platform projects. You would have to create a new project and deploy your application into this newly created project. You can do this via gcloud by following the instructions

[google-appengine] Re: Persistent instance and out of memory with automatic scaling and no traffic

2018-10-09 Thread 'Amit (Google Cloud Support)' via Google App Engine
Hello According to this document, a service with manual scaling server uses resident instances that continuously run the specified number of instances irrespective of the load level. A

[google-appengine] Re: Google Clound endpoints not showing

2018-10-09 Thread drjack . moitsheki
Below is the link that I found. https://stackoverflow.com/questions/35668804/my-google-cloud-endpoint-api-is-not-visible-on-the-api-explorer On Tuesday, September 18, 2018 at 7:07:32 PM UTC+2, Julie (cloud platform support) wrote: > > I haven't located a Stackoverflow post in your message so can

Re: [google-appengine] Persistent instance and out of memory with automatic scaling and no traffic

2018-10-09 Thread 'Rahul Ravindran' via Google App Engine
The instance might stay alive after it's been idle for 15 minutes, but you won't be billed for it. Billing is based on 15 min blocks as long as there is at least one active requet in the 15 min block. We kill clones lazily to prevent excessive cold starts. On Tue, Oct 9, 2018 at 5:22 AM vvv vvv

[google-appengine] AppEngine Java SDK 1.9.66 is not available via Maven

2018-10-09 Thread Yuri Sergiichuk
Hi all. I've noticed that the 1.9.66 version of the AppEngine Java SDK was released around a week ago, but it is not yet available in the Maven Central repository. Does anyone have any ideas why this happens? -- You received this message because you are subscribed to the Google Groups

[google-appengine] Starting with Angular 6, GitLab CI/CD and Google App Engine

2018-10-09 Thread alexandraisousasantos
Hello, If you are looking for a detailed guide to installing and setting up these tools together, kindly check out my friend's blogpost. Feedback would be appreciated as he is starting to write these type of things :)

[google-appengine] Re: Call to undefined function imagewebp() webp php support

2018-10-09 Thread 'Mahmoud Sharif (Google Cloud Platform)' via Google App Engine
Hello, This group is dedicated to the Google App Engine group. Since you’ve already posted this thread on serverfault, you could wait for someone to answer you in that forum. As an alternative, I also suggest that you ask your question on the dedicated WebP discussion forum

[google-appengine] Re: Call to undefined function imagewebp() webp php support

2018-10-09 Thread Riccardo Castagna
this is the phpinfo of : http://odisseo.io/test/info.php Il giorno martedì 9 ottobre 2018 11:58:37 UTC+2, Riccardo Castagna ha scritto: > > nothing to do after the update ... * the support for webp is still not > available * > > probably there is something to set in some conf file > > Il

[google-appengine] Re: Call to undefined function imagewebp() webp php support

2018-10-09 Thread Riccardo Castagna
nothing to do after the update ... * the support for webp is still not available * probably there is something to set in some conf file Il giorno martedì 9 ottobre 2018 11:19:59 UTC+2, Riccardo Castagna ha scritto: > > Ok, > yum install php-gdthis command is no good > I did >

[google-appengine] Re: Call to undefined function imagewebp() webp php support

2018-10-09 Thread Riccardo Castagna
Ok, yum install php-gdthis command is no good I did *sudo apt-get install php-gd* and the command installed the new lib: The following additional packages will be installed: fontconfig-config fonts-dejavu-core libfontconfig1 libgd3 libjbig0 libjpeg62-turbo libtiff5 libwebp6 libx11-6

[google-appengine] Re: Call to undefined function imagewebp() webp php support

2018-10-09 Thread Riccardo Castagna
Yes I sent an email to Jetware where I exposed the problem but they did not answer me. Their image supports wbmp but not webp. I found on web someone that udated his image on gcloud doing yum install php-gd then he updated the php.ini with the line extension=gd.so I have this line