Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyError: ('logging', 'backtrace_on_debug') #326

Open
besendorf opened this issue Sep 3, 2024 · 3 comments
Open

KeyError: ('logging', 'backtrace_on_debug') #326

besendorf opened this issue Sep 3, 2024 · 3 comments

Comments

@besendorf
Copy link

With current version from github I get this error after running pip install . and etesync-dav

Traceback (most recent call last):
  File "/home/user/.local/bin/etesync-dav", line 163, in <module>
    radicale_main.run(radicale_args + sys.argv[1:])
  File "/home/user/.local/lib/python3.12/site-packages/etesync_dav/radicale_main/__init__.py", line 132, in run
    log.set_level(configuration.get("logging", "level"), configuration.get("logging", "backtrace_on_debug"))
                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/user/.local/lib/python3.12/site-packages/radicale/config.py", line 391, in get
    raise KeyError(section, option)
KeyError: ('logging', 'backtrace_on_debug')

etesync-dav --version for example works as expected.

@tasn
Copy link
Member

tasn commented Sep 3, 2024

Sounds related to #318 ?

Can you try pin an older version of radicale and see if that works? We should have a new release soon, just waiting for a few other changes from a contributor.

@CaseOf
Copy link

CaseOf commented Sep 6, 2024

Hello,
I can confirm that current release version does not work on radicale >=3.2
I did downgrade to radicale 3.1.9 and it works fine.

@suurt8ll
Copy link

Same here, downgrading to 3.1.9 solves the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants