Error when adding books. seems to happen when I try to add more than one at once? any suggestions.
'NoneType' object has no attribute 'metadata'
Detailed traceback:
Traceback (most recent call last):
File "/Applications/libprs500.app/Contents/Resources/main.py", line 283, in add_books
File "/Applications/libprs500.app/Contents/Resources/main.py", line 296, in _add_books
File "libprs500/ebooks/metadata/opf.pyo", line 102, in __get__
File "libprs500/ebooks/metadata/opf.pyo", line 198, in get_title
AttributeError: 'NoneType' object has no attribute 'metadata'
Thanks
|