diff --git a/bazarr/get_subtitle.py b/bazarr/get_subtitle.py index a12fadd92..dbbc57b28 100644 --- a/bazarr/get_subtitle.py +++ b/bazarr/get_subtitle.py @@ -74,7 +74,7 @@ def get_video(path, title, sceneName, use_scenename, providers=None, media_type= logging.debug('BAZARR is using those video object properties: %s', vars(video)) return video - except: + except Exception as e: logging.exception("BAZARR Error trying to get video information for this file: " + path)