Hi all, i developed a python GAE appllication that needs to read an atom feed from google groups in order to show a "latest news" on the home page.
I am currently using feedparser lib to load and parse the feed. The feed is actually cached using memcache. The application often gets a 503 http code, I found that google groups responds with a captcha page instead of the actual feed. I read the faq http://code.google.com/googleapps/faq.html but I cant make it work, the following url https://www.google.com/a/yourdomain.com/UnlockCaptcha does not seem to work with *.appspot.com domains. Any help ? Thanks Roberto -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
