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

AttributeError("'NoneType' object has no attribute 'ipath'",) #75

Open
bubblefish432 opened this issue May 29, 2019 · 2 comments
Open

Comments

@bubblefish432
Copy link

bubblefish432 commented May 29, 2019

Hallo,

Yesterday i become the error:

Sorry, the requested URL 'http://omv2:8088/results?query=trapez&dir=%3Call%3E&after=&before=&sort=relevancyrating&ascending=0&page=1' caused an error:

Internal Server Error

Exception:

AttributeError("'NoneType' object has no attribute 'ipath'",)

Traceback:

Traceback (most recent call last):
  File "/media/53db9167-314a-44c9-ba9a-d29ea28404f6/www/recoll-webui/bottle.py", line 744, in _handle
    return route.call(**args)
  File "/media/53db9167-314a-44c9-ba9a-d29ea28404f6/www/recoll-webui/bottle.py", line 1479, in wrapper
    rv = callback(*a, **ka)
  File "/media/53db9167-314a-44c9-ba9a-d29ea28404f6/www/recoll-webui/bottle.py", line 2850, in wrapper
    result = func(*args, **kwargs)
  File "/media/53db9167-314a-44c9-ba9a-d29ea28404f6/www/recoll-webui/webui.py", line 252, in results
    res, nres, timer = recoll_search(query)
  File "/media/53db9167-314a-44c9-ba9a-d29ea28404f6/www/recoll-webui/webui.py", line 216, in recoll_search
    v = getattr(doc, f)
AttributeError: 'NoneType' object has no attribute 'ipath'

Can anyone help me ?

@ghost
Copy link

ghost commented Oct 2, 2019

I 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

I confirm that the fix in the mentioned source location above works for me (I am not the author of this bug).

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

2 participants