[ERROR] An exception occurred during GET request on '/.web/': string indices must be integers, not 'str'
when using LDAP
#1566
-
I'm running Radicale from this commit da844f4, and I have the following configuration file: [auth]
type = ldap
ldap_uri = ldap://localhost:3890
ldap_base = dc=haddock,dc=cc
ldap_reader_dn = uid=radicale,ou=people,dc=haddock,dc=cc
ldap_secret = REDACTED
ldap_filter = (objectClass=person) When I attempt to access Radicale at https://dav.haddock.cc/radicale/, I get the following error message in the Radicale log: [INFO] GET request for '/' received from 127.0.0.1 (forwarded for '192.168.1.1') using 'Mozilla/5.0 (X11; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0'
[ERROR] An exception occurred during GET request on '/': string indices must be integers, not 'str' I'm greeted with this message on the webpage: A server error occurred. Please contact the administrator. |
Beta Was this translation helpful? Give feedback.
Answered by
pbiering
Sep 17, 2024
Replies: 1 comment 1 reply
-
Issue #1567 created, was fixed by contributor, please try latest code |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pbiering
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue #1567 created, was fixed by contributor, please try latest code