Using standard install of calibre x64 v1.0 on Win7 Pro x64. FFDL isn't populating my wordcount column with downloaded wordcount metadata (Count Pages isn't configured, so existing wordcount values aren't from there, I don't think), or updating my Reading Lists automatically, as it should. I'm also getting ConstraintError messages when creating new or updating existing anthology epubs.
Code:
calibre, version 1.0.0
ERROR: Unhandled exception: <b>ConstraintError</b>:ConstraintError: columns book, tag are not unique
calibre 1.0 [64bit] isfrozen: True is64bit: True
Windows-7-6.1.7601-SP1 Windows ('64bit', 'WindowsPE')
('Windows', '7', '6.1.7601')
Python 2.7.4
Windows: ('7', '6.1.7601', 'SP1', 'Multiprocessor Free')
Traceback (most recent call last):
File "site-packages\calibre\gui2\proceed.py", line 118, in do_ask_question
File "calibre_plugins.fanfictiondownloader_plugin.ffdl_plugin", line 1296, in do_download_merge_update
File "calibre_plugins.fanfictiondownloader_plugin.ffdl_plugin", line 1111, in update_books_loop
File "calibre_plugins.fanfictiondownloader_plugin.ffdl_plugin", line 1412, in update_metadata
File "site-packages\calibre\db\legacy.py", line 458, in set_metadata
File "site-packages\calibre\db\cache.py", line 55, in ans
File "site-packages\calibre\db\cache.py", line 1137, in set_metadata
File "site-packages\calibre\db\cache.py", line 1105, in protected_set_field
File "site-packages\calibre\db\cache.py", line 1085, in set_field
File "site-packages\calibre\db\cache.py", line 906, in set_field
File "site-packages\calibre\db\write.py", line 502, in set_books
File "site-packages\calibre\db\write.py", line 415, in many_many
File "site-packages\calibre\db\backend.py", line 291, in executemany
File "c:\cygwin\home\kovid\sw\build\apsw-3.7.14.1-r1\src\cursor.c", line 231, in resetcursor
ConstraintError: ConstraintError: columns book, tag are not unique
Did a few tests in calibre's debug mode after, output log is
here. let me know if I should try again with the plugin you just put out for debugging.