Are you only getting these requests from the IP address 0.1.0.1? 

If so, that IP address is reserved by GAE for sending cron queries ( 
https://developers.google.com/appengine/docs/python/config/cron scroll down 
to Securing URLs for Cron). Someone configured a cron request for that URL 
in the application.

-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com



On Friday, July 26, 2013 2:43:41 PM UTC-5, coto wrote:
>
> I am logging 404 errors in my application (Python 2.7, SDK 1.8.2, HR), the 
> question is...
>
> Why do I receive a bunch of these errors (more than 3 times a day):
>
> *Application ID:* sandengine
>
> *Application Version:* dev.368471226492213275
>
>
> *User Agent:* AppEngine-Google; (+http://code.google.com/appengine)
>
> *IP Address:* 0.1.0.1
>
> *Operating System:* -
>
> *Browser:* -
>
> *Browser Version:* -
>
>
> *Error Type:* HTTPNotFound
>
> *Description:* The resource could not be found.
>
> *Method:* GET
>
> *URL:* http://followfinance.appspot.com/update
>
> *Referer:* None
>
> *Traceback:* 
>
> Traceback (most recent call last): 
>
> File 
> "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py",
>  
> line 1529, in __call__ rv = self.router.dispatch(request, response) 
>
> File 
> "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py",
>  
> line 1265, in default_dispatcher route, args, kwargs = rv = 
> self.match(request) 
>
> File 
> "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py",
>  
> line 1214, in default_matcher raise exc.HTTPNotFound() 
>
> HTTPNotFound: The resource could not be found.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to