Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirection error #21

Open
seajulien opened this issue Apr 9, 2012 · 6 comments · Fixed by #30
Open

Redirection error #21

seajulien opened this issue Apr 9, 2012 · 6 comments · Fixed by #30

Comments

@seajulien
Copy link

Hi,

I tried your program, but I get an error...
I can log, but I get the following return and nothing appears on the calendar


julien@MYCOMPUTER:~/gnome-shell-google-calendar$ ./gnome-shell-google-calendar.py
Logging in as '[email protected]'...
Traceback (most recent call last):
File "./gnome-shell-google-calendar.py", line 457, in
myserver = CalendarServer(client)
File "./gnome-shell-google-calendar.py", line 197, in init
self.calendars = self.get_calendars()
File "./gnome-shell-google-calendar.py", line 246, in get_calendars
feed = self.client.GetAllCalendarsFeed()
File "/usr/lib/pymodules/python2.7/gdata/calendar/client.py", line 177, in get_all_calendars_feed
*_kwargs)
File "/usr/lib/pymodules/python2.7/gdata/calendar/client.py", line 124, in get_calendars_feed
desired_class=desired_class, *_kwargs)
File "/usr/lib/pymodules/python2.7/gdata/client.py", line 635, in get_feed
*_kwargs)
File "/usr/lib/pymodules/python2.7/gdata/client.py", line 299, in request
*_kwargs)
File "/usr/lib/pymodules/python2.7/gdata/client.py", line 299, in request
*_kwargs)
File "/usr/lib/pymodules/python2.7/gdata/client.py", line 299, in request
*_kwargs)
File "/usr/lib/pymodules/python2.7/gdata/client.py", line 299, in request
**kwargs)
File "/usr/lib/pymodules/python2.7/gdata/client.py", line 305, in request
response, RedirectError)
gdata.client.RedirectError: Too many redirects from server: 302,

<TITLE>Moved Temporarily</TITLE>

Moved Temporarily

The document has moved here.

##

I'm not the only one encountering the issue : http://askubuntu.com/questions/116041/help-with-installing-gnome-shell-google-calendar-extension (see answer at the first comment)

I've no idea on what to do to make it work.

Thanks for your job, nice extension (hope I'll be able to run it)

@seajulien
Copy link
Author

Ooops, the HTML is interpreted on github :s

It removed the end of the issue, I was saying that at least another people is experiencing : http://askubuntu.com/questions/116041/help-with-installing-gnome-shell-google-calendar-extension

Hope I'll be able to run it, seems good extension

@vintitres
Copy link
Owner

I'm sorry, but I have no idea whats going on there and I have no way of recreating this error. I believe that it's gdata module problem.

@rkingsbury
Copy link

The script worked beautifully for me for about 2 months on Fedora 17 x64, then I began to get this redirection error. I went into Gnome Online Accounts and toggled Calendar syncing off and back on again, and now it appears to work. Perhaps just a hiccup.

@paoloantinori
Copy link

I confirm the same error in Fedora 17 and the same fix...

@jayr0d
Copy link

jayr0d commented Oct 29, 2012

vintitres, this issue is reproducible by quiting and rerunning the program over and over. I can get it to happen after a few tries.

@cloudburst
Copy link

If you get the redirect error, you need to patch your gdata which is broken in Ubuntu currently:
http://code.google.com/p/gdata-python-client/issues/detail?id=268#c18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants