TypeError: get_dict_value() got an unexpected keyword argument 'as_dict'
RemiZOffAlex opened this issue · 1 comments
RemiZOffAlex commented
python3.10 ./wsgidav/server/server_cli.py -c ./sample_wsgidav.yaml
Traceback (most recent call last):
File "/wsgidav/server/server_cli.py", line 843, in <module>
run()
File "/wsgidav/server/server_cli.py", line 799, in run
cli_opts, config = _init_config()
File "/wsgidav/server/server_cli.py", line 368, in _init_config
auth_conf = util.get_dict_value(config, "http_authenticator", as_dict=True)
TypeError: get_dict_value() got an unexpected keyword argument 'as_dict'
RemiZOffAlex commented
Sorry! This error from old package exist in system.