[google-appengine] What's the maximum amount of time I'd have to wait for an index to build?

2008-10-23 Thread Jillian
I have very few indexes in my application. The first batch of indexes took no time. I just added another one today, and it's taken two hours already. Jillian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups &q

[google-appengine] Re: importData in Google Spreadsheet fails with "DownloadError: ApplicationError: 5"

2008-11-03 Thread Jillian
I get this error in my application too, intermittently. I see it more on some days than others. Is there a way to set this timeout value? On Oct 27, 11:38 am, Jeff S <[EMAIL PROTECTED]> wrote: > Hi David, > > Your app is experiencing a dealine exceeded error, meaning that is did > not receive a r

[google-appengine] anybody having trouble with urlfetch this morning?

2008-11-03 Thread Jillian
I keep ending up with this error: lib/versions/1/google/appengine/api/urlfetch.py", line 273, in fetch raise DownloadError(str(e)) DownloadError: ApplicationError: 5 At first I thought it was the site that I was accessing was slow, but then I get the same problems even after changing the URL bei

[google-appengine] how do you delete versions from dashboard? When i go to versions page I only have 1 default version showing

2008-12-11 Thread Jillian
Cloning 16 static files. Cloning 49 application files. Closing update. 2008-07-12 12:10:51,016 ERROR appcfg.py:1334 An unexpected error occurred. Abort ing. Rolling back the update. Error 500: --- begin server output --- Server Error (500) A server error has occurred. --- end server output --- I

[google-appengine] Re: how do you delete versions from dashboard? When i go to versions page I only have 1 default version showing

2008-12-11 Thread Jillian
ls (0%) Megabytes Stored 0% 0.09 of 500.00 Megabytes (0%) Data Sent (HTTPS) 0% 0.00 of 2048.00 Megabytes (0%) Data Received (HTTPS) 0% 0.00 of 2048.00 Megabytes (0%) On Dec 11, 1:15 pm, Jillian <[EMAIL PROTECTED]> wrote: > Cloning 16 static files. > Cloning 49 application files. > Closing

[google-appengine] timestamp woe

2009-02-25 Thread Jillian
how can I compare the time stamp information that's stored as a string with a timestamp that's a datetime object stored through app engine? timestring = self.request.get('timestamp') timestring = timestring[0: timestring.find(".")]; timeformat = "%Y-%m-%d %H:%M:%S" newtime

[google-appengine] Has anybody noticed any serious performance degradation today?

2009-03-02 Thread Jillian
Everything on my app takes a long time. Simple database or url fetches that used to take no time, now takes more than 10 or 20 seconds. Or times out all together. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Googl

[google-appengine] Does anybody know how to run sitemap_gen.py from app engine?

2009-03-20 Thread Jillian
I have a site built on app engine, and i'd like to sitemap_gen to automatically generate site maps. Is it possible? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, sen

[google-appengine] Will PIL be supported anytime soon?

2009-03-30 Thread Jillian
App engine image library image functions are so meager. Does anyone know of any pure python image processing libraries out there that works with app engine? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] Can't post to a blog using gdata blogger api in python on app engine

2009-04-07 Thread Jillian
mission to create new post" I'm running on app engine. Has anyone had similar problems? What's the solution? I'm logged in to the application and have granted permission to the application. Jillian --~--~-~--~~~---~--~~ You received this message

[google-appengine] Is the message board broken? I can't reply to my own post.

2009-04-07 Thread Jillian
I just wanted to add some new info to my question. --~--~-~--~~~---~--~~ 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] Re: Can't post to a blog using gdata blogger api in python on app engine

2009-04-07 Thread Jillian
testing On Apr 7, 11:08 am, Jillian wrote: > Hi All, >    I can so far using AuthSub to get the token and then upgrade the > token and then fetch a list of blogs from the logged in user > successfully, however I get the following error when I try to create a > new blog entr

[google-appengine] Re: Can't post to a blog using gdata blogger api in python on app engine

2009-04-07 Thread Jillian
ould I have to grant permission for every unique url I want to access through the blogger api? Jillian On Apr 7, 11:08 am, Jillian wrote: > Hi All, >    I can so far using AuthSub to get the token and then upgrade the > token and then fetch a list of blogs from the logged in user >

[google-appengine] Re: Can't post to a blog using gdata blogger api in python on app engine

2009-04-07 Thread Jillian
On Apr 7, 11:08 am, Jillian wrote: > Hi All, >    I can so far using AuthSub to get the token and then upgrade the > token and then fetch a list of blogs from the logged in user > successfully, however I get the following error when I try to create a > new blog entry to one o

[google-appengine] Re: Can't post to a blog using gdata blogger api in python on app engine

2009-04-07 Thread Jillian
testing On Apr 7, 11:08 am, Jillian wrote: > Hi All, >    I can so far using AuthSub to get the token and then upgrade the > token and then fetch a list of blogs from the logged in user > successfully, however I get the following error when I try to create a > new blog entr

[google-appengine] Re: Can't post to a blog using gdata blogger api in python on app engine

2009-04-07 Thread Jillian
g and posting of feed entries would apply, and you would only need to grant the permission once. On Apr 7, 11:59 am, Jillian wrote: > Nevermind. I was trying to use the same scape url in > GenerateAuthSubURL for both the get and post requests. That obviously > wouldn't work ... this mak

[google-appengine] My app engine hosted site is down this morning

2009-05-21 Thread Jillian
anybody else seeing problems? --~--~-~--~~~---~--~~ 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 this group, send emai

[google-appengine] Has anybody tried using commission junction's REST api with app engine's urlfetch?

2009-06-08 Thread Jillian
It doesn't work. I get a response from commission junction saying that I need to provide the developer key even though I have set the Authentication header with my key in the request. I've been pulling my hair out over this. Would feel really stupid if i have to use their SOAP api instead. Commis