-
Notifications
You must be signed in to change notification settings - Fork 98
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
507 error during collection sync #340
Comments
I'm intending to create some frameworks for letting the library work around known incompatibility-issues. There are different pathways to fetching all objects on a calendar, if I remember correct the |
I like this mechanism, but I'm concerned about an incompatibility occurring here and there. Where do you think the root of the problem is: in the library implementation or in google services? |
I'm not quite sure where the problem is. It's been a long time since I tested the library against Google, and there is nothing in my notes that it didn't support sync token. There is also a link in the documentation towards https://developers.google.com/calendar/caldav/v2/guide - and on that link it says clearly that rfc6578 should be supported - and that is the sync-token standard. So it seems like it should work, I don't know what could be wrong. I do have a Google account, so theoretically I should be able to check this up myself - but I don't think I will have any time this week nor the next. |
Calling
calendar_principal.calendar(name=calendar_name).objects(load_objects=False)
for google calendar and yandex calendar somehow raises the following error:caldav.lib.error.ResponseError: ResponseError at 'HTTP/1.1 507 Insufficient Storage', reason no reason
. Some accounts or particular calendars raise this error consistently, others do not at all, and I don't understand why.I haven't found any documented solutions neither at the platforms nor within the library.
I get that 5** status code indicates a server-side problem, but is there anything I can do client-side to prevent this from happening?
Any ideas on how to handle it?
The text was updated successfully, but these errors were encountered: