View Single Post
Old 11-02-2011, 06:38 AM   #253
fenuks
Enthusiast
fenuks began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Aug 2011
Device: Amazon Kindle 3
Error

Hi Kiwidude. First of all thanks for great plugin. It's really useful, but there's an error, I want report. I have custom bool column named read. All book are marked as not read (N). I configured Reading List to change this column when book is removed from list (which suppose to mean I've read book, and column should change its value to T). When I remove book from list I got error
Spoiler:
Code:
calibre, version 0.8.24
ERROR: Unknown exception: <b>KeyError</b>:u'bool_custom_columns_are_tristate'

Traceback (most recent call last):
  File "calibre_plugins.reading_list.action", line 327, in remove_from_list
  File "calibre_plugins.reading_list.action", line 471, in apply_tags_to_list
KeyError: u'bool_custom_columns_are_tristate'

In calibre behaviour options there's checkbox to change y/n columns to tristate, but I have same error even if unchecked this. Can you fix this error? Many thanks.
fenuks is offline   Reply With Quote