Hello, I have installed Radicale Remind Storage, which is available at
https://github.com/jspricke/radicale-remind However it isn't working, and I can't see what I did wrong: - I am using Debian stable, with backported python-radicale (version 0.9-1) - I installed radicale-remind using pip (pip install radicale-remind). pip freeze shows me this: # pip freeze Warning: cannot find svn location for distribute==0.6.24dev-r0 Magic-file-extensions==0.2 MySQL-python==1.2.3 PAM==0.4.2 Radicale==0.10 abook==0.1.0 argparse==1.2.1 chardet==2.0.1 configobj==5.0.6 devscripts==2.12.6-deb7u2 ## FIXME: could not find svn URL in dependency_links for this package: distribute==0.6.24dev-r0 mercurial==2.2.2 python-apt==0.8.8.2 python-dateutil==2.4.1 python-debian==0.1.21 radicale-remind==0.1.0 rdiff-backup==1.2.8 remind==0.2.0 rpl==1.5.5 six==1.9.0 vobject==0.8.1c wsgiref==0.1.2 - the file /etc/radicale/users has the correct htpassword copntent for my user - /etc/radicale/config is this: [server] hosts = 0.0.0.0:5232 daemon = False [auth] type = htpasswd # verified: the following file is readable by the radcale user htpasswd_filename = /etc/radicale/users # verified: the file contains SHA1 htpasswd passwords. htpasswd_encryption = sha1 [rights] type = owner_only [storage] type = custom custom_handler = remind_storage filesystem_folder = /home # verified: the following .remind file exists *and* is both readable and # writable by the radicale user; *besides*, all directories in the path # are readable and executable by radicale. remind_file = /home/jeronimo/remind-subdir/.reminders remind_timezone = America/Sao_Paulo [logging] debug=True full_environment = False Ok. So, I can start radicale (the log doesn't seem to show anything wrong), but when i can't connect, for example, from DAVdroid. If I use this in the client: Base URL: http://myhost:5232/ Username: jeronimo Password: my password I get "500 internal server error". Changing the base URL to http://myhost:5232/jeronimo/ doesn't help (the same error occurs). If I *directly* open http://myhost:5232/jeronimo/ on a browser (from my desktop, not from the Android device), then an empty the browser downloads an empty VCS calendar. So... What could I have missed in the configuration? Did I do something wrong when specifying the path to the .reminders file? Thanks a lot! Jeronimo _______________________________________________ Remind-fans mailing list [email protected] http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans Remind is at http://www.roaringpenguin.com/products/remind
