Skip to content
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

KeyError: 'stream_size' #144

Open
CoyoteRay opened this issue Feb 12, 2018 · 0 comments
Open

KeyError: 'stream_size' #144

CoyoteRay opened this issue Feb 12, 2018 · 0 comments

Comments

@CoyoteRay
Copy link

CoyoteRay commented Feb 12, 2018

Getting the error "KeyError: 'stream_size'" when trying to match autorippr against a BluRay for movie Twister. Autorippr was used to rip and compress the movie, it just fails the extra functions.

$ python autorippr.py --debug --skip-compress --extra --force_db=movie
2018-02-11 19:05:43 - Skip compress - DEBUG - Looking for videos to skip compression
2018-02-11 19:05:43 - Extras - INFO - Attempting to discover foreign subtitle for Twister Na.
Traceback (most recent call last):
File "autorippr.py", line 467, in
extras(config)
File "autorippr.py", line 355, in extras
track = forced.discover_forcedsubs(dbvideo)
File "/opt/Autorippr/classes/mediainfo.py", line 79, in discover_forcedsubs
subs.sort(key=lambda sub: sub['stream_size'], reverse = True)
File "/opt/Autorippr/classes/mediainfo.py", line 79, in
subs.sort(key=lambda sub: sub['stream_size'], reverse = True)
KeyError: 'stream_size'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant