Heurist.org

500 Internal Server Error

The server encountered an internal error and was unable to complete your request. There is an error in the application.

Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 2073, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 1519, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 1517, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 1503, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
File "/app/calibre-web/cps/usermanagement.py", line 34, in decorated_view
return func(*args, **kwargs)
File "/app/calibre-web/cps/web.py", line 799, in books_list
return render_books_list(data, sort_param, book_id, page)
File "/app/calibre-web/cps/web.py", line 389, in render_books_list
return render_ratings_books(page, book_id, order)
File "/app/calibre-web/cps/web.py", line 629, in render_ratings_books
title = _("Rating: %(rating)s stars", rating=int(name.rating / 2))
AttributeError: 'NoneType' object has no attribute 'rating'