[google-appengine] Datastore Enum Types No Longer Serialized

2020-10-09 Thread Larry Schiefer
We are using GAE python standard environment (Python 2.7) and suddenly our app started experiencing issues when serializing a datastore enum property. Our code has been deployed and working for over 6 months and today it is failing. For example: class SomeType(messages.Enum): FIRST_TYPE = 1

Re: [google-appengine] Re: Cloud Build Error when deploying GAE

2020-02-25 Thread Larry Schiefer
your application in the web browser run: $ gcloud app browse --project=XX On Tue, Feb 25, 2020 at 12:41 PM 'Pierre-Yves (Google Cloud Support)' via Google App Engine wrote: > Hello Larry, > > Could you please provide the full console output after the re-try? This &

[google-appengine] Cloud Build Error when deploying GAE

2020-02-25 Thread Larry Schiefer
p-engine-python-extras 1.9.86 bq 2.0.47 cloud-datastore-emulator 2.1.0 core 2019.08.23 gcloud gsutil 4.42 Thanks, Larry -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails f

Re: [google-appengine] Can't I set a specific request timeout ? 24 hours for running an HTTP requets seems crazy.

2020-01-31 Thread Larry Schiefer
e cases the max time is 10 minutes, in other cases I believe it can go 24 hours. Regardless, if the work can be broken up in the task/cron so it detects when it is nearing some limit, it can save some info about where it was and re-schedule itself to run again. -Larry On Fri, Jan 31, 2020 at 7:

Re: [google-appengine] App Engine Admin Panel

2019-12-06 Thread Larry Schiefer
le-appengine+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/03bb2b87-773f-4bad-9d8e-b33153ccf347%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/03bb2b87-773f-4bad-9d8e-b33153ccf347%40

Re: [google-appengine] Re: Cannot generate endpoint discovery docs using endpointscfg

2019-07-01 Thread Larry Schiefer
, Jaskaran Singh wrote: > > Hi @Larry Schiefer > > did you find any solution for this? > > Please let me know i am facing this issue please. > > On Wednesday, May 8, 2019 at 6:41:42 PM UTC+5:30, Larry Schiefer wrote: >> >> Great, thank you! >> >> O

Re: [google-appengine] Re: Cannot generate endpoint discovery docs using endpointscfg

2019-05-08 Thread Larry Schiefer
Great, thank you! On Tue, May 7, 2019 at 6:04 PM 'Aref Amiri (Cloud Platform Support)' via Google App Engine wrote: > Hi Larry, > > We will look into the issue reported on Issue Tracker > <https://issuetracker.google.com/issues/131557153>, and further updates >

[google-appengine] Cannot generate endpoint discovery docs using endpointscfg

2019-05-02 Thread Larry Schiefer
The endpointscfg.py utility is no longer working due to the backing Google webapis-discovery service not being available. This prevents the creation of endpoint discovery documents as well as client libraries. This has been logged in the issue tracker, but has not received any attention yet:

Re: [google-appengine] Re: urlfetch DeadlineExceededError

2013-11-12 Thread Larry Sherrill
We had a similar problem starting 10/31/2013. It had been working for 5 years and just stopped with an immediate SocketTimeoutException (java sdk) at URLFetchServiceImpl.java line142. Somehow we got it working. Here's how: Instead of using HttpURLConnection with the domain name we used the ip

[google-appengine] Redirect if login is under wrong domain.

2013-06-27 Thread Alexis Larry
I am trying to create a web app and I have it to where you are required to log in. When I change authentication to Google Apps Domain and put in the domain, if I am not logged into any account it sends me directly to a page with the following message: Error: Server ErrorThe server encountered an

[google-appengine] Protocol Buffers

2012-08-31 Thread Larry White
is there any support in appengine for using protocol buffers for data transfer (eg. through RPCs). If not, what recommended practices do people have for minimizing latency between AppEngine and clients, when clients are spread across the globe? -- You received this message because you are su

[google-appengine] Angry Birds Login

2012-05-31 Thread Larry Schmidt
For the past 24 hours or so, Login in Angry Birds Chrome has failed with this message: Error: Server ErrorThe server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this e

[google-appengine] Re: Can't send attachment to Admin Email

2012-05-22 Thread Larry
essage exceeds size limits 3. remove the attachment from step 2.=> Success and increase the quota of admins emailed. *Could I conclude that Email to admins with attachments is forbidden?* I don't see any document about that. Larry於 2012年5月18日星期五UTC+8下午12時38分42秒寫道: > > Hi All, >

[google-appengine] Re: Can't send attachment to Admin Email

2012-05-20 Thread Larry
u send a message without the attachment? > > Is the sender (email address) a developer or an owner of the application? > > Abdelkrim > http://blog.i14y.net > http://www.alt-f1.be > > Le vendredi 18 mai 2012 06:38:42 UTC+2, Larry a écrit : >> >> Hi All, >&

[google-appengine] Can't send attachment to Admin Email

2012-05-17 Thread Larry
Hi All, I fail to send email to *admins *of app. Here is my code MailService mailService = MailServiceFactory.getMailService(); Message message = new Message(); message.setSender("x...@gmail.com"); message.setSubject("This is test"); message.setHtmlBody("this is

[google-appengine] Re: The Schedule Format of cron.xml

2012-05-16 Thread Larry
0 > 1,15 of month 01:30 > ... > 1,15 of month 23:30 > > This is more robust than chaining enqueued tasks kicked off by a > scheduled task, but would be more cumbersome to code, since you will > need a cron entry for each schedule. > > > Is

[google-appengine] The Schedule Format of cron.xml

2012-05-15 Thread Larry
every 30 minutes. Execute the real task only the date is 1 and 15. I check the dashboard. The Frontend Instance Hours increase dramatically. Any thoughts? Larry -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this dis

[google-appengine] Re: Are there any plans to increase the 150MB app size limit?

2012-04-17 Thread Larry
Hi Tom, I have deployed my app by delete all WEB-INF/deploy folder. When I check the content of appcfg49211759916596577999.tmp folder which show in Eclipse console, which contains all compiled GWT modules and static files. I found a _static_ folder inside it. This folder almost duplicate

Re: [google-appengine] Mispelling in

2012-04-06 Thread Larry Hosken (lahosken)
Sometimes, it's enough to ask about it on this mailing list :-) Thank you very much for reporting this. Fixed! -Larry Hosken On Fri, Apr 6, 2012 at 2:20 PM, Brian Quinlan wrote: > On Fri, Apr 6, 2012 at 8:52 PM, abdelkrim boujraf > wrote: >> how can we give a feedback to the

[google-appengine] Re: NDB tasklet decorator documentation

2012-04-04 Thread Larry Hosken
https://developers.google.com/appengine/docs/python/ndb/async On Wednesday, April 4, 2012 3:58:48 PM UTC-7, Dan wrote: > > Anyone know where the NDB tasklet documentation has gone? > > Guido's Google Doc was linked to on the NDB dev page but it seems to have > disappeared and https://developers.g

[google-appengine] Re: App Engine documentation moving to developers.google.com/appengine/

2012-03-26 Thread Larry Hosken
it at developers.google.com/appengine/ regardless of language. We will begin redirecting requests for code.google.com/appengine to developers.google.com/appengine shortly. Larry Hosken, on behalf of the App Engine documentation team On Monday, March 19, 2012 12:38:12 PM UTC-7, Larry Hosken

[google-appengine] App Engine documentation moving to developers.google.com/appengine/

2012-03-19 Thread Larry Hosken
feel of the documentation. Happy Coding! Larry Hosken, on behalf of the App Engine documentation team -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/

[google-appengine] Re: I've just found that the app.yaml file won't allow more than 100 handlers...

2009-04-15 Thread Larry
Thanks for the idea! Quite a few URLs are similar so it seems most sensible. I also should have noted in my OP that I noticed this on the development server and not on the production server. Either or both means I'll need the work around. On Apr 15, 1:56 am, Gopal Vaswani wrote: >

[google-appengine] I've just found that the app.yaml file won't allow more than 100 handlers...

2009-04-14 Thread Larry
could have avoided this situation had I known about the restriction. Thanks! Larry --~--~-~--~~~---~--~~ 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-appeng

[google-appengine] Re: Latency problem still really a problem

2009-03-07 Thread Larry
I've got stable performance in my application. It consistently runs 3 to 4 times slower than it used to. Apparently, application performance should improve on Monday but in the mean time performance is quite poor... http://code.google.com/status/appengine On Mar 6, 8:05 pm, cz wrote: > Our app

[google-appengine] Re: How to keep datastore consistency?

2009-02-06 Thread Larry
Anyone? Is this a flaw in AppEngine? Do you need more information - just ask if that's the case? Larry wrote: > Hi! > > I've hit a small dilemma! I have a handler called vote, when it is > invoked it sets a user's vote to whatever they have picked. To > remembe

[google-appengine] How to keep datastore consistency?

2009-02-05 Thread Larry
ion obj.put() My question is: what is the most effective and fastest way to handle these requests while ensuring that no request is lost and no request creates two VoteRecord objects? Thanks, Larry PS: You can see the polls working here: http://silicon.appspot.com/polls. Notice that voting tw

[google-appengine] Re: Django, including a file

2009-01-27 Thread Larry
Thanks! I have found my problem... When I render the templates I first load the Template and then for each page render I create a Context object and do: self.response.out.write(templateObject.render(contextObject)) When I change this back to: self.response.out.write(template.render(templatePat

[google-appengine] Re: Django, including a file

2009-01-27 Thread Larry
t.com/readdoc?id=12480 Thanks again for the continued help! :) On Jan 26, 12:19 am, Alexander Kojevnikov wrote: > Please post here your templates and also the app.yaml file, you can > use dpaste as @theillustratedlife has suggested. > > On Jan 26, 8:27 am, Larry wrote: > > > I&

[google-appengine] Re: Django, including a file

2009-01-25 Thread Larry
I'm using the templates that are currently inbuilt into AppEngine (I'm not including Django myself). My folder structure has the parent and template in the root directory and also a copy of the template in / templates. Would getting the latest Django be necessary? Or do I just need to tweak thing

[google-appengine] Re: Django, including a file

2009-01-23 Thread Larry
Has anyone got include working? I've been searching everywhere but find any simple examples of AppEngine including templates! On Jan 22, 4:58 pm, Larry wrote: > Thanks, but I really just want to use includes. > > On Jan 22, 4:52 pm, djidjadji wrote: > > > Have

[google-appengine] Re: Django, including a file

2009-01-22 Thread Larry
late-inher...http://www.djangoproject.com/documentation/0.96/templates/#template-i... > > Make sure title.html is not a static file. > > 2009/1/22 Larry : > > > > > Well I have some templates that I render and they all have a titlebar > > so I would like to include that snippet

[google-appengine] Django, including a file

2009-01-22 Thread Larry
title HTML included! I'm sure this must be easy but I'm probably missing something. What do I need to change to get this to work? Thanks, Larry PS: I have already check http://docs.djangoproject.com/en/dev/ref/templates/builtins/?from=olddocs

[google-appengine] Re: Python 3.0 and GAE

2008-12-04 Thread Larry
I'm not sure about time-frame but I am very interested about Python 3 support although it was only released yesterday! However some information about it is available here: http://groups.google.com/group/google-appengine/browse_thread/thread/8c0ece4a7b14d92/458116fbae634a00?lnk=gst&q=%22python+3%2

[google-appengine] Re: Why can't Google index my app?

2008-12-03 Thread Larry
Thanks for the reply, Marzia. It seems to be OK and I'll just have to wait for GoogleBot to scan it again. On Dec 3, 5:34 pm, Marzia Niccolai <[EMAIL PROTECTED]> wrote: > Hi Larry, > > It could have just been a temporary error, maybe you can try manually > checking t

[google-appengine] Why can't Google index my app?

2008-12-03 Thread Larry
I would of thought that is adequate and correct but perhaps not? - url: /robots.txt static_files: scripts/robots.txt upload: scripts/robots.txt My only idea as to what is going wrong, is that AppEngine is blocking GoogleBot. Is this likely; or am I doing somethin

[google-appengine] Re: Small Bug - I think

2008-12-01 Thread Larry
t Based Tech Support Specialist > Hazel Crest Illinois > [EMAIL PROTECTED]@[EMAIL PROTECTED] > "Fear of a name, only increases fear of the thing itself." > > On Mon, Dec 1, 2008 at 4:25 PM, Larry <[EMAIL PROTECTED]> wrote: > > > Well deleting properties wo

[google-appengine] Small Bug - I think

2008-12-01 Thread Larry
Well deleting properties work well generally but not when the object is a DateTimeProperty and auto_now=True. Then, if you try delete the property, it will saved an updated value when put() is called! I am at a loss to know how to delete these properties considering every time I do delete it, they

[google-appengine] Re: Wrong Ordering Of Query!

2008-11-28 Thread Larry
It's kind of difficult to give any meaningful information though since it is fixed now and doesn't seem to relapsed... I can explain the bug but I can't give any instructions to replicate it and so I doubt it will be of much use. Also, I think it may have been due to maintenance or something simil

[google-appengine] Re: Wrong Ordering Of Query!

2008-11-28 Thread Larry
I've only seen it once, I'll hope it doesn't happen again... Thanks, Larry On Nov 27, 9:53 pm, Duncan <[EMAIL PROTECTED]> wrote: > On Nov 27, 6:31 pm, Larry <[EMAIL PROTECTED]> wrote:> Scanning the relevant > datastore API docs hasn't yielded any insight

[google-appengine] Re: Wrong Ordering Of Query!

2008-11-27 Thread Larry
Well magically it has stopped happening without any code changes... I'm still very interested in peoples' thought on the matter! It was happening on my users' page: http://silicon.appspot.com/users. Thanks, Larry On Nov 27, 6:31 pm, Larry <[EMAIL PROTECTED]> wrote: > I&

[google-appengine] Wrong Ordering Of Query!

2008-11-27 Thread Larry
x27;t yielded any insight into what is going on! It seems quite like to me that this is a bug on Google's side rather than in my code. Does anyone have any ideas about possible mistakes I could have made? Or should I contact Google about this? Thanks, Larry And here is my full handler: >s