siyuan icon indicating copy to clipboard operation
siyuan copied to clipboard

After indexing the first file, webui no longer works

Open tweak19 opened this issue 3 years ago • 3 comments

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!

tweak19 avatar Nov 25 '20 18:11 tweak19

+1 here

sokoow avatar Dec 08 '20 15:12 sokoow

+1 Same for me

erkswede avatar Jan 31 '21 09:01 erkswede

Sorry for my late replay, but i could fixe this issue by using an fork from this project which look like to be in development state https://framagit.org/medoc92/recollwebui/

tweak19 avatar Jan 31 '21 10:01 tweak19