View Single Post
Old 01-28-2011, 12:12 PM   #28
coaver
Member
coaver began at the beginning.
 
coaver's Avatar
 
Posts: 22
Karma: 10
Join Date: Jul 2010
Device: Kindle 3 & Kindle for Android
Calibre Kindle Collection Plugin errors

Wow! This look like it is going to be a wonderful addition to the Calibre Plugins.

I am trying it out and every time I select to create collections it seems to randomly select some authors, tags and series to create the collections by.

I have applied the following tweak that should make the plug in create collections only based on tags and series:




create_kindle_collections = {
"series": "_ ",
"tags": "- "
}




When I try to create collections it does nt seem to work then when I try to manage collections I get this error:

ERROR: ERROR: Unhandled exception: <b>AttributeError</b>:'BookList' object has no attribute 'rebuild_collections'

Traceback (most recent call last):
File "site-packages\calibre\gui2\actions\edit_collections.py" , line 33, in edit_collections
File "site-packages\calibre\gui2\actions\edit_metadata.py", line 405, in edit_device_collections
File "site-packages\calibre\gui2\device.py", line 1137, in upload_collections
File "site-packages\calibre\gui2\device.py", line 339, in upload_collections
AttributeError: 'BookList' object has no attribute 'rebuild_collections'


How do I fix this? What can I send or post that will help you with fixing this problem?

Last edited by coaver; 01-28-2011 at 12:15 PM.
coaver is offline