I was getting this too, but only when I would connect to another google data service (in my case, spreadsheets) from the same program.
Did not get the error when I only connected to Calendar. On Aug 13, 10:52 am, "Tim @ Appirio" <[email protected]> wrote: > I'm getting the302with redirects <= 0 message on DeleteAclEntry and > InsertAclEntry this morning. It's intermittent, and changing the > default "redirects remaining" value from 4 to 20 didn't seem to help. > I'm getting this error with the latest gdata library (downloaded last > night) from AppEngine. > > This seems like a server-side bug to me... For some reason, we're > being stuck into a redirect loop on the gdata connection. i.e. the > redirect is to the same URL with the same result (another redirect). > > On Jul 14, 11:29 am, tALSit de CoD <[email protected]> wrote: > > > Hi people, I'm getting random302'swith a little app that I'm > > writing, but I have no clue as to why this is happening. > > > It happens randomly in with > > gdata.calendar.service.CalendarService.InsertEvent() & > > gdata.calendar.service.DeleteEvent() > > > Why does it keep knocking back the request? > > > Any information would be most welcome, thanks! > > > Traceback (most recent call last): > > ... > > File "C:\bin\utils\cal\lib\gdata\calendar\service.py", line 159, in > > InsertEvent > > converter=gdata.calendar.CalendarEventEntryFromString) > > File "C:\bin\utils\cal\lib\gdata\service.py", line 1178, in Post > > media_source=media_source, converter=converter) > > File "C:\bin\utils\cal\lib\gdata\service.py", line 1287, in > > PostOrPut > > redirects_remaining - 1, media_source, converter=converter) > > File "C:\bin\utils\cal\lib\gdata\service.py", line 1287, in > > PostOrPut > > redirects_remaining - 1, media_source, converter=converter) > > File "C:\bin\utils\cal\lib\gdata\service.py", line 1287, in > > PostOrPut > > redirects_remaining - 1, media_source, converter=converter) > > File "C:\bin\utils\cal\lib\gdata\service.py", line 1287, in > > PostOrPut > > redirects_remaining - 1, media_source, converter=converter) > > File "C:\bin\utils\cal\lib\gdata\service.py", line 1295, in > > PostOrPut > > 'body': result_body} > > gdata.service.RequestError: {'status':302, 'body': '<HTML>\n<HEAD> > > \n<TITLE>Moved Temporarily</TITLE>\n</HEAD>\n<BODY BGCOLOR="#FFFFFF" > > TEXT="#000000">\n<H1>Moved Temporarily</H1>\nThe document has moved <A > > HREF="https://www.google.com/calendar/feeds/......">here</A>.\n</BODY> > > \n</HTML>\n', 'reas > > on': 'Redirect received, but redirects_remaining <= 0'} > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" 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-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
