Hi,
I'm trying to convert some html files (decompiled chm) but I'm getting this error:
sequence item 0: expected string, NoneType found
Detailed traceback:
Traceback (most recent call last):
File "main.py", line 297, in add_books
File "main.py", line 309, in _add_books
File "libprs500\ebooks\metadata\meta.pyo", line 43, in get_metadata
File "libprs500\ebooks\metadata\html.pyo", line 63, in get_metadata
File "libprs500\ebooks\metadata\__init__.pyo", line 110, in __str__
TypeError: sequence item 0: expected string, NoneType found
Here's sample file:
http://www.smartmadsoft.com/temp/cpy.html
I have tried 4 decompiled chm and I cannot convert any of them.