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 <[email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
