Re: [google-appengine] Re: Frontend Instance Hours quota

2015-09-10 Thread Evgeny Fedosov
Hi Nick, Do you have a solution for this problem? Unfortunately, we can't properly test the application we're developing because we often reach limits and the Google engine app stops working. Thanks in advance, Evgeny On Fri, Sep 11, 2015 at 8:10 AM, Evgeny Fedosov wrote: > Hi Nick, > > Unfor

[google-appengine] Re: App Engine blocked in certain regions?

2015-09-10 Thread Chris Ramsdale
Hello Sandro, Google restricts access to some of its business services in certain countries or regions, such as Crimea, Cuba, Iran, North Korea, Sudan, and Syria. If you try to access services from these countries or regions, the error you cited (or similar ones) will appear. let me know if yo

Re: [google-appengine] Re: Frontend Instance Hours quota

2015-09-10 Thread Evgeny Fedosov
Hi, Thanks for the answer, I also reported this issue via feedback button. And I have only one module (frontend) that is why I was surprised to see that I reached instance hours limit. Thanks, Evgeny On Fri, Sep 11, 2015 at 8:30 AM, Alistair Burrowes < alistair.burro...@gmail.com> wrote: > Hi

Re: [google-appengine] Re: Frontend Instance Hours quota

2015-09-10 Thread Alistair Burrowes
Hi, I had the same issue with updating daily budget and getting an error. I reported it via the feedback help button whatever in the top and it started working again in about an hour. In terms of instance hours do you have multiple modules because they will each have an instance? On Friday,

Re: [google-appengine] Re: Frontend Instance Hours quota

2015-09-10 Thread Evgeny Fedosov
Hi Nick, Unfortunately, I still experience this issue. Thanks, Evgeny On Fri, Sep 11, 2015 at 5:49 AM, Nick (Cloud Platform Support) < pay...@google.com> wrote: > Hi Evgeny, > > Is this still occurring, or was it a transient issue? > > Sincerely, > > Nick > > > On Sunday, September 6, 2015 at

Re: [google-appengine] Re: Frontend Instance Hours quota

2015-09-10 Thread Nick (Cloud Platform Support)
Hi Evgeny, Is this still occurring, or was it a transient issue? Sincerely, Nick On Sunday, September 6, 2015 at 11:19:34 PM UTC-4, Evgeny Fedosov wrote: > > Hi Nick, > > Thanks for the answers, however I only have one instance running. > > Regarding HAR recording - please receive this file (I

[google-appengine] Re: Location of static files

2015-09-10 Thread Nick (Cloud Platform Support)
Hi Yash, If you link your project to github and set up push-to-deploy (or just link the repository , leaving deployment as a separate step), you'll

[google-appengine] Re: Python/Endpoints: Workaround for known Exception content-length issue?

2015-09-10 Thread Michael Spainhower
> the line numbers for the patch have changed slightly That is basically the answer. On CI runs we always bring in the latest SDK release, so we would have to both script the patching to run on CI (not terrible) and keep it up-to-date along with SDK updates (not something I wish to do). For n

[google-appengine] Re: Python/Endpoints: Workaround for known Exception content-length issue?

2015-09-10 Thread Nick (Cloud Platform Support)
It's worth noting that the line numbers for the patch have changed slightly, but the relevant code can still be patched. On Thursday, September 10, 2015 at 6:57:28 PM UTC-4, Nick (Cloud Platform Support) wrote: > > Hey Michael, > > Thanks for bringing this up. We're currently working on getting

[google-appengine] Re: Python/Endpoints: Workaround for known Exception content-length issue?

2015-09-10 Thread Nick (Cloud Platform Support)
Hey Michael, Thanks for bringing this up. We're currently working on getting this fixed. Is there any reason the patch suggested in the linked stackoverflow question won't help with your SDK for now? Best wishes, Nick On Thursday, August 20, 2015 at 1:44:22 AM UTC-4, Michael Spainhower wrote

[google-appengine] Re: I'm seeing 500 status and 204 error code.

2015-09-10 Thread Nick (Cloud Platform Support)
Hi Nicolas, Alright, so given that this appears to have disproved the simplest explanation, it looks as though it could be something more interesting. >From reading elsewhere, it appears it could be this is an error which wasn't caught in your app's runtime, although not in the main request-ha

[google-appengine] Re: Important notice for owners of Google App Engine applications that use the Files API

2015-09-10 Thread husayt
Janani, there is still a serious issue in new api which brakes appengine GCS client and as a result we can't do any local testing. Here i explain the issue: https://github.com/GoogleCloudPlatform/appengine-gcs-client/issues/20 Arie advised me that "however the fix for it is not in the librar

[google-appengine] Location of static files

2015-09-10 Thread Yash Ganthe
Hi, I have an application which is serving the file http://goaitprof.appspot.com/js/gitp.js. I had uploaded it using the python SDK. Earlier, the dashboard allowed me to see the files in the browser. Now with the console, I cannot see the files. The console has a facility to link appengine wit