Skip to content

After indexing the first file, webui no longer works #84

Description

@tweak19

Hello everybody,
I'm not sure if development is still in progress for this project, but I'll try to add my problem anyway.

So, i added one file to the index of recoll and it stops working. I was able to search with the webui, now i get the following error:

Traceback (most recent call last):
  File "/home/pi/document-vault/recoll-webui/bottle.py", line 744, in _handle
    return route.call(**args)
  File "/home/pi/document-vault/recoll-webui/bottle.py", line 1479, in wrapper
    rv = callback(*a, **ka)
  File "/home/pi/document-vault/recoll-webui/bottle.py", line 2850, in wrapper
    result = func(*args, **kwargs)
  File "/home/pi/document-vault/recoll-webui/webui.py", line 250, in main
    config = get_config()
  File "/home/pi/document-vault/recoll-webui/webui.py", line 125, in get_config
    config[k] = type(v)(value)
ValueError: dictionary update sequence element #0 has length 1; 2 is required

System is:

Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 10 (buster)
Release:        10
Codename:       buster

Recoll Version: 1.24.3 + Xapian 1.4.11
Recoll-webui = git from master

Thanks for your help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions