[google-appengine] Re: Failing cron job

2009-10-05 Thread David
OOOs it was me being dumb! I hadn't got the url mappings correct in the WSGIApplication call. Du! Thanks for your help David On Oct 5, 2:20 pm, "Nick Johnson (Google)" wrote: > On Sat, Oct 3, 2009 at 1:16 PM, David wrote: > > > Hi Nick > > > Even when I replace my grabber with the bel

[google-appengine] Re: Failing cron job

2009-10-05 Thread Nick Johnson (Google)
On Sat, Oct 3, 2009 at 1:16 PM, David wrote: > > Hi Nick > > Even when I replace my grabber with the below, the cron still fails. > By this I mean that when I look in the dashboard and click the cron > jobs, it says that the cron has failed. > > I don't really understand why. I think my problem i

[google-appengine] Re: Failing cron job

2009-10-03 Thread David
Hi Nick Even when I replace my grabber with the below, the cron still fails. By this I mean that when I look in the dashboard and click the cron jobs, it says that the cron has failed. I don't really understand why. I think my problem is somewhere "webapp.WSGIApplication" call, and the app.yaml/

[google-appengine] Re: Failing cron job

2009-10-02 Thread Nick Johnson (Google)
Hi David, You didn't actually say in your message what the problem you're encountering is. However, one issue with your cron script is that you're attempting to get the current user in it. Although the cron system can access 'login' and 'admin' URLs, it does not have a user account, so get_current_