-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
I had this error during the chapters combination. Im running this on Mac
'>' not supported between instances of 'float' and 'str'
Traceback (most recent call last):
File "/Users/nash/Projects/ebook2audiobook/lib/functions.py", line 1784, in combine_audio_chapters
if cur_part and (cur_duration + dur > max_part_duration):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: '>' not supported between instances of 'float' and 'str'
Caught DependencyError: '>' not supported between instances of 'float' and 'str'
convert_ebook() Exception: 'bool' object is not iterable