bheorcnh

Results 2 issues of bheorcnh

After saving the settings in the user web interface, the application always starts with a HTTP 500 ``` File "/var/www/html/recoll/webui-2020-09/webui.py", line 125, in get_config config[k] = type(v)(value) ValueError: dictionary update...

Due to a wrong wsgi user configuration, the line `from recoll import rclextract` threw an exception as a result from `mkdir(/usr/share/httpd/.recoll) failed: Permission denied` This is correct behaviour until here....