Sushi icon indicating copy to clipboard operation
Sushi copied to clipboard

Deal with unsupported operand type(s) for -: 'NoneType' and 'float'

Open Subarashii-no-Fansub opened this issue 5 years ago • 0 comments

Hello, Can you deal in this port with error like

  File "sushi/__main__.py", line 139, in parse_args_and_run
    run(args)
  File "sushi/__init__.py", line 635, in run
    calculate_shifts(src_stream, dst_stream, search_groups,
  File "sushi/__init__.py", line 430, in calculate_shifts
    shift = new_time - original_time
TypeError: unsupported operand type(s) for -: 'NoneType' and 'float'

Or issues like #33, #32 Thanks

Subarashii-no-Fansub avatar Apr 25 '20 22:04 Subarashii-no-Fansub