You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When downloading the pre-built binary for MacOS and trying to execute the CLI, I get the following Python error:
etesync-dav.py:160: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead definelicht/git/master
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-14009:ERROR] Failed to execute script 'etesync-dav' due to unhandled exception: set_level() takes 1 positional argument but 2 were given
[PYI-14009: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
I'm on Sonoma 14.6.1. Happy to provide more information to debug, let me know what is useful!
The text was updated successfully, but these errors were encountered:
When downloading the pre-built binary for MacOS and trying to execute the CLI, I get the following Python error:
I'm on Sonoma 14.6.1. Happy to provide more information to debug, let me know what is useful!
The text was updated successfully, but these errors were encountered: