The continuation URL does look like it is generated from Google Reader, rather than the Google Feed API.
If that's the case, then the community monitoring the Friends of the Unofficial Google Reader API mailing list might have some insight: https://groups.google.com/forum/#!forum/fougrapi Regardless, that particular URL ( http://www.google.com/reader/api/0/stream/contents/user/-/state/com.google/reading-list) requires a signed-in user, and should return a 401 Unauthorized when accessed outside a browser session. I'm not exactly sure where a 503 response could be coming from (unless it's coming from a proxy or another service in the middle, after seeing the 401). I'd try asking over on the fourgrapi list and providing as much detail as you can about what you're trying to do. -DeWitt On Fri, Mar 11, 2011 at 6:32 AM, Adam Feldman <[email protected]>wrote: > The Feed API shouldn't ever return this sort of URL. Is it possible that > you're hitting a non-API endpoint? Can you give an example of the URL that > you're using in your requests? > > Thanks, > Adam > > > On Fri, Mar 11, 2011 at 4:37 AM, Vision Jinx <[email protected]> wrote: > >> It sounds like your probably sending a flood of automated requests and >> are being blocked as a result. >> >> The sorry.google.com url usually means your triggering Googles abuse >> detection systems and your getting the captcha block. (Our systems >> have detected unusual traffic from your computer network.) >> >> >> On Mar 11, 4:15 am, sence200 <[email protected]> wrote: >> > Dear Sir, >> > >> > My name is Chanho Yang. >> > >> > I`m a Java programer. >> > >> > I got some problem which I have to solve ASAP. >> > >> > Please help me if you don`t mind. >> > >> > I developed "Scheduler Program" for receiving The Google Feed. >> > >> > Obviously "my Scheduler Program" often tries to cennect Google Feed >> > API. >> > >> > But, I always find some error messages like that. >> > >> > >> ---------------------------------------------------------------------------- >> > >> > "Server returned HTTP response code: 503 for URL: >> > >> > http://sorry.google.com/sorry/?continue=http://www.google.com/reader/. >> .. >> > at >> > >> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.... >> > 1313) " >> > >> > >> ---------------------------------------------------------------------------- >> > >> > Google Feed API is blocking too many request of my Scheduler Program, >> > >> > so My Sheduler Program is not working. >> > >> > Those are my guess.. >> > >> > what I know is that if I can use Term of service(TOS), my Sheduler >> > Program will be working without blocking. >> > >> > If we need a contract to use that, we will do that. >> > >> > Please let me know some solutions. >> > >> > Thanks a lot. >> > >> > Sincerely Chanho Yang. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google AJAX APIs" 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-ajax-search-api?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Google AJAX APIs" 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-ajax-search-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" 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-ajax-search-api?hl=en.
