jspricke / radicale-remind

Radicale storage backends for Remind and Abook
GNU General Public License v3.0
40 stars 4 forks source link

Crash during server startup #16

Closed danisztls closed 4 years ago

danisztls commented 4 years ago
[CRITICAL] An exception occurred during server startup: Failed to load storage module 'radicale_remind': cannot import name 'Item' from 'radicale.storage' (/home/lobo/Workshop/source/workshop/remind-test/env/lib/python3.8/site-packages/radicale/storage/__init__.py)

Fresh virtual environment with radicale and radicale-remind packages installed.

jspricke commented 4 years ago

which versions of radicale and radicale did you use?

danisztls commented 4 years ago

radicale 3.0.3 radicale-remind 0.2.5

I don't know if it is a problem but I have radicale installed through pacman, configured and running in my system. But I did the test with them installed in a virtual environment, system service stopped, and custom configuration parsed through -C flag in radicale with custom port and paths.

jspricke commented 4 years ago

radicale-remind 0.2.5 only works with radicale 2.1.9, the git master works with 3.0.3 for me. I can make a new release if it works for you as well.

danisztls commented 4 years ago

I may try the git master later but your other project remind-caldav is perfect for my use case.