[google-appengine] Re: Unable to deploy new version

2010-09-12 Thread Peter Petrov
My updates are looping endlessly as well On Sep 12, 6:14 pm, indra b.indran...@gmail.com wrote: Hi, I'm unable to deploy a new version to appengine. It fails saying 'version not ready' though I believe it does deploy the version. Whats even strange, in Dashboard-Versions I see that no version

[google-appengine] Re: Unable to deploy new version

2010-09-12 Thread oth
Indra, I have seen this quite often recently. Solution? Just wait approximately 30 mins, then re upload with a brand new version number. Luckily I have not had this problem for more than 30 mins at any given time. Though it is annoying and stressful when this happens for your client facing

[google-appengine] Re: Unable to deploy new version

2010-09-12 Thread indra
Thanks guys. Would like answer from AppEngine folks too. It's successfully completing the update now but I still don't see the default version checkbox checked in Dashboard-Versions. - Indra On Sep 13, 12:28 am, oth other...@gmail.com wrote: Indra, I have seen this quite often recently.

[google-appengine] Re: Unable to Deploy New Version

2009-07-29 Thread Joshua Smith
Figured it out. There was a syntax error in my .py file, and I was getting this weird error, instead of the usual stack trace syntax errors usually produce. That's what I get for deploying a trivial change without running it locally first! :)

[google-appengine] Re: Unable to Deploy New Version

2009-07-29 Thread Daniel Rhoden
I did the same thing and learned that you can't do decimal version number, only integers. (oh the waisted time) On Jul 29, 2009, at 11:53 AM, Joshua Smith wrote: Figured it out. There was a syntax error in my .py file, and I was getting this weird error, instead of the usual stack trace

[google-appengine] Re: Unable to Deploy New Version

2009-07-29 Thread Nick Johnson (Google)
Hi Daniel, Versions are strings, not integers. I believe decimal points are prohibited, however. -Nick Johnson On Wed, Jul 29, 2009 at 6:10 PM, Daniel Rhoden drho...@gmail.com wrote: I did the same thing and learned that you can't do decimal version number, only integers. (oh the waisted