Re: [google-appengine] Re: having trouble with uploading app

2010-12-09 Thread Ikai Lan (Google)
Thanks for the reports guys. The precompilation service has been having issues. We're working on addressing these. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter:

Re: [google-appengine] Re: having trouble with uploading app

2010-12-08 Thread Jason Spitkoski
Seems hit and miss. But when it fails, its always during precompilation... On Tue, Dec 7, 2010 at 4:28 PM, homunq jameson.qu...@gmail.com wrote: My partner and I are both getting this 503-unexpected problem, repeatedly, on different platforms, with 1.3.8. (We're in different countries, too.)

Re: [google-appengine] Re: having trouble with uploading app

2010-12-08 Thread David Mora
meanwhile and in urge to deploy new versions, the -no_precompilation is the way to get around this annoying error On 8 December 2010 16:50, Jason Spitkoski spitko...@gmail.com wrote: Seems hit and miss. But when it fails, its always during precompilation... On Tue, Dec 7, 2010 at 4:28 PM,

[google-appengine] Re: having trouble with uploading app

2010-12-08 Thread David (Wey)
Trying to deploy the same version i did yesterday is giving me a 503 as well. The only way i could get around it was by disabling precompilation when deploying then it worked well On Dec 8, 4:50 pm, Jason Spitkoski spitko...@gmail.com wrote: Seems hit and miss. But when it fails, its always

[google-appengine] Re: having trouble with uploading app

2010-12-07 Thread homunq
My partner and I are both getting this 503-unexpected problem, repeatedly, on different platforms, with 1.3.8. (We're in different countries, too.) We've done nothing with error handlers, and it was working for both of us as of yesterday. -- You received this message because you are subscribed

[google-appengine] Re: having trouble with uploading app

2010-12-06 Thread Kuber
I don't think '/' is the problem here. I tried with and without it and all failed. What's weired is no matter what option/action I use in command line, it shows the help message to me, instead of error message. Meanwhile the launcher works with uploading some of my other apps. On Dec 7, 2:04 am,

Re: [google-appengine] Re: having trouble with uploading app

2010-12-06 Thread Robert Kluin
Are the apps that do work in the same directory as the one that does not work? Perhaps it has to do with something in the path name, if there are spaces are you using quotes? 2010/12/6 Kuber polo...@gmail.com: I don't think '/' is the problem here. I tried with and without it and all

[google-appengine] Re: having trouble with uploading app

2010-12-06 Thread ten_foot_ninja
I'm also unable to upload my new deployments. I use appcfg as: appcfg.py update . i've had error 500 with some html in my console returned as well as error 503 (unexpected failure). I've been trying for the last 20min or so -- You received this message because you are subscribed to the

Re: [google-appengine] Re: having trouble with uploading app

2010-12-06 Thread ten_foot_ninja
whether the new apps are in the same dir as working apps doesn't seem to matter. I tried both and in both cases i get error 503 spaces in the path name doesn't seem to matter -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this

[google-appengine] Re: having trouble with uploading app

2010-12-06 Thread Tim Hoffman
You can get a 503 if your default error handler path overlaps with a static handler path, Check that out too. T On Dec 7, 8:00 am, ten_foot_ninja spitko...@gmail.com wrote: whether the new apps are in the same dir as working apps doesn't seem to matter. I tried both and in both cases i get

[google-appengine] Re: having trouble with uploading app

2010-12-05 Thread Tim Hoffman
What is the command line arguments that you using ? T On Dec 5, 10:19 pm, Kuber polo...@gmail.com wrote: I cannot upload my apps with appcfg.py anymore. I'm on windows vista and installed appengine python 1.4.0. I used to manage my apps with appcfg.py. But recently I cannot upload apps

[google-appengine] Re: having trouble with uploading app

2010-12-05 Thread Kuber
I use the followings: appcfg.py update myappid/ appcfg.py rollback myappid/ it's weired that the google appengine launcher runs the deployment well while I have this problem with command line. I have to rollback one app but the launcher on Windows doesn't have this function. On Dec 5, 11:18 pm,