[google-appengine] Can't access Datastore Viewer

2010-02-04 Thread Shai
HI, Every time I click on Datastore Viewer in my application page I get a "Server Error (500)" , "A server error has occurred." app id is - SwimmingSession Can anyone advice ? (did't find any related problem in the logs) -- You received this message because you are subscribed to the Google Gro

[google-appengine] Re: Can't access Datastore Viewer

2010-02-06 Thread Shai
Any one ? It really is blocking me Someone know's if I can/should/how contact google about this ? On Feb 4, 7:49 pm, Shai wrote: > HI, > Every time I click on Datastore Viewer in my application page I get a > "Server Error (500)"  , "A server error

[google-appengine] Re: Can't access Datastore Viewer

2010-02-06 Thread Shai
> I had a few problems with the Datastore Viewer this evening.. but I assumed > it was because I was deleting thousands of entities. > > Try the usual tricks.. log out of your google accounts.. clear cache and > cookies.. and try relogging in to your Dashboard. > > > >

[google-appengine] Re: Can't access Datastore Viewer

2010-02-08 Thread Shai
i L (Google)" wrote: > Datastore viewer issues are likely related to type validation issues. Are > you using specialized types such as PhoneNumber, Email Address or URL fields > in your model? Are these always being set, or are null or invalid values > being set? > > > &g

[google-appengine] appengine 404 error

2008-12-12 Thread shai
client apps talking to the server could give me valid responses?) Thanks, Shai --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google

[google-appengine] Re: Blobstore problem

2014-07-11 Thread Shai Almog
Same here! This started a couple of hours ago and is clearly visible in the blob viewer so its not a problem in our apps! This code has been working for literally years and we didn't change anything or even deploy an update. -- You received this message because you are subscribed to the Google

[google-appengine] Is it still possible to signup for a premier account or is this only for Fortune 500 companies?

2014-07-11 Thread Shai Almog
A while back we submitted a request via the URL https://developers.google.com/appengine/docs/premier/#how_to_get_a_premier_account We never heard back. Unfortunately with blobstore constantly going down due to various issues we need proper support from Google and stack overflow isn't really a so

[google-appengine] Shutdown hook for Node JS flex env?

2018-03-20 Thread Shai Ben-Tovim
Hi, Is there a way to configure a shutdown hook in the node js flex environment? Goal is to run some code when instance(s) is(are) shutdown/recycled. I know there's an option for a shutdown hook in some of the standard env's (Python) and wanted to know what the equivalent option is for node js

[google-appengine] Re: Google App deploy fails on timeout: ERROR: CONTEXT DEADLINE EXCEEDED. How can i fix this?

2020-04-07 Thread Shai Ben Tovim
Having the exact same issue starting today: code that deployed several times to GAE python-flex (same code same python dependencies) fails deploying due to same errors mentioned above by K. Ripping: Failure status: UNKNOWN: Error Response: [4] DEADLINE_EXCEEDED I can also see this error on the

[google-appengine] Re: Google App deploy fails on timeout: ERROR: CONTEXT DEADLINE EXCEEDED. How can i fix this?

2020-04-07 Thread Shai Ben-Tovim
causing the whole process to time out (seems the default timeout is 10 min) I understood this is only happening now because in the past (before April 3rd) grpcio ver 1.27.1 was pulled and it does have a compiled wheel. Shai On Tuesday, April 7, 2020 at 8:57:40 PM UTC+3, David (Cloud Platform Sup

[google-appengine] Re: Google App deploy fails on timeout: ERROR: CONTEXT DEADLINE EXCEEDED. How can i fix this?

2020-04-08 Thread Shai Ben-Tovim
Thanks David. I opened a GitHub issue: https://github.com/googleapis/google-cloud-python/issues/10407 On Tuesday, April 7, 2020 at 11:40:34 PM UTC+3, David (Cloud Platform Support) wrote: > > Hello, > > I’m seeing this excessive time now with Pub/Sub and Cloud Task libraries. > You can follow

[google-appengine] Re: Google App deploy fails on timeout: ERROR: CONTEXT DEADLINE EXCEEDED. How can i fix this?

2020-04-08 Thread Shai Ben-Tovim
Hi Keon, This is exactly what I did (extend the deploy timeout) to work around the problem for now. Shai On Wednesday, April 8, 2020 at 12:14:05 AM UTC+3, K. Ripping wrote: > > Hi Shai, > > As a workaround for the timeout issue, you can use following fix in your > termin

[google-appengine] App Engine Flex Python deployments are failing since this morning

2020-06-10 Thread Shai Ben-Tovim
Hi, GAE Flex Python (3.6) deploys using default container are failing. See this Github issue And this SO post