i see several of these errors. if get_current_user() returns None, it
really does mean that whoever/whatever access that page isn't logged
in. perhaps it's a TaskQueue task or some robot hitting your page.

do you recognize the IP addresses in your log entries? for example,
one of them is 66.249.65.59. the one you posted above is 66.249.65.48.

can you visit that page yourself (both logged in as well as not) and
confirm that your page hit does or doesn't trigger one of those error
lines?

the reason why i ask you to check your app carefully is that usually
only users see this "error" when they're playing with the development
server... there haven't been any reports (that i've seen lately) of
this happening in production.

thanks,
-- wesley
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"Core Python Programming", Prentice Hall, (c)2007,2001
"Python Fundamentals", Prentice Hall, (c)2009
   http://corepython.com

wesley.j.chun :: wesc+api-at-google-dot-com
developer relations :: google app engine
@app_engine :: googleappengine.blogspot.com

-- 
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-appeng...@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