jelmer / xandikos

A CalDAV/CardDAV server backed by Git
https://www.xandikos.org/
GNU General Public License v3.0
410 stars 42 forks source link

Can't seem to publish a calendar using Lightning for Thunderbird #265

Closed icedwater closed 11 months ago

icedwater commented 11 months ago

I'm trying to publish a calendar to a Xandikos server from my Thunderbird/Lightning instance. However, I got a 500 error when trying to PUT /user/calendars/2023.ics:

TypeError: type object argument after * must be an iterable, not IndexEntry

Xandikos version: 0.2.8 Thunderbird version: 102.15.0 Python version: 3.8.10 OS: Ubuntu 20.04.6 LTS

Here's the traceback. Is it an issue with my exported ICS?

jelmer commented 11 months ago

You're running an old version of Xandikos that is incompatible with the version of Dulwich that you're using. Please upgrade to 0.2.10.

icedwater commented 11 months ago

Thanks! I've upgraded Python to 3.9 on my machine and the export from Thunderbird works fine now.