views:

522

answers:

1

I want to Add a scheduled task to fetch a URL via cron job using google app engine. I am continuously getting the failure. I am just fetching www.google.com. Why The url fetch is failed??? Am I missing something???

A: 

"fetch" your OWN url (on appspot.com probably, but, who cares -- use a relative url anywau1-), not google.com, the homepage of the search engine -- what's that got to do w/your app anyway?!-)...

Alex Martelli
I tried to fetch my own too but failed on that too.
@Ambreen, so please post the details of your code and error messages / logs / etc, it's absolutely impossible to debug your problem without more information!
Alex Martelli