Skip to content

Error during chapters combination #1082

@nestorsilva00

Description

@nestorsilva00

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

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions