list index out of range error
I'm getting a list index out of range error when I do almost anything. For example when I try to add a book (so far I've tried PDF, ODT and TXT), I get:
list index out of range
Detailed traceback:
Traceback (most recent call last):
File "build/bdist.linux-i686/egg/calibre/gui2/add.py", line 62, in metadata_delivered
File "build/bdist.linux-i686/egg/calibre/library/database2.py", line 1199, in add_books
File "build/bdist.linux-i686/egg/calibre/library/database2.py", line 733, in add_format
File "build/bdist.linux-i686/egg/calibre/library/database2.py", line 229, in refresh_ids
IndexError: list index out of range
I'm using Ubuntu Intrepid, just compiled the latest version of Calibre.
Thanks,
Adam
|