View Single Post
Old 07-21-2021, 12:36 PM   #3
kaisersozee
Member
kaisersozee began at the beginning.
 
kaisersozee's Avatar
 
Posts: 10
Karma: 10
Join Date: Jul 2021
Location: Romania
Device: none
how do I run it?

Sorry, how do I run it?

Quote:
Originally Posted by kovidgoyal View Post
That looks like something has deleted the user_categories preference from the calibre database. Running the following will fix it:

Code:
calibre-debug -c "from calibre.library import db; db = db().new_api; db.set_pref('user_categories', {})"
kaisersozee is offline   Reply With Quote