I just tried to convert a LIT file and got the following errors...
Traceback (most recent call last):
File "convert_from.py", line 143, in <module>
File "convert_from.py", line 140, in main
File "convert_from.py", line 117, in process_file
File "libprs500\ebooks\lrf\lit\convert_from.pyo", line 63, in process_file
File "libprs500\ebooks\metadata\opf.pyo", line 118, in __init__
File "libprs500\ebooks\metadata\opf.pyo", line 188, in get_isbn
AttributeError: 'NoneType' object has no attribute 'lower'
I get this error with 0.4.23 and 0.4.24 but not 0.4.22.
|