[google-appengine] app creation problem

2009-10-14 Thread kiren
.) I've tried creating apps a few more times (with new names) and am getting the same failure. Is anyone else having trouble creating apps? And is the bug in which names become unavailable after a failed app creation on Google's radar? -Kiren

[google-appengine] re-use phone number for SMS?

2009-10-12 Thread kiren
and work.) Is there a workaround for this? Thanks Kiren --~--~-~--~~~---~--~~ 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-appengine@googlegroups.com To unsubscribe from

[google-appengine] BadArgumentError all of a sudden

2009-05-09 Thread kiren
Exception Location: /base/python_lib/versions/1/google/appengine/api/ datastore.py in Order, line 803 Python Executable: /base/ Has there been a system change that may be affecting application behavior? Thanks in advance Kiren --~--~-~--~~~---~--~~ You received

[google-appengine] Re: BadArgumentError all of a sudden

2009-05-09 Thread kiren
FWIW, the offending query (which worked previously) looks like this: Debt.all().filter(user_from =, user.key()).filter(user_to !=, user.key()).order(-date) On May 9, 10:43 am, kiren kirense...@gmail.com wrote: My app has been deployed for some time and was working just fine.  Now I am getting

[google-appengine] Re: BadArgumentError all of a sudden

2009-05-09 Thread kiren
the bug fix in the new API code exposed a bug in my app. Is there a list that the app engine team posts to before new code that may affect application functionality is pushed? I didn't find out about the problem until a user informed me that my app was down. On May 9, 10:47 am, kiren kirense

[google-appengine] Re: Indexes stuck at Building

2009-04-24 Thread kiren
I'm having the same issue - both updating an app with no data (I deleted the data before updating), and with a completely new app. Old app named kirentest1, fresh app duckbiller On Apr 24, 1:22 am, Michael O'Brien mich...@mcobrien.org wrote: Hi there, I just changed the name of one of my