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
advanced search error #2341
Comments
|
It was set correctly. Nevertheless I saved it again, but the error still happens |
|
In calibre itself it‘s possible to mark a column as inactive or deleted or something like this, could you please doublecheck this? |
|
In the newest nightly version the error is catched and should lead to a log entry but no longer to an exception. |
|
Sorry for the late reply. |
|
Found it. Epic fail |
|
Thx for you time! |
Refactored and removed discover html page Bugfix show author Bugfix open dialog in author page Fix for #2341 (advanced search with linked read column and read column having a higher number than number of available custom columns)
|
Please check the newest nightly version, the error should disappear now. The reason was that the custom columns were wrongly linked to the search query in case of a configured read column |
|
Any column? I don’t think so but it could be possible, I have to check it
at the evening
Ozzie Isaacs ***@***.***> schrieb am So. 20. März 2022 um
11:27:
In calibre itself it‘s possible to mark a column as inactive or deleted or
something like this, could you please doublecheck this?
—
Reply to this email directly, view it on GitHub
<#2341 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYCWMXA5EB4XNGDC2XYYE3VA34SHANCNFSM5REICJ2A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Sent from Gmail Mobile
|

Describe the bug/problem
advanced search error
Logfile
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 2073, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 1518, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 1516, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 1502, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
File "/app/calibre-web/cps/usermanagement.py", line 38, in decorated_view
return login_required(func)(*args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/flask_login/utils.py", line 272, in decorated_view
return func(*args, **kwargs)
File "/app/calibre-web/cps/web.py", line 753, in books_list
return render_books_list(data, sort_param, book_id, page)
File "/app/calibre-web/cps/web.py", line 375, in render_books_list
return render_adv_search_results(term, offset, order, config.config_books_per_page)
File "/app/calibre-web/cps/web.py", line 1277, in render_adv_search_results
read_column = cc[config.config_read_column]
IndexError: list index out of range
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: