tomsquest / docker-radicale

Docker image for Radicale calendar and contact server :calendar: + security :closed_lock_with_key: + addons :rocket:
GNU General Public License v3.0
562 stars 80 forks source link

Fail to load infcloud #62

Closed lifehome closed 4 years ago

lifehome commented 4 years ago

After configuring radicale to load radicale_infcloud, the following error popped out:

ERROR: An exception occurred during server startup: Failed to load web module 'radicale_infcloud': No module named 'radicale_infcloud'

Seems weird, is this a bug to #17?

tomsquest commented 4 years ago

Hi,

How did you configured the container to load_infcloud ? What is your config file?

wund0r commented 4 years ago

Hi. Can confirm, I've got the same error. I'm enabling infcloud with this setting in config file:

[web] 
type = radicale_infcloud

with type = none it starts and works

tomsquest commented 4 years ago

Did you include the infcloud package in your container, as in this section of the documentation ?

Re-reading the doc, I see that there is still a mention of infcloud in the header. This package was removed lately in favor of extending the image.

wund0r commented 4 years ago

Oh. I see now. I updated my installation and encountered this error. Looks like my version was a little old :/ Thanks for the info.