-
Notifications
You must be signed in to change notification settings - Fork 230
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
Recent books list is always empty #501
Comments
All other menu options still work? If it "one day stopped working" and you did not change anything, then I would think that it's a database problem. To test, simply create a very small calibre database (5 books or so) and put this on your Synology and test it. |
Yes, all other options work: searching books, authors, navigating through the pages, etc. |
TL;DR first: Check the date values of all books within Calibre (sort by date) and bulk-set them if they are missing. I encountered this same behavior and dug into the code to find the query used to produce the recent additions page. While attempting to simplify the query in DB Browser I got as far as : The timestamps of about 50 books were using an '1101' year (I think) and within Calibre the "date" value for those books was unset. Bulk setting the date fixed the problem entirely. edit: Bumping the number of books on the recent additions page produced the problem again. A bit more digging and I found that my comments table was failing to load since an index was wrong. Reindexing the comments table resolved it. |
I have successfully configured COPS in my Synology NAS. Everything works fine except for the "recent books list" that always is blank. It used to work in the past (months ago) but one day stopped working.
I've upgraded to COPS 1.1.3 with same results.
Any suggestion on what could be the reason?
The text was updated successfully, but these errors were encountered: