Ahh, yeah that looks like it did it!  Thanks!

Also, not sure if it's related, but at some point my app stopped
working without the www. ?  Related?

On Jan 6, 11:50 am, Marzia Niccolai <ma...@google.com> wrote:
> Hi,
>
> This is due to the fact that you are missing:
>
> if __name__ == "__main__":
>   main()
>
> at the end of your application file.  It's due to the way that App Engine
> does App Caching:http://code.google.com/appengine/docs/python/appcaching.html
>
> -Marzia
>
> On Tue, Jan 6, 2009 at 9:33 AM, Stirman <stir...@gmail.com> wrote:
>
> > My little GAE app:  http://www.mobaganda.com/
>
> > The first time you hit the page, it's  blank, refresh and everything
> > comes up fine?!  No errors in logs, nothing unusual going on with
> > data, no red flags anywhere... no idea why this happens?!
>
> > I get e-mails daily saying "mobaganda is down!!", but it's not.. it
> > just needs a page re-load, every time.
>
> > Any ideas as to why this would happen?  I don't even know how to start
> > debugging this!
>
> > Many thanks!
--~--~---------~--~----~------------~-------~--~----~
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 email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to