salimoha / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

302 Redirect RequestError on latest release #462

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
>google --version
google 0.9.13

>google calendar delete --yes --title "AA"
Could not delete event: {'status': 302, 'body': '<HTML>\n<HEAD>\n<TITLE>Moved Te
mporarily</TITLE>\n</HEAD>\n<BODY BGCOLOR="#FFFFFF" TEXT="#000000">\n<H1>Moved T
emporarily</H1>\nThe document has moved <A HREF="http://www.google.com/calendar/
feeds/default/private/full/ukn4oe4cm66nk7pmb2c35994h4/63464452402?gsessionid=-Gw
OgbVXDslUfhszcNgXww">here</A>.\n</BODY>\n</HTML>\n', 'reason': 'Redirect 
received, but redirects_remaining <= 0'}

I'm behind the company firewall, and have setup http_proxy env variable, and 
can execute "google calendar add" successfully.

Original issue reported on code.google.com by lisi.and...@gmail.com on 9 Feb 2012 at 6:43

GoogleCodeExporter commented 9 years ago
I use the windows release - googlecl-win32-0.9.13.zip 

Original comment by lisi.and...@gmail.com on 9 Feb 2012 at 6:45

GoogleCodeExporter commented 9 years ago
Update- The issue cannot be reproduced 100%.

Original comment by lisi.and...@gmail.com on 9 Feb 2012 at 6:52

GoogleCodeExporter commented 9 years ago
Seeing the same issue on macos... trying to delete event from Calendar. 
Could not delete event: {'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/default/private/full/XXX)XXX)XXX)">h
ere</A>.\n</BODY>\n</HTML>\n', 'reason': 'Redirect received, but 
redirects_remaining <= 0'}

Original comment by azaf...@gmail.com on 7 Jun 2012 at 6:20

GoogleCodeExporter commented 9 years ago
Same issue here.  Deleting calendar event results in the "302" error. Does not 
seem to happen every instance, but it is frequent.  Very frustrating ...

Original comment by Dallas.B...@gmail.com on 19 Sep 2012 at 11:47

GoogleCodeExporter commented 9 years ago
Works correctly with the trunk code.

Original comment by szy...@endpoint.com on 29 Dec 2012 at 10:07

GoogleCodeExporter commented 9 years ago
I get the same bug most of the times on update and delete (not on create)

{'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="http://www.google.com/calendar/feeds/default/private/full/so3jtr9mn3cu26b2
jcfco2eibo/63516153062?gsessionid=dh_VKyPLcwh45ZnwNJ-F0A">here</A>.\n</BODY>\n</
HTML>\n', 'reason': 'Redirect received, but redirects_remaining <= 0'}

Original comment by vivekjus...@gmail.com on 29 Sep 2013 at 4:05