python-caldav / caldav

Apache License 2.0
313 stars 91 forks source link

HTTP/1.1 507 Insufficient Storage #353

Closed ArtemIsmagilov closed 7 months ago

ArtemIsmagilov commented 7 months ago

python code

c.objects_by_sync_token()

error

caldav.lib.error.ResponseError: ResponseError at 'HTTP/1.1 507 Insufficient Storage', reason no reason

But this code is working(need sync token)

c.search(event=True)
tobixen commented 7 months ago

Problem at the server side. Yandex?

ArtemIsmagilov commented 7 months ago

Hi, yes!

tobixen commented 7 months ago

Unfortunately, objects_by_sync_token does not work at all servers. :-(

ArtemIsmagilov commented 7 months ago

This method(objects_by_sync_token) working on Yandex, but crash when too many events on the calendar

tobixen commented 7 months ago

That's cool, you've discovered a scaling problem at the Yandex-side of things :-) In any case the error message is thrown by the server and is not happening at the client side, so you should raise an issue with Yandex :-)

ArtemIsmagilov commented 7 months ago

Cool!