View Single Post
Old 07-03-2011, 03:59 AM   #95
Artha
-----
Artha began at the beginning.
 
Posts: 114
Karma: 10
Join Date: Jun 2011
Device: Samsung SNE65
The author search seems to work pretty well. I only used the precise serach, nothing fancy. Now, if I try to do a binary search here's what I get with the latest (today) calibre and plugin:
Code:
calibre, version 0.8.8
ERROR: Unhandled exception: <b>AttributeError</b>:'TagsView' object has no attribute 'search_restriction'

Traceback (most recent call last):
  File "calibre_plugins.find_duplicates.action", line 151, in find_duplicates
  File "calibre_plugins.find_duplicates.duplicates", line 114, in run_duplicate_check
  File "calibre_plugins.find_duplicates.algorithms", line 308, in run_duplicate_check
  File "calibre_plugins.find_duplicates.algorithms", line 513, in get_book_ids_to_consider
AttributeError: 'TagsView' object has no attribute 'search_restriction'
And for ISBNs I get pretty much the same:

Code:
calibre, version 0.8.8
ERROR: Unhandled exception: <b>AttributeError</b>:'TagsView' object has no attribute 'search_restriction'

Traceback (most recent call last):
  File "calibre_plugins.find_duplicates.action", line 156, in toolbar_button_clicked
  File "calibre_plugins.find_duplicates.action", line 151, in find_duplicates
  File "calibre_plugins.find_duplicates.duplicates", line 114, in run_duplicate_check
  File "calibre_plugins.find_duplicates.algorithms", line 308, in run_duplicate_check
  File "calibre_plugins.find_duplicates.algorithms", line 479, in get_book_ids_to_consider
AttributeError: 'TagsView' object has no attribute 'search_restriction'
Artha is offline   Reply With Quote