Skip to content

Instantly share code, notes, and snippets.

@didyouexpectthat
Created August 28, 2015 20:24
Show Gist options
  • Save didyouexpectthat/7b4c3508ce9e0d664e8e to your computer and use it in GitHub Desktop.
Save didyouexpectthat/7b4c3508ce9e0d664e8e to your computer and use it in GitHub Desktop.
2015-08-28 13:16:58 ERROR FINDSUBTITLES :: Traceback (most recent call last):
2015-08-28 13:16:58 INFO FINDSUBTITLES :: Error occurred when downloading subtitles for: /tv/The Mindy Project/s02e09.mkv
2015-08-28 13:16:55 DEBUG FINDSUBTITLES :: 259007: Downloading subtitles for S02E09
2015-08-28 13:16:55 DEBUG FINDSUBTITLES :: Checking if /tv/The Mindy Project/s02e09-thumb.jpg exists: True
2015-08-28 13:16:55 DEBUG FINDSUBTITLES :: Checking if /tv/The Mindy Project/s02e09.nfo exists: True
2015-08-28 13:16:55 DEBUG FINDSUBTITLES :: Setter sets location to /tv/The Mindy Project/s02e09.mkv
2015-08-28 13:16:55 DEBUG FINDSUBTITLES :: 259007: Loading episode details from DB for episode The Mindy Project S02E09
2015-08-28 13:16:55 DEBUG FINDSUBTITLES :: 259007: An object for episode S02E09 didn't exist in the cache, trying to create it
2015-08-28 13:16:55 DEBUG FINDSUBTITLES :: Downloading subtitles for episode 2x9 of show The Mindy Project
2015-08-28 13:16:55 DEBUG FINDSUBTITLES :: 259007: No subtitles found for S02E08 on any provider
2015-08-28 13:16:53 DEBUG FINDSUBTITLES :: 259007: Downloading subtitles for S02E08
2015-08-28 13:16:53 DEBUG FINDSUBTITLES :: Checking if /tv/The Mindy Project/s02e08-thumb.jpg exists: True
2015-08-28 13:16:53 DEBUG FINDSUBTITLES :: Checking if /tv/The Mindy Project/s02e08.nfo exists: True
2015-08-28 13:16:53 DEBUG FINDSUBTITLES :: Setter sets location to /tv/The Mindy Project/s02e08.mkv
2015-08-28 13:16:53 DEBUG FINDSUBTITLES :: 259007: Loading episode details from DB for episode The Mindy Project S02E08
2015-08-28 13:16:53 DEBUG FINDSUBTITLES :: 259007: An object for episode S02E08 didn't exist in the cache, trying to create it
2015-08-28 13:16:53 DEBUG FINDSUBTITLES :: Downloading subtitles for episode 2x8 of show The Mindy Project
IndexError: string index out of range
if self.re_sep.match(val[0]):
File "/usr/share/sickrage/lib/guessit/transfo/guess_release_group.py", line 96, in validate_group_name
if filter_(guess):
File "/usr/share/sickrage/lib/guessit/containers.py", line 639, in as_guess
guess = self.container.as_guess(found, string, self.validate_group_name)
File "/usr/share/sickrage/lib/guessit/transfo/guess_release_group.py", line 165, in guess_release_group
matcher_result = self.guess_func(string, node, self.options)
File "/usr/share/sickrage/lib/guessit/matcher.py", line 236, in process_node
self.process_node(node)
File "/usr/share/sickrage/lib/guessit/matcher.py", line 227, in process_nodes
GuessFinder(self.guess_release_group, None, self.log, options).process_nodes(mtree.unidentified_leaves())
File "/usr/share/sickrage/lib/guessit/transfo/guess_release_group.py", line 219, in process
transformer.process(self.match_tree, self.options)
File "/usr/share/sickrage/lib/guessit/matcher.py", line 138, in _process
self._process(transformer, False)
File "/usr/share/sickrage/lib/guessit/matcher.py", line 120, in __init__
mtree = IterativeMatcher(filename, options=options, **kwargs)
File "/usr/share/sickrage/lib/guessit/__init__.py", line 121, in _build_filename_mtree
mtree = _build_filename_mtree(filename, options=options, **kwargs)
File "/usr/share/sickrage/lib/guessit/__init__.py", line 114, in _guess_filename
result.append(_guess_filename(filename, options, **kwargs))
File "/usr/share/sickrage/lib/guessit/__init__.py", line 302, in guess_file_info
return guess_file_info(filename, info=info, options=options, type='episode', **kwargs)
File "/usr/share/sickrage/lib/guessit/__init__.py", line 370, in guess_episode_info
matches |= compute_guess_matches(video, guessit.guess_episode_info(self.movie_release_name + '.mkv'))
File "/usr/share/sickrage/lib/subliminal/providers/opensubtitles.py", line 61, in compute_matches
initial_matches = self.compute_matches(video)
File "/usr/share/sickrage/lib/subliminal/subtitle.py", line 131, in compute_score
for subtitle, score in sorted([(s, s.compute_score(video)) for s in video_subtitles],
File "/usr/share/sickrage/lib/subliminal/api.py", line 88, in download_best_subtitles
foundSubs = subliminal.download_best_subtitles([video], languages=languages, providers=providers, single=not sickbeard.SUBTITLES_MULTI, hearing_impaired=False)
File "/usr/share/sickrage/sickbeard/tv.py", line 1469, in downloadSubtitles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment