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.
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.
--
You received this message because you are subscribed to a topic in the Google Groups "Google App Engine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-appengine/gXJcvNWRllo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.
There is no any cron configured, furthermore, cron.yaml file doesn't exists