[google-appengine] Unexpected failure has occurred when deploying

2010-12-02 Thread Ryan Weber
I'm trying to deploy code and am getting this message: Scanning files on local disk. Initiating update. Email: Password: Cloning 111 static files. Cloned 100 files. Cloning 61 application files. Precompilation starting. Rolling back the update. Error 503: --- begin server output --- Try Again (50

Re: [google-appengine] Re: Django version conflicts - now also in production

2010-10-19 Thread Ryan Weber
I often see this error too (although almost exclusively on dev, not production). Still, it is pretty annoying to have to constantly be restarting my dev server each time. Pretty sure it happens whenever I'm messing around in the Development Console. Has this issue been formally logged, and if so,

Re: [google-appengine] Re: SDK 1.3.6 released!

2010-08-22 Thread Ryan Weber
Hitting the fancy_urllib issue with remote_api too. Has anyone found a fix/workaround for this (other than reverting back to 1.3.5)? On Thu, Aug 19, 2010 at 3:17 PM, J wrote: > Not using django-appengine-patch; remote_api only being used pretty > much as documented here: > http://code.google.com

Re: [google-appengine] Re: Tasks Queues still manual in 1.3.4?

2010-07-07 Thread Ryan Weber
is > because of this > > > > > > > > > bug: > > > > > > > > > > > > http://code.google.com/p/googleappengine/issues/detail?id=2508 > > > > > > > > > > > Basically it works fine in Mountain View, California,

Re: [google-appengine] Re: Tasks Queues still manual in 1.3.4?

2010-06-01 Thread Ryan Weber
the bug report is replace line 414 in > > > > > > taskqueue.py: > > > > > > > > def __determine_eta(eta=None, countdown=None, > > > > > > now=datetime.datetime.now) > > > > > > with > > > > > > def __d

Re: [google-appengine] Re: Tasks Queues still manual in 1.3.4?

2010-05-22 Thread Ryan Weber
quot;run" every time, but alas, no luck yet... On Sat, May 22, 2010 at 1:02 PM, Brandon Thomson wrote: > I didn't have to take any action, they all run immediately. There is a > 30s delay if one fails due to 500 error. > > On May 22, 11:13 am, Ryan Weber wrote: > > I d

[google-appengine] Tasks Queues still manual in 1.3.4?

2010-05-22 Thread Ryan Weber
I downloaded and am running the latest SDK (in About GoogleAppleEngineLauncher, I see it is version 1.3.4.794), but when I open the SDK Console and go to the Task Queue section, I still see "Tasks will not run automatically. Select a queue to run tasks manually." I have not added the flag --disable

Re: [google-appengine] Error trying to transform image that is smaller than 1 MB

2010-03-12 Thread Ryan Weber
1 MB (and the ending image would hypothetically be even smaller). Anyone have any ideas? On Wed, Mar 10, 2010 at 6:18 PM, Ryan Weber wrote: > So I know that App Engine prevents working with images greater than 1 > MB in size, but I'm getting "RequestTooLargeError: The request to A

[google-appengine] Error trying to transform image that is smaller than 1 MB

2010-03-10 Thread Ryan Weber
So I know that App Engine prevents working with images greater than 1 MB in size, but I'm getting "RequestTooLargeError: The request to API call images.Transform() was too large" when I call images.resize on an jpg that is 400K on disk. The dimensions of the jpg are 1600 x 1200, so is it that app e

[google-appengine] Re: 90+% of Requests Report Timeout Errors

2010-03-08 Thread Ryan Weber
The same thing appears to be happening to me. although it started happening to me this evening (I am consistently getting time out errors now). While I did make some changes to my app (appid ingredients12) this morning, I don't think they should have impacted performance. That said, I did try to do