error 404 for a route that never is called

174 views
Skip to first unread message

coto

unread,
Jul 26, 2013, 3:43:41 PM7/26/13
to google-a...@googlegroups.com
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.

Vinny P

unread,
Jul 26, 2013, 3:53:35 PM7/26/13
to google-a...@googlegroups.com
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

Rodrigo Augosto

unread,
Jul 26, 2013, 3:58:47 PM7/26/13
to google-a...@googlegroups.com
Are you only getting these requests from the IP address 0.1.0.1? 

Yes, always with the same IP and the same error


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.

There is no any cron configured, furthermore, cron.yaml file doesn't exists
--
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.
 
 

Vinny P

unread,
Jul 26, 2013, 4:11:49 PM7/26/13
to google-a...@googlegroups.com
On Friday, July 26, 2013 2:58:47 PM UTC-5, coto wrote:
There is no any cron configured, furthermore, cron.yaml file doesn't exists


Try putting a blank cron.yaml file to "reset" cron. If that fails, you may need to file an issue and have someone from Google look into your application.

Rodrigo Augosto

unread,
Jul 26, 2013, 4:17:30 PM7/26/13
to google-a...@googlegroups.com
I'll try, thanks!!!

Reply all
Reply to author
Forward
0 new messages