Closed kastel closed 1 month ago
Hi @kastel ,
Ah I see. You commit seems totally fine. I will double check on my side, because I remember finding Radicale listed pytz as a dependency (not an optional one).
Here is the issue: https://github.com/Kozea/Radicale/issues/816
It seems that pytz is not used by Radicale, but by vobject, which seems to list it as an optional dep, which I don't find...
Did the change and released 3.2.3.1
Thank you very much for fixing!
Hello,
I have recently upgraded the
docker-radicale
image and started getting 400 responses from the server (I'm using a mixture of jtxBoard, Errands and Kontact/Akonadi to access the collections). They correlate with this error in the logs:pytz
is in fact not available inside the venv because it is installed at the system level and is not copied inside the venv. Installingpytz
using pip instead of as a system package worked for me: https://github.com/kastel/docker-radicale/commit/7d5a21fb1804289a4398d495afdd9ecff9c94883