running ./etesync-dav -D fails on startup
output
➜ /Applications/Etesync-dav/etesync-dav -D
etesync-dav.py:160: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
Traceback (most recent call last):
File "etesync-dav.py", line 163, in <module>
File "etesync_dav/radicale_main/__init__.py", line 104, in run
TypeError: set_level() takes 1 positional argument but 2 were given
[PYI-26505:ERROR] Failed to execute script 'etesync-dav' due to unhandled exception: set_level() takes 1 pon
[PYI-26505:ERROR] Traceback:
Traceback (most recent call last):
File "etesync-dav.py", line 163, in <module>
File "etesync_dav/radicale_main/__init__.py", line 104, in run
TypeError: set_level() takes 1 positional argument but 2 were given
NON CRITICAL ; when not using -D or --debug, server loads ok
➜ /Applications/Etesync-dav/etesync-dav
etesync-dav.py:160: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
[2025-08-25 13:55:08 +0200] [27466] [INFO] Loaded default config
[2025-08-25 13:55:08 +0200] [27466] [INFO] Loaded arguments
[2025-08-25 13:55:08 +0200] [27466] [INFO] Starting Radicale
[2025-08-25 13:55:09 +0200] [27466] [INFO] auth type is 'radicale.auth.htpasswd'
[2025-08-25 13:55:09 +0200] [27466] [INFO] auth htpasswd encryption is 'radicale.auth.htpasswd_encryption.p'
[2025-08-25 13:55:09 +0200] [27466] [INFO] storage type is 'etesync_dav.radicale.storage'
[2025-08-25 13:55:09 +0200] [27466] [INFO] rights type is 'etesync_dav.radicale.rights'
[2025-08-25 13:55:09 +0200] [27466] [INFO] web type is 'etesync_dav.radicale.web'
[2025-08-25 13:55:09 +0200] [27466] [INFO] hook type is 'radicale.hook.none'
[2025-08-25 13:55:09 +0200] [27466] [INFO] permit delete of collection: True
[2025-08-25 13:55:09 +0200] [27466] [INFO] Listening on '[127.0.0.1]:37358' with SSL
[2025-08-25 13:55:10 +0200] [27466] [INFO] Listening on '[::1]:37358' with SSL
[2025-08-25 13:55:10 +0200] [27466] [INFO] Radicale server ready
running
./etesync-dav -Dfails on startupetesync-dav/etesync_dav/radicale_main/__init__.py
Line 49 in f7ea583
etesync-dav/etesync_dav/radicale_main/__init__.py
Line 99 in f7ea583
output
NON CRITICAL ; when not using
-Dor --debug, server loads ok