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

Fixes #23 and hopefully fixes #21. #30

Merged
merged 1 commit into from
Oct 21, 2012
Merged

Conversation

jayr0d
Copy link

@jayr0d jayr0d commented Oct 20, 2012

Tries to retrieve all calendars. Upon success, continues. Upon
failure, prints the exception and tries again in 5 seconds, until
forever.

I verified this fixes #23, but I cannot verify this fixes #21, since it
seems random.

Logging in as '???@???.com'...
*** Exception: [Errno -2] Name or service not known
Error retrieving all calendars.  Trying again in 5 seconds...

...

*** Exception: Too many redirects from server: 302, <HTML>
<HEAD>
<TITLE>Moved Temporarily</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Moved Temporarily</H1>
The document has moved <A HREF="https://www.google.com/calendar/feeds/default/allcalendars/full?gsessionid=???">here</A>.
</BODY>
</HTML>

Error retrieving all calendars.  Trying again in 5 seconds...

Tries to retrieve all calendars.  Upon success, continues.  Upon
failure, prints the exception and tries again in 5 seconds, until
forever.
vintitres added a commit that referenced this pull request Oct 21, 2012
Fixes #23 and hopefully fixes #21.
@vintitres vintitres merged commit 96c7980 into vintitres:master Oct 21, 2012
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 this pull request may close these issues.

Redirection error Failed to start if no Internet connection is available
2 participants