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

Recoll Web UI Error 500 (WSGI) #73

Open
KlausItem opened this issue Mar 13, 2019 · 3 comments
Open

Recoll Web UI Error 500 (WSGI) #73

KlausItem opened this issue Mar 13, 2019 · 3 comments

Comments

@KlausItem
Copy link

Hello,

all of a sudden I got ERROR 500 sometimes if i search with the WEB UI.
most of the times when the string is long or has text and numbers. Short words always works.
On the Desktop App everything is good.

Error like This:
Sorry, the requested URL 'http://xxx.xxx.xxx.xxx/recoll/results?query=welivesecurity&dir=%3Call%3E&after=&before=&sort=relevancyrating&ascending=0&page=1' caused an error:

on the apache2 errorlog it says:

[Wed Mar 13 08:22:45.944614 2019] [wsgi:error] [pid 29405:tid 140175114483456] [remote xxx.xxx.xxx.xxx:0] Traceback (most recent call last):
[Wed Mar 13 08:22:45.944736 2019] [wsgi:error] [pid 29405:tid 140175114483456] [remote xxx.xxx.xxx.xxx:0] File "/var/www/recoll-webui-master/bottle.py", line 744, in _handle
[Wed Mar 13 08:22:45.944744 2019] [wsgi:error] [pid 29405:tid 140175114483456] [remote xxx.xxx.xxx.xxx:0] return route.call(**args)
[Wed Mar 13 08:22:45.944750 2019] [wsgi:error] [pid 29405:tid 140175114483456] [remote xxx.xxx.xxx.xxx:0] File "/var/www/recoll-webui-master/bottle.py", line 1479, in wrapper
[Wed Mar 13 08:22:45.944756 2019] [wsgi:error] [pid 29405:tid 140175114483456] [remote xxx.xxx.xxx.xxx:0] rv = callback(*a, **ka)
[Wed Mar 13 08:22:45.944761 2019] [wsgi:error] [pid 29405:tid 140175114483456] [remote xxx.xxx.xxx.xxx:0] File "/var/www/recoll-webui-master/bottle.py", line 2850, in wrapper
[Wed Mar 13 08:22:45.944767 2019] [wsgi:error] [pid 29405:tid 140175114483456] [remote xxx.xxx.xxx.xxx:0] result = func(*args, **kwargs)
[Wed Mar 13 08:22:45.944773 2019] [wsgi:error] [pid 29405:tid 140175114483456] [remote xxx.xxx.xxx.xxx:0] File "/var/www/recoll-webui-master/webui.py", line 252, in results
[Wed Mar 13 08:22:45.944779 2019] [wsgi:error] [pid 29405:tid 140175114483456] [remote xxx.xxx.xxx.xxx:0] res, nres, timer = recoll_search(query)
[Wed Mar 13 08:22:45.944785 2019] [wsgi:error] [pid 29405:tid 140175114483456] [remote xxx.xxx.xxx.xxx:0] File "/var/www/recoll-webui-master/webui.py", line 216, in recoll_search
[Wed Mar 13 08:22:45.944791 2019] [wsgi:error] [pid 29405:tid 140175114483456] [remote xxx.xxx.xxx.xxx:0] v = getattr(doc, f)
[Wed Mar 13 08:22:45.944796 2019] [wsgi:error] [pid 29405:tid 140175114483456] [remote xxx.xxx.xxx.xxx:0] AttributeError: 'NoneType' object has no attribute 'ipath'

Has annyone an Idea ???

@ghost
Copy link

ghost commented Oct 2, 2019

think that this is fixed in:
https://opensourceprojects.eu/p/recollwebui/code/
which is where I (recoll dev) maintain the webui until koniu reappears.

@bheorcnh
Copy link

bheorcnh commented Oct 1, 2020

This issue is a duplicate of #75

@0000vt
Copy link

0000vt commented Feb 3, 2021

think that this is fixed in:
https://opensourceprojects.eu/p/recollwebui/code/
which is where I (recoll dev) maintain the webui until koniu reappears.

Looks like opensourceprojects.eu is down with a 502 error. Is there another way to retrieve the fixed code?

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

3 participants