-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZeroDivisionError: Weights sum to zero, can't be normalized #12
Comments
I'll also need the chapters. Sushi doesn't extract them to a separate file automatically, you can do this with mkvextract(gui). |
chapters: |
thanks for fixing this problem. Anyhow when can I expect new release with this bug fixed |
You can try this build, I won't be releasing a new official version for every minor update. |
thx, but I still getting the same error when trying other video: Traceback (most recent call last): |
You get same error every time one of the chapter groups ended up empty (all evens in there are linked to others). I'd have to look at your other sample to determine if it's the same kind of error or a completely different one. |
Here's sample: |
Previously we might create a chapter group where every single event would be linked, for example a group with only comments or zero-length lines. Now we merge events from these groups to their parents' groups and remove the empty leftovers. Reported in #12
It was a completely different error - this one happened because your script had a chapter group with a single comment it in. Fixed in this build. |
Encountered this error when testing a file:
http://www.datafilehost.com/d/d0cb08e1
Running in Sushi 0.4.3..
The text was updated successfully, but these errors were encountered: