Closed T4mmi closed 5 months ago
If you could even point a direction to look at that would be great, 'cauze I really don't see why I get this error. It finds correctly the videos AND the subtitles, but fails to write them next to the video file... so frustrating !
I have no idea where this comes from. This is the first time I see this kind of encoding error. Can you post debug logs? Instructions are here: https://github.com/Diaoul/subliminal/blob/master/CONTRIBUTING.md
subliminal --debug --cache-dir $cache download --language fr en --age 2d --verbose $folder 2> '.subliminal.log'
.subliminal.log contents (I removed the walking/skipping parts):
DEBUG:subliminal.cli:Collecting path en
ERROR:subliminal.cli:Unexpected error while collecting non-existing path en
Traceback (most recent call last):
File "/usr/local/python3/lib/python3.4/site-packages/subliminal/cli.py", line 320, in download
video = Video.fromname(p)
File "/usr/local/python3/lib/python3.4/site-packages/subliminal/video.py", line 107, in fromname
return cls.fromguess(name, guessit(name))
File "/usr/local/python3/lib/python3.4/site-packages/subliminal/video.py", line 96, in fromguess
return Movie.fromguess(name, guess)
File "/usr/local/python3/lib/python3.4/site-packages/subliminal/video.py", line 207, in fromguess
raise ValueError('Insufficient data to process the guess')
ValueError: Insufficient data to process the guess
DEBUG:subliminal.cli:Collecting path /volume1/Medias
INFO:subliminal.core:Scanning video 'Fear the Walking Dead - S03E14 - El Matadero.mkv' in '/volume1/Medias/TV Shows/Fear the Walking Dead/Season 03'
DEBUG:subliminal.core:Size is 963231754
DEBUG:subliminal.core:Computed hashes {'shooter': 'a143ad32d7c9b5dbdf57af5f24e88212;6d7ea06c5384238171bf782b064d75f4;a797c8f5c56a11728e5c29bff2b4c7e2;958d0e076b367ede91a59b7183f79a95', 'opensubtitles': '83cec14a638dd36a', 'napiprojekt': 'df6d486db05279d4f73efe0c1b1e8ce8', 'thesubdb': 'c2dc40798ef30ae31a4640ea1918b089'}
INFO:subliminal.core:Scanning video 'The Big Bang Theory - S11E03 - The Relaxation Integration.mkv' in '/volume1/Medias/TV Shows/The Big Bang Theory/Season 11'
DEBUG:subliminal.core:Size is 522422925
DEBUG:subliminal.core:Computed hashes {'shooter': 'dbf6f1d500750dc78cddbbdfa2d07fb3;d23ec51ebad2702e11907f6854d2d42f;a3368fa465c4b9bd443ba43965cfc77e;2aae20e9c0c79c9b7cca4d617713436f', 'opensubtitles': '76d9e528697aad18', 'napiprojekt': '4c3003d4abd7456dd51a7649c1928a93', 'thesubdb': 'f610e72f0ca02a604ef9ff4046f6d188'}
INFO:subliminal.core:Scanning video 'Lucifer - S03E02 - The One With The Baby Carrot.mkv' in '/volume1/Medias/TV Shows/Lucifer/Season 03'
DEBUG:subliminal.core:Size is 905218263
DEBUG:subliminal.core:Computed hashes {'shooter': '0499b37da618e19c18ded519d2266156;b1072686201302c6acfd516b1cbc2d61;c0f395720883af85b8b302aa64aff6a0;20f31a4e752160c948b0c83c93492a7d', 'opensubtitles': '308bd57558a946e0', 'napiprojekt': '242187ccb1d3c4d70d9dd5a0826fafbc', 'thesubdb': '7cc3072a933a7f2c14fe91a0475e0a99'}
INFO:subliminal.core:Scanning video "Star Trek - Discovery - S01E04 - The Butcher's Knife Cares Not for the Lamb's Cry.mkv" in '/volume1/Medias/TV Shows/Star Trek - Discovery/Season 01'
DEBUG:subliminal.core:Size is 1132229529
DEBUG:subliminal.core:Computed hashes {'shooter': 'e36ae6e436fe2d0ec42b12d87da75170;1d4c14a39b431135b23ac4010f6294da;a182790572325e76e52af5540f365c57;d6d6028972cfa99aa89e7d4d9ab9b4c1', 'opensubtitles': 'ddc097ef7d052c11', 'napiprojekt': '7acea60b4d779b678007de7a5ce6b1bb', 'thesubdb': 'e24ee3ac8c2c70a3daa483ce5535189f'}
INFO:subliminal.core:Scanning video 'Star Trek - Discovery - S01E01 - The Vulcan Hello.mkv' in '/volume1/Medias/TV Shows/Star Trek - Discovery/Season 01'
DEBUG:subliminal.core:Size is 1185022890
DEBUG:subliminal.core:Computed hashes {'shooter': 'f8e625e103d2356203e3f045d478a029;957cf7b0d0651a0e7f902266d066f292;bed38eddf92db6029e39752fb53d7fe9;e9732849d32d98f1ddb23399f8b1ccb1', 'opensubtitles': '2467edfedc267f32', 'napiprojekt': '9c2e52d2b3f889de1b9a4692f8659275', 'thesubdb': 'ab0cdc0afce263beeb25c287b1455cee'}
INFO:subliminal.core:Scanning video 'Star Trek - Discovery - S01E02 - Battle at the Binary Stars.mkv' in '/volume1/Medias/TV Shows/Star Trek - Discovery/Season 01'
DEBUG:subliminal.core:Size is 1332979332
DEBUG:subliminal.core:Computed hashes {'shooter': '19e939ef68d40b5e31e1930794f19c5d;6fc7827bdd4d21338c5b98f9734eb971;50f77cfd467b2398aa12013e86486cf7;42390142ebffbcbf5002f236be47cff6', 'opensubtitles': 'd92e97f85def170e', 'napiprojekt': '67b548ab5f63a6bdbbe5d67df6e0c03a', 'thesubdb': '6b48ece2790cf9d8a8d6b9b905251c0b'}
DEBUG:subliminal.core:Found subtitles {'Fear the Walking Dead - S03E14 - El Matadero.eng.srt': <Language [en]>, 'Fear the Walking Dead - S03E14 - El Matadero.fra.srt': <Language [fr]>}
DEBUG:subliminal.core:All languages {<Language [fr]>} exist
DEBUG:subliminal.core:Found subtitles {'The Big Bang Theory - S11E03 - The Relaxation Integration.fr.srt': <Language [fr]>}
DEBUG:subliminal.core:All languages {<Language [fr]>} exist
DEBUG:subliminal.core:Found subtitles {'Lucifer - S03E02 - The One With The Baby Carrot.eng.srt': <Language [en]>}
INFO:subliminal.core:Refining video with metadata
DEBUG:subliminal.refiners.metadata:Found resolution 720p
DEBUG:subliminal.refiners.metadata:Found video_codec h264
DEBUG:subliminal.refiners.metadata:Found audio_codec AC3
DEBUG:subliminal.refiners.metadata:MKV has no subtitle track
INFO:subliminal.core:Refining video with tvdb
INFO:subliminal.refiners.tvdb:Searching series 'Lucifer'
DEBUG:subliminal.refiners.tvdb:Found 2 results
DEBUG:subliminal.refiners.tvdb:Found exact match on series 'Lucifer'
DEBUG:subliminal.refiners.tvdb:Found series {'imdbId': 'tt4052886', 'network': 'FOX (US)', 'addedBy': 379124, 'seriesId': '196146', 'airsDayOfWeek': 'Monday', 'airsTime': '8:00 PM', 'runtime': '45', 'seriesName': 'Lucifer', 'firstAired': '2016-01-25', 'id': 295685, 'zap2itId': 'EP02183864', 'banner': 'graphical/295685-g5.jpg', 'rating': 'TV-14', 'aliases': [], 'lastUpdated': 1507663479, 'siteRating': 8.3000000000000007, 'genre': ['Action', 'Comedy', 'Drama', 'Fantasy'], 'status': 'Continuing', 'added': '2015-05-11 05:59:47', 'siteRatingCount': 71, 'overview': "Lucifer is the charming, charismatic and handsome-as-hell original fallen angel, who, bored and unhappy in Hell, takes refuge in Los Angeles, where he uses his gift of persuasion to punish bad guys. But the longer he's away from the underworld, the greater the threat that the worst of humanity could escape.", 'networkId': ''}
INFO:subliminal.refiners.tvdb:Getting series episode 3x2
DEBUG:subliminal.refiners.tvdb:Found episode {'airedEpisodeNumber': 2, 'thumbHeight': '225', 'imdbId': 'tt6552784', 'productionCode': 'T13.20752', 'directors': ['Mark Tonderai'], 'seriesId': 295685, 'language': {'overview': 'en', 'episodeName': 'en'}, 'director': 'Mark Tonderai', 'episodeName': 'The One With The Baby Carrot', 'firstAired': '2017-10-09', 'thumbAuthor': 468845, 'id': 6158412, 'dvdSeason': 3, 'dvdChapter': None, 'thumbWidth': '400', 'airedSeasonID': 714272, 'airsBeforeSeason': None, 'writers': ['Jason Ning', 'Jenn Kao'], 'lastUpdatedBy': 348094, 'dvdEpisodeNumber': 2, 'airsAfterSeason': None, 'filename': 'episodes/295685/6158412.jpg', 'lastUpdated': 1507495517, 'airsBeforeEpisode': None, 'airedSeason': 3, 'guestStars': ['Camille Chen', 'Kevin Christy', 'Saxton Sharbino', 'Rickey Eugene Brown', 'Tom Wilson', 'Antonio Jaramillo', 'John Posey', 'Omar Leyva', 'Suzanne Cryer', 'Ian Reed Kesler', 'Matthew Yang King'], 'absoluteNumber': 33, 'dvdDiscid': '', 'siteRatingCount': 2, 'overview': "After Lucifer removes his wings yet again, Linda becomes concerned that he is too focused on tracking down the Sinnerman and neglecting his own well-being. Tensions continue to rise between Lucifer and Chloe, but they realize they must put their differences aside to solve a case in which Lucifer takes a sudden interest. Once Detective Pierce's past is revealed though, everyone realizes that the Sinnerman is much more dangerous than they thought.", 'thumbAdded': '2017-10-08 13:36:16', 'siteRating': 7.5, 'showUrl': ''}
INFO:subliminal.core:Refining video with omdb
DEBUG:subliminal.refiners.omdb:No need to search
DEBUG:subliminal.core:Found subtitles {"Star Trek - Discovery - S01E04 - The Butcher's Knife Cares Not for the Lamb's Cry.eng.srt": <Language [en]>, "Star Trek - Discovery - S01E04 - The Butcher's Knife Cares Not for the Lamb's Cry.fra.srt": <Language [fr]>}
DEBUG:subliminal.core:All languages {<Language [fr]>} exist
DEBUG:subliminal.core:Found subtitles {}
INFO:subliminal.core:Refining video with metadata
DEBUG:subliminal.refiners.metadata:Found resolution 1080p
DEBUG:subliminal.refiners.metadata:Found video_codec h264
DEBUG:subliminal.refiners.metadata:Found audio_codec AC3
DEBUG:subliminal.refiners.metadata:Embedded subtitle track name 'Forced' is not a valid language
DEBUG:subliminal.refiners.metadata:Embedded subtitle track name 'SDH' is not a valid language
DEBUG:subliminal.refiners.metadata:Found embedded subtitle {<Language [fr]>, <Language [pl]>, <Language [und]>, <Language [ar]>, <Language [tlh]>}
INFO:subliminal.core:Refining video with tvdb
INFO:subliminal.refiners.tvdb:Searching series 'Star Trek'
DEBUG:subliminal.refiners.tvdb:Found 24 results
DEBUG:subliminal.refiners.tvdb:Found exact match on series 'Star Trek'
DEBUG:subliminal.refiners.tvdb:Found series {'imdbId': 'tt0060028', 'network': 'NBC', 'addedBy': None, 'seriesId': '633', 'airsDayOfWeek': 'Thursday', 'airsTime': '8:30 PM', 'runtime': '60', 'seriesName': 'Star Trek', 'firstAired': '1966-09-08', 'id': 77526, 'zap2itId': 'EP00003985', 'banner': 'graphical/77526-g8.jpg', 'rating': 'TV-PG', 'aliases': ['Star Trek: The Original Series', 'Star Trek: TOS'], 'lastUpdated': 1507630480, 'siteRating': 8.5999999999999996, 'genre': ['Action', 'Adventure', 'Drama', 'Science-Fiction'], 'status': 'Ended', 'added': '', 'siteRatingCount': 188, 'overview': "Space. The Final Frontier. The U.S.S. Enterprise embarks on a five year mission to explore the galaxy. The Enterprise is under the command of Captain James T. Kirk, who is assisted by First Officer Mr. Spock, from the planet Vulcan, and Chief Medical Officer Dr. Leonard 'Bones' McCoy. With a determined crew, the Enterprise encounters Klingons, Romulans, time paradoxes, tribbles and genetic supermen led by Khan Noonien Singh. Their mission: to explore strange new worlds, to seek new life and new civilizations, to boldly go where no man has gone before. ", 'networkId': ''}
INFO:subliminal.refiners.tvdb:Getting series episode 1x1
DEBUG:subliminal.refiners.tvdb:Found episode {'airedEpisodeNumber': 1, 'thumbHeight': '300', 'imdbId': '', 'productionCode': '6149-06', 'directors': ['Marc Daniels'], 'seriesId': 77526, 'language': {'overview': 'en', 'episodeName': 'en'}, 'director': '|Marc Daniels|', 'episodeName': 'The Man Trap', 'firstAired': '1966-09-08', 'thumbAuthor': 959, 'id': 248304, 'dvdSeason': 1, 'dvdChapter': None, 'thumbWidth': '400', 'airedSeasonID': 13044, 'airsBeforeSeason': None, 'writers': ['George Clayton Johnson'], 'lastUpdatedBy': 26561, 'dvdEpisodeNumber': 5, 'airsAfterSeason': None, 'filename': 'episodes/77526/248304.jpg', 'lastUpdated': 1273516009, 'airsBeforeEpisode': None, 'airedSeason': 1, 'guestStars': ['Sharon Gimpel', 'Garrison True', 'Larry Anthony', 'Bob Baker', 'Jeanne Bal', 'Alfred Ryder', 'Bruce Watson', 'Michael Zaslow', 'Vince Howard', 'Francine Pyne', 'William Knight'], 'absoluteNumber': 5, 'dvdDiscid': '', 'siteRatingCount': 39, 'overview': 'Kirk and his crew are at deadly risk from an alien creature that feeds on the salt in a human body and can take on any form.', 'thumbAdded': '', 'siteRating': 7.0999999999999996, 'showUrl': ''}
INFO:subliminal.core:Refining video with omdb
DEBUG:subliminal.refiners.omdb:No need to search
ERROR:subliminal.core:Cannot parse language code 'fre'
DEBUG:subliminal.core:Found subtitles {'Star Trek - Discovery - S01E02 - Battle at the Binary Stars.eng.srt': <Language [en]>, 'Star Trek - Discovery - S01E02 - Battle at the Binary Stars.fre.srt': <Language [und]>, 'Star Trek - Discovery - S01E02 - Battle at the Binary Stars.fr.srt': <Language [fr]>}
DEBUG:subliminal.core:All languages {<Language [fr]>} exist
INFO:subliminal.core:Listing subtitles with provider 'tvsubtitles' and languages {<Language [fr]>}
INFO:subliminal.core:Initializing provider tvsubtitles
INFO:subliminal.core:Listing subtitles with provider 'podnapisi' and languages {<Language [fr]>}
INFO:subliminal.core:Initializing provider podnapisi
INFO:subliminal.providers.podnapisi:Searching subtitles {'sY': 2016, 'sTS': 3, 'sTE': 2, 'sXML': 1, 'sK': 'Lucifer', 'sL': 'fr'}
INFO:subliminal.providers.tvsubtitles:Getting the page for episode 67514
INFO:subliminal.core:Listing subtitles with provider 'legendastv' and languages {<Language [fr]>}
INFO:subliminal.core:Initializing provider legendastv
INFO:subliminal.core:Skipping provider 'shooter': no language to search for
INFO:subliminal.core:Listing subtitles with provider 'addic7ed' and languages {<Language [fr]>}
INFO:subliminal.core:Initializing provider addic7ed
INFO:subliminal.core:Listing subtitles with provider 'thesubdb' and languages {<Language [fr]>}
INFO:subliminal.core:Initializing provider thesubdb
INFO:subliminal.providers.thesubdb:Searching subtitles {'action': 'search', 'hash': '7cc3072a933a7f2c14fe91a0475e0a99'}
INFO:subliminal.core:Listing subtitles with provider 'opensubtitles' and languages {<Language [fr]>}
INFO:subliminal.core:Initializing provider opensubtitles
INFO:subliminal.providers.opensubtitles:Logging in
DEBUG:subliminal.providers.addic7ed:Getting show id with year
DEBUG:subliminal.providers.addic7ed:Getting show id
WARNING:subliminal.providers.addic7ed:Series not found in show ids
INFO:subliminal.core:Skipping provider 'subscenter': no language to search for
INFO:subliminal.providers.addic7ed:Searching show ids with {'Submit': 'Search', 'search': 'Lucifer'}
ERROR:subliminal.core:Unexpected error in provider 'addic7ed'
Traceback (most recent call last):
File "/usr/local/python3/lib/python3.4/site-packages/subliminal/core.py", line 118, in list_subtitles_provider
return self[provider].list_subtitles(video, provider_languages)
File "/usr/local/python3/lib/python3.4/site-packages/subliminal/providers/addic7ed.py", line 273, in list_subtitles
return [s for s in self.query(video.series, video.season, video.year)
File "/usr/local/python3/lib/python3.4/site-packages/subliminal/providers/addic7ed.py", line 228, in query
show_id = self.get_show_id(series, year, country)
File "/usr/local/python3/lib/python3.4/site-packages/subliminal/providers/addic7ed.py", line 222, in get_show_id
show_id = self._search_show_id(series)
File "/usr/local/python3/lib/python3.4/site-packages/dogpile/cache/region.py", line 1231, in decorate
should_cache_fn)
File "/usr/local/python3/lib/python3.4/site-packages/dogpile/cache/region.py", line 833, in get_or_create
async_creator) as value:
File "/usr/local/python3/lib/python3.4/site-packages/dogpile/lock.py", line 154, in __enter__
return self._enter()
File "/usr/local/python3/lib/python3.4/site-packages/dogpile/lock.py", line 94, in _enter
generated = self._enter_create(createdtime)
File "/usr/local/python3/lib/python3.4/site-packages/dogpile/lock.py", line 145, in _enter_create
created = self.creator()
File "/usr/local/python3/lib/python3.4/site-packages/dogpile/cache/region.py", line 800, in gen_value
created_value = creator()
File "/usr/local/python3/lib/python3.4/site-packages/dogpile/cache/region.py", line 1227, in creator
return fn(*arg, **kw)
File "/usr/local/python3/lib/python3.4/site-packages/subliminal/providers/addic7ed.py", line 170, in _search_show_id
raise TooManyRequests()
subliminal.exceptions.TooManyRequests
DEBUG:subliminal.providers.opensubtitles:Logged in with token 'YYtcam0CrXP5QYnYio5WTNkC-w3'
INFO:subliminal.providers.opensubtitles:Searching subtitles [{'sublanguageid': 'fre', 'moviebytesize': '905218263', 'moviehash': '308bd57558a946e0'}, {'sublanguageid': 'fre', 'imdbid': '6552784'}, {'sublanguageid': 'fre', 'tag': 'Lucifer - S03E02 - The One With The Baby Carrot.mkv'}, {'episode': 2, 'query': 'Lucifer', 'sublanguageid': 'fre', 'season': 3}]
DEBUG:subliminal.providers.thesubdb:Found subtitle <TheSubDBSubtitle '7cc3072a933a7f2c14fe91a0475e0a99-en' [en]>
DEBUG:subliminal.providers.thesubdb:Found subtitle <TheSubDBSubtitle '7cc3072a933a7f2c14fe91a0475e0a99-pl' [pl]>
DEBUG:subliminal.providers.thesubdb:Found subtitle <TheSubDBSubtitle '7cc3072a933a7f2c14fe91a0475e0a99-pt-BR' [pt-BR]>
DEBUG:subliminal.providers.opensubtitles:No subtitles found
DEBUG:subliminal.providers.podnapisi:No subtitles found
DEBUG:subliminal.providers.tvsubtitles:Found subtitle <TVsubtitlesSubtitle '330758' [en]>
DEBUG:subliminal.providers.tvsubtitles:Found subtitle <TVsubtitlesSubtitle '330783' [en]>
DEBUG:subliminal.providers.tvsubtitles:Found subtitle <TVsubtitlesSubtitle '330817' [ro]>
INFO:subliminal.core:Discarding provider addic7ed
INFO:subliminal.core:Skipping provider 'tvsubtitles': no language to search for
INFO:subliminal.core:Skipping provider 'podnapisi': no language to search for
INFO:subliminal.core:Skipping provider 'legendastv': no language to search for
INFO:subliminal.core:Skipping provider 'shooter': no language to search for
INFO:subliminal.core:Skipping provider 'addic7ed': no language to search for
INFO:subliminal.core:Skipping provider 'thesubdb': no language to search for
INFO:subliminal.core:Skipping provider 'opensubtitles': no language to search for
INFO:subliminal.core:Skipping provider 'subscenter': no language to search for
DEBUG:subliminal.core:Terminating initialized providers
INFO:subliminal.core:Terminating provider tvsubtitles
INFO:subliminal.core:Terminating provider podnapisi
INFO:subliminal.core:Terminating provider addic7ed
INFO:subliminal.core:Terminating provider legendastv
INFO:subliminal.core:Terminating provider opensubtitles
INFO:subliminal.providers.opensubtitles:Logging out
DEBUG:subliminal.providers.opensubtitles:Logged out
INFO:subliminal.core:Terminating provider thesubdb
I don't see the error in the .log ??? yet if I remove the debug option it persists
With login:
subliminal --debug --opensubtitles XXXX XXXX --addic7ed XXXX XXXX --cache-dir $cache download --language fr en --age 2d --verbose $folder 2> '.subliminal.log'
.subliminal.log contents (I removed the walking/skipping parts):
DEBUG:subliminal.cli:Collecting path en
ERROR:subliminal.cli:Unexpected error while collecting non-existing path en
Traceback (most recent call last):
File "/usr/local/python3/lib/python3.4/site-packages/subliminal/cli.py", line 320, in download
video = Video.fromname(p)
File "/usr/local/python3/lib/python3.4/site-packages/subliminal/video.py", line 107, in fromname
return cls.fromguess(name, guessit(name))
File "/usr/local/python3/lib/python3.4/site-packages/subliminal/video.py", line 96, in fromguess
return Movie.fromguess(name, guess)
File "/usr/local/python3/lib/python3.4/site-packages/subliminal/video.py", line 207, in fromguess
raise ValueError('Insufficient data to process the guess')
ValueError: Insufficient data to process the guess
DEBUG:subliminal.cli:Collecting path /volume1/Medias
DEBUG:subliminal.core:Walking directory '/volume1/Medias'
INFO:subliminal.core:Scanning video 'Fear the Walking Dead - S03E14 - El Matadero.mkv' in '/volume1/Medias/TV Shows/Fear the Walking Dead/Season 03'
DEBUG:subliminal.core:Size is 963231754
DEBUG:subliminal.core:Computed hashes {'thesubdb': 'c2dc40798ef30ae31a4640ea1918b089', 'napiprojekt': 'df6d486db05279d4f73efe0c1b1e8ce8', 'shooter': 'a143ad32d7c9b5dbdf57af5f24e88212;6d7ea06c5384238171bf782b064d75f4;a797c8f5c56a11728e5c29bff2b4c7e2;958d0e076b367ede91a59b7183f79a95', 'opensubtitles': '83cec14a638dd36a'}
INFO:subliminal.core:Scanning video 'The Big Bang Theory - S11E03 - The Relaxation Integration.mkv' in '/volume1/Medias/TV Shows/The Big Bang Theory/Season 11'
DEBUG:subliminal.core:Size is 522422925
DEBUG:subliminal.core:Computed hashes {'thesubdb': 'f610e72f0ca02a604ef9ff4046f6d188', 'napiprojekt': '4c3003d4abd7456dd51a7649c1928a93', 'shooter': 'dbf6f1d500750dc78cddbbdfa2d07fb3;d23ec51ebad2702e11907f6854d2d42f;a3368fa465c4b9bd443ba43965cfc77e;2aae20e9c0c79c9b7cca4d617713436f', 'opensubtitles': '76d9e528697aad18'}
INFO:subliminal.core:Scanning video 'Lucifer - S03E02 - The One With The Baby Carrot.mkv' in '/volume1/Medias/TV Shows/Lucifer/Season 03'
DEBUG:subliminal.core:Size is 905218263
DEBUG:subliminal.core:Computed hashes {'thesubdb': '7cc3072a933a7f2c14fe91a0475e0a99', 'napiprojekt': '242187ccb1d3c4d70d9dd5a0826fafbc', 'shooter': '0499b37da618e19c18ded519d2266156;b1072686201302c6acfd516b1cbc2d61;c0f395720883af85b8b302aa64aff6a0;20f31a4e752160c948b0c83c93492a7d', 'opensubtitles': '308bd57558a946e0'}
DEBUG:subliminal.core:Size is 1132229529
DEBUG:subliminal.core:Computed hashes {'thesubdb': 'e24ee3ac8c2c70a3daa483ce5535189f', 'napiprojekt': '7acea60b4d779b678007de7a5ce6b1bb', 'shooter': 'e36ae6e436fe2d0ec42b12d87da75170;1d4c14a39b431135b23ac4010f6294da;a182790572325e76e52af5540f365c57;d6d6028972cfa99aa89e7d4d9ab9b4c1', 'opensubtitles': 'ddc097ef7d052c11'}
INFO:subliminal.core:Scanning video 'Star Trek - Discovery - S01E01 - The Vulcan Hello.mkv' in '/volume1/Medias/TV Shows/Star Trek - Discovery/Season 01'
DEBUG:subliminal.core:Size is 1185022890
DEBUG:subliminal.core:Computed hashes {'thesubdb': 'ab0cdc0afce263beeb25c287b1455cee', 'napiprojekt': '9c2e52d2b3f889de1b9a4692f8659275', 'shooter': 'f8e625e103d2356203e3f045d478a029;957cf7b0d0651a0e7f902266d066f292;bed38eddf92db6029e39752fb53d7fe9;e9732849d32d98f1ddb23399f8b1ccb1', 'opensubtitles': '2467edfedc267f32'}
INFO:subliminal.core:Scanning video 'Star Trek - Discovery - S01E02 - Battle at the Binary Stars.mkv' in '/volume1/Medias/TV Shows/Star Trek - Discovery/Season 01'
DEBUG:subliminal.core:Size is 1332979332
DEBUG:subliminal.core:Computed hashes {'thesubdb': '6b48ece2790cf9d8a8d6b9b905251c0b', 'napiprojekt': '67b548ab5f63a6bdbbe5d67df6e0c03a', 'shooter': '19e939ef68d40b5e31e1930794f19c5d;6fc7827bdd4d21338c5b98f9734eb971;50f77cfd467b2398aa12013e86486cf7;42390142ebffbcbf5002f236be47cff6', 'opensubtitles': 'd92e97f85def170e'}
DEBUG:subliminal.core:Found subtitles {'Fear the Walking Dead - S03E14 - El Matadero.fra.srt': <Language [fr]>, 'Fear the Walking Dead - S03E14 - El Matadero.eng.srt': <Language [en]>}
DEBUG:subliminal.core:All languages {<Language [fr]>} exist
DEBUG:subliminal.core:Found subtitles {'The Big Bang Theory - S11E03 - The Relaxation Integration.fr.srt': <Language [fr]>}
DEBUG:subliminal.core:All languages {<Language [fr]>} exist
DEBUG:subliminal.core:Found subtitles {'Lucifer - S03E02 - The One With The Baby Carrot.eng.srt': <Language [en]>}
INFO:subliminal.core:Refining video with metadata
DEBUG:subliminal.refiners.metadata:Found resolution 720p
DEBUG:subliminal.refiners.metadata:Found video_codec h264
DEBUG:subliminal.refiners.metadata:Found audio_codec AC3
DEBUG:subliminal.refiners.metadata:MKV has no subtitle track
INFO:subliminal.core:Refining video with tvdb
INFO:subliminal.refiners.tvdb:Searching series 'Lucifer'
DEBUG:subliminal.refiners.tvdb:Found 2 results
DEBUG:subliminal.refiners.tvdb:Found exact match on series 'Lucifer'
DEBUG:subliminal.refiners.tvdb:Found series {'seriesName': 'Lucifer', 'seriesId': '196146', 'aliases': [], 'airsDayOfWeek': 'Monday', 'zap2itId': 'EP02183864', 'network': 'FOX (US)', 'lastUpdated': 1507663479, 'runtime': '45', 'status': 'Continuing', 'networkId': '', 'banner': 'graphical/295685-g5.jpg', 'rating': 'TV-14', 'imdbId': 'tt4052886', 'siteRating': 8.3000000000000007, 'airsTime': '8:00 PM', 'addedBy': 379124, 'genre': ['Action', 'Comedy', 'Drama', 'Fantasy'], 'added': '2015-05-11 05:59:47', 'firstAired': '2016-01-25', 'siteRatingCount': 71, 'id': 295685, 'overview': "Lucifer is the charming, charismatic and handsome-as-hell original fallen angel, who, bored and unhappy in Hell, takes refuge in Los Angeles, where he uses his gift of persuasion to punish bad guys. But the longer he's away from the underworld, the greater the threat that the worst of humanity could escape."}
INFO:subliminal.refiners.tvdb:Getting series episode 3x2
DEBUG:subliminal.refiners.tvdb:Found episode {'writers': ['Jason Ning', 'Jenn Kao'], 'airsAfterSeason': None, 'directors': ['Mark Tonderai'], 'seriesId': 295685, 'airedSeasonID': 714272, 'episodeName': 'The One With The Baby Carrot', 'lastUpdated': 1507495517, 'dvdChapter': None, 'language': {'overview': 'en', 'episodeName': 'en'}, 'airedSeason': 3, 'imdbId': 'tt6552784', 'thumbAuthor': 468845, 'siteRatingCount': 2, 'siteRating': 7.5, 'thumbHeight': '225', 'dvdSeason': 3, 'lastUpdatedBy': 348094, 'showUrl': '', 'guestStars': ['Camille Chen', 'Kevin Christy', 'Saxton Sharbino', 'Rickey Eugene Brown', 'Tom Wilson', 'Antonio Jaramillo', 'John Posey', 'Omar Leyva', 'Suzanne Cryer', 'Ian Reed Kesler', 'Matthew Yang King'], 'thumbWidth': '400', 'absoluteNumber': 33, 'firstAired': '2017-10-09', 'director': 'Mark Tonderai', 'filename': 'episodes/295685/6158412.jpg', 'thumbAdded': '2017-10-08 13:36:16', 'dvdDiscid': '', 'id': 6158412, 'airsBeforeEpisode': None, 'airsBeforeSeason': None, 'productionCode': 'T13.20752', 'overview': "After Lucifer removes his wings yet again, Linda becomes concerned that he is too focused on tracking down the Sinnerman and neglecting his own well-being. Tensions continue to rise between Lucifer and Chloe, but they realize they must put their differences aside to solve a case in which Lucifer takes a sudden interest. Once Detective Pierce's past is revealed though, everyone realizes that the Sinnerman is much more dangerous than they thought.", 'dvdEpisodeNumber': 2, 'airedEpisodeNumber': 2}
INFO:subliminal.core:Refining video with omdb
DEBUG:subliminal.refiners.omdb:No need to search
DEBUG:subliminal.core:Found subtitles {"Star Trek - Discovery - S01E04 - The Butcher's Knife Cares Not for the Lamb's Cry.fra.srt": <Language [fr]>, "Star Trek - Discovery - S01E04 - The Butcher's Knife Cares Not for the Lamb's Cry.eng.srt": <Language [en]>}
DEBUG:subliminal.core:All languages {<Language [fr]>} exist
DEBUG:subliminal.core:Found subtitles {}
INFO:subliminal.core:Refining video with metadata
DEBUG:subliminal.refiners.metadata:Found resolution 1080p
DEBUG:subliminal.refiners.metadata:Found video_codec h264
DEBUG:subliminal.refiners.metadata:Found audio_codec AC3
DEBUG:subliminal.refiners.metadata:Embedded subtitle track name 'Forced' is not a valid language
DEBUG:subliminal.refiners.metadata:Embedded subtitle track name 'SDH' is not a valid language
DEBUG:subliminal.refiners.metadata:Found embedded subtitle {<Language [fr]>, <Language [ar]>, <Language [pl]>, <Language [tlh]>, <Language [und]>}
INFO:subliminal.core:Refining video with tvdb
INFO:subliminal.refiners.tvdb:Searching series 'Star Trek'
DEBUG:subliminal.refiners.tvdb:Found 24 results
DEBUG:subliminal.refiners.tvdb:Found exact match on series 'Star Trek'
DEBUG:subliminal.refiners.tvdb:Found series {'seriesName': 'Star Trek', 'seriesId': '633', 'aliases': ['Star Trek: The Original Series', 'Star Trek: TOS'], 'banner': 'graphical/77526-g8.jpg', 'airsDayOfWeek': 'Thursday', 'zap2itId': 'EP00003985', 'network': 'NBC', 'genre': ['Action', 'Adventure', 'Drama', 'Science-Fiction'], 'runtime': '60', 'status': 'Ended', 'siteRating': 8.5999999999999996, 'imdbId': 'tt0060028', 'rating': 'TV-PG', 'siteRatingCount': 188, 'airsTime': '8:30 PM', 'addedBy': None, 'lastUpdated': 1507630480, 'added': '', 'firstAired': '1966-09-08', 'id': 77526, 'networkId': '', 'overview': "Space. The Final Frontier. The U.S.S. Enterprise embarks on a five year mission to explore the galaxy. The Enterprise is under the command of Captain James T. Kirk, who is assisted by First Officer Mr. Spock, from the planet Vulcan, and Chief Medical Officer Dr. Leonard 'Bones' McCoy. With a determined crew, the Enterprise encounters Klingons, Romulans, time paradoxes, tribbles and genetic supermen led by Khan Noonien Singh. Their mission: to explore strange new worlds, to seek new life and new civilizations, to boldly go where no man has gone before. "}
INFO:subliminal.refiners.tvdb:Getting series episode 1x1
DEBUG:subliminal.refiners.tvdb:Found episode {'writers': ['George Clayton Johnson'], 'airsAfterSeason': None, 'directors': ['Marc Daniels'], 'seriesId': 77526, 'dvdEpisodeNumber': 5, 'airedSeasonID': 13044, 'episodeName': 'The Man Trap', 'lastUpdated': 1273516009, 'dvdChapter': None, 'language': {'overview': 'en', 'episodeName': 'en'}, 'productionCode': '6149-06', 'airedSeason': 1, 'imdbId': '', 'thumbAuthor': 959, 'siteRatingCount': 39, 'siteRating': 7.0999999999999996, 'director': '|Marc Daniels|', 'lastUpdatedBy': 26561, 'showUrl': '', 'dvdSeason': 1, 'thumbWidth': '400', 'absoluteNumber': 5, 'firstAired': '1966-09-08', 'airsBeforeEpisode': None, 'filename': 'episodes/77526/248304.jpg', 'thumbAdded': '', 'dvdDiscid': '', 'id': 248304, 'airsBeforeSeason': None, 'thumbHeight': '300', 'overview': 'Kirk and his crew are at deadly risk from an alien creature that feeds on the salt in a human body and can take on any form.', 'guestStars': ['Sharon Gimpel', 'Garrison True', 'Larry Anthony', 'Bob Baker', 'Jeanne Bal', 'Alfred Ryder', 'Bruce Watson', 'Michael Zaslow', 'Vince Howard', 'Francine Pyne', 'William Knight'], 'airedEpisodeNumber': 1}
INFO:subliminal.core:Refining video with omdb
DEBUG:subliminal.refiners.omdb:No need to search
ERROR:subliminal.core:Cannot parse language code 'fre'
DEBUG:subliminal.core:Found subtitles {'Star Trek - Discovery - S01E02 - Battle at the Binary Stars.fr.srt': <Language [fr]>, 'Star Trek - Discovery - S01E02 - Battle at the Binary Stars.eng.srt': <Language [en]>, 'Star Trek - Discovery - S01E02 - Battle at the Binary Stars.fre.srt': <Language [und]>}
DEBUG:subliminal.core:All languages {<Language [fr]>} exist
INFO:subliminal.core:Listing subtitles with provider 'thesubdb' and languages {<Language [fr]>}
INFO:subliminal.core:Initializing provider thesubdb
INFO:subliminal.providers.thesubdb:Searching subtitles {'hash': '7cc3072a933a7f2c14fe91a0475e0a99', 'action': 'search'}
INFO:subliminal.core:Skipping provider 'subscenter': no language to search for
INFO:subliminal.core:Skipping provider 'shooter': no language to search for
INFO:subliminal.core:Listing subtitles with provider 'podnapisi' and languages {<Language [fr]>}
INFO:subliminal.core:Initializing provider podnapisi
INFO:subliminal.providers.podnapisi:Searching subtitles {'sTS': 3, 'sL': 'fr', 'sK': 'Lucifer', 'sY': 2016, 'sTE': 2, 'sXML': 1}
INFO:subliminal.core:Listing subtitles with provider 'legendastv' and languages {<Language [fr]>}
INFO:subliminal.core:Initializing provider legendastv
INFO:subliminal.core:Listing subtitles with provider 'opensubtitles' and languages {<Language [fr]>}
INFO:subliminal.core:Initializing provider opensubtitles
INFO:subliminal.providers.opensubtitles:Logging in
INFO:subliminal.core:Listing subtitles with provider 'addic7ed' and languages {<Language [fr]>}
INFO:subliminal.core:Initializing provider addic7ed
INFO:subliminal.providers.addic7ed:Logging in
INFO:subliminal.core:Listing subtitles with provider 'tvsubtitles' and languages {<Language [fr]>}
INFO:subliminal.core:Initializing provider tvsubtitles
INFO:subliminal.providers.tvsubtitles:Searching show id for 'Lucifer'
DEBUG:subliminal.providers.thesubdb:Found subtitle <TheSubDBSubtitle '7cc3072a933a7f2c14fe91a0475e0a99-en' [en]>
DEBUG:subliminal.providers.thesubdb:Found subtitle <TheSubDBSubtitle '7cc3072a933a7f2c14fe91a0475e0a99-pl' [pl]>
DEBUG:subliminal.providers.thesubdb:Found subtitle <TheSubDBSubtitle '7cc3072a933a7f2c14fe91a0475e0a99-pt-BR' [pt-BR]>
DEBUG:subliminal.providers.opensubtitles:Logged in with token '1DhHbSVZgllmLQRM9v1BUiWqfla'
INFO:subliminal.providers.opensubtitles:Searching subtitles [{'moviehash': '308bd57558a946e0', 'sublanguageid': 'fre', 'moviebytesize': '905218263'}, {'imdbid': '6552784', 'sublanguageid': 'fre'}, {'sublanguageid': 'fre', 'tag': 'Lucifer - S03E02 - The One With The Baby Carrot.mkv'}, {'season': 3, 'sublanguageid': 'fre', 'episode': 2, 'query': 'Lucifer'}]
DEBUG:subliminal.providers.opensubtitles:No subtitles found
DEBUG:subliminal.providers.addic7ed:Logged in
DEBUG:subliminal.providers.podnapisi:No subtitles found
DEBUG:subliminal.providers.tvsubtitles:Found show id 1810
INFO:subliminal.providers.tvsubtitles:Getting the page for episode 67514
INFO:subliminal.providers.addic7ed:Getting show ids
DEBUG:subliminal.providers.tvsubtitles:Found subtitle <TVsubtitlesSubtitle '330758' [en]>
DEBUG:subliminal.providers.tvsubtitles:Found subtitle <TVsubtitlesSubtitle '330783' [en]>
DEBUG:subliminal.providers.tvsubtitles:Found subtitle <TVsubtitlesSubtitle '330817' [ro]>
encoding error : input conversion failed due to input error, bytes 0x8D 0x20 0x6E 0x6F
encoding error : input conversion failed due to input error, bytes 0x8D 0x20 0x6E 0x6F
encoding error : input conversion failed due to input error, bytes 0x8D 0x20 0x6E 0x6F
DEBUG:subliminal.providers.addic7ed:Found 502 show ids
DEBUG:subliminal.providers.addic7ed:Getting show id with year
DEBUG:subliminal.providers.addic7ed:Getting show id
WARNING:subliminal.providers.addic7ed:Series not found in show ids
INFO:subliminal.providers.addic7ed:Searching show ids with {'search': 'Lucifer', 'Submit': 'Search'}
DEBUG:subliminal.providers.addic7ed:Found show id 5346
INFO:subliminal.providers.addic7ed:Getting the page of show id 5346, season 3
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle 'updated/1/127875/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle 'updated/1/127875/1' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle 'updated/1/127875/6' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle 'updated/1/127875/7' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle 'updated/1/128085/0' [en]>
DEBUG:subliminal.providers.addic7ed:Found subtitle <Addic7edSubtitle 'updated/1/128085/1' [en]>
INFO:subliminal.core:Skipping provider 'thesubdb': no language to search for
INFO:subliminal.core:Skipping provider 'subscenter': no language to search for
INFO:subliminal.core:Skipping provider 'shooter': no language to search for
INFO:subliminal.core:Skipping provider 'podnapisi': no language to search for
INFO:subliminal.core:Skipping provider 'legendastv': no language to search for
INFO:subliminal.core:Skipping provider 'opensubtitles': no language to search for
INFO:subliminal.core:Skipping provider 'addic7ed': no language to search for
INFO:subliminal.core:Skipping provider 'tvsubtitles': no language to search for
DEBUG:subliminal.core:Terminating initialized providers
INFO:subliminal.core:Terminating provider thesubdb
INFO:subliminal.core:Terminating provider podnapisi
INFO:subliminal.core:Terminating provider legendastv
INFO:subliminal.core:Terminating provider opensubtitles
INFO:subliminal.providers.opensubtitles:Logging out
DEBUG:subliminal.providers.opensubtitles:Logged out
INFO:subliminal.core:Terminating provider addic7ed
INFO:subliminal.providers.addic7ed:Logging out
DEBUG:subliminal.providers.addic7ed:Logged out
INFO:subliminal.core:Terminating provider tvsubtitles
Hello, I have the same issue
DEBUG:subliminal.cli:Collecting path The.Good.Doctor.S02E04.Tough.Titmouse.HDTV-720p.KILLERS.mkv INFO:subliminal.core:Scanning video 'The.Good.Doctor.S02E04.Tough.Titmouse.HDTV-720p.KILLERS.mkv' in '' DEBUG:subliminal.core:Size is 921588294 DEBUG:subliminal.core:Computed hashes {'opensubtitles': '3cf78671fa28850c', 'shooter': '12dbe36f3b8f1bd65f73c4ad79cc5e6a;6aa2dca9b09ae02eba9ea612924df89a;7178ad94058d24dd918a55a0410bcf43;002be6fb1a9702d4c59d2cc90bcbb295', 'thesubdb': '3126b72a5a9b5d9ff19b5acfefcae079', 'napiprojekt': '2e892bb6e338995be786bf3e9de2435e'} DEBUG:subliminal.core:Found subtitles {'The.Good.Doctor.S02E04.Tough.Titmouse.HDTV-720p.KILLERS.en.srt': <Language [en]>} INFO:subliminal.core:Refining video with metadata DEBUG:subliminal.refiners.metadata:Found video_codec h264 DEBUG:subliminal.refiners.metadata:Found audio_codec AC3 DEBUG:subliminal.refiners.metadata:MKV has no subtitle track INFO:subliminal.core:Refining video with tvdb INFO:subliminal.refiners.tvdb:Searching series 'The Good Doctor' DEBUG:subliminal.refiners.tvdb:Found 3 results DEBUG:subliminal.refiners.tvdb:Found exact match on series 'The Good Doctor' DEBUG:subliminal.refiners.tvdb:Found series {'overview': 'Shaun Murphy, a young surgeon with autism and savant syndrome, relocates from a quiet country life to join a prestigious hospital surgical unit. Alone in the world and unable to personally connect with those around him, Shaun uses his extraordinary medical gifts to save lives and challenge the skepticism of his colleagues.', 'network': 'ABC (US)', 'zap2itId': 'SH02696628', 'status': 'Continuing', 'airsDayOfWeek': 'Monday', 'airsTime': '10:00 PM', 'networkId': '', 'slug': 'the-good-doctor', 'aliases': ['Good Doctor (US)'], 'seriesId': '203695', 'addedBy': 396427, 'genre': ['Drama'], 'rating': 'TV-14', 'lastUpdated': 1541755836, 'seriesName': 'The Good Doctor', 'banner': 'graphical/328634-g4.jpg', 'imdbId': 'tt6470478', 'siteRatingCount': 18, 'added': '2017-05-16 10:22:44', 'id': 328634, 'runtime': '45', 'firstAired': '2017-09-25', 'siteRating': 8.5} INFO:subliminal.refiners.tvdb:Getting series episode 2x4 DEBUG:subliminal.refiners.tvdb:Found episode {'guestStars': ['Holly Taylor', 'Brooke Smith', 'Lesley Fera', 'Leah Lewis', 'Kimiko Gelman', 'Keong Sim', 'Graham Verchere', 'Elfina Luk', 'Agam Darshi', 'Isaiah Lehtinen', 'Brenda Isabel Santiago', 'Teryl Rothery', 'Marnie Mahannah', 'Nisreen Slim', 'Linda Darlow'], 'overview': 'Shaun recalls his own past to help an intellectually disabled teenager face separation from his mother, while Claire is put between an injured teenage rock climber and her worried parents. Meanwhile, Glassman’s post-op hallucinations force him to confront a personal tragedy.', 'airsAfterSeason': None, 'episodeName': 'Tough Titmouse', 'dvdChapter': None, 'id': 6843706, 'thumbHeight': '225', 'thumbAuthor': 456964, 'dvdDiscid': '', 'dvdSeason': 2, 'seriesId': 328634, 'thumbAdded': '2018-10-11 13:49:12', 'absoluteNumber': 22, 'airedEpisodeNumber': 4, 'airedSeason': 2, 'airsBeforeSeason': None, 'airsBeforeEpisode': None, 'showUrl': '', 'lastUpdatedBy': 420157, 'writers': ['David Hoselton'], 'imdbId': 'tt8970130', 'lastUpdated': 1541755801, 'siteRatingCount': 1, 'productionCode': '204', 'language': {'overview': 'en', 'episodeName': 'en'}, 'filename': 'episodes/328634/6843706.jpg', 'dvdEpisodeNumber': 4, 'thumbWidth': '400', 'firstAired': '2018-10-15', 'director': '|Steven DePaul|', 'directors': ['Steven DePaul'], 'siteRating': 8, 'airedSeasonID': 759942} INFO:subliminal.core:Refining video with omdb DEBUG:subliminal.refiners.omdb:No need to search INFO:subliminal.core:Listing subtitles with provider 'legendastv' and languages {<Language [fr]>} INFO:subliminal.core:Initializing provider legendastv INFO:subliminal.core:Listing subtitles with provider 'podnapisi' and languages {<Language [fr]>} INFO:subliminal.core:Initializing provider podnapisi INFO:subliminal.providers.podnapisi:Searching subtitles {'sTE': 4, 'sL': 'fr', 'sTS': 2, 'sXML': 1, 'sY': 2017, 'sK': 'The Good Doctor'} INFO:subliminal.core:Skipping provider 'subscenter': no language to search for INFO:subliminal.core:Listing subtitles with provider 'opensubtitles' and languages {<Language [fr]>} INFO:subliminal.core:Skipping provider 'shooter': no language to search for INFO:subliminal.core:Initializing provider opensubtitles INFO:subliminal.core:Listing subtitles with provider 'addic7ed' and languages {<Language [fr]>} INFO:subliminal.providers.opensubtitles:Logging in INFO:subliminal.core:Initializing provider addic7ed INFO:subliminal.core:Listing subtitles with provider 'thesubdb' and languages {<Language [fr]>} DEBUG:subliminal.providers.addic7ed:Getting show id with year INFO:subliminal.core:Initializing provider thesubdb INFO:subliminal.providers.thesubdb:Searching subtitles {'hash': '3126b72a5a9b5d9ff19b5acfefcae079', 'action': 'search'} DEBUG:subliminal.providers.addic7ed:Getting show id INFO:subliminal.core:Listing subtitles with provider 'tvsubtitles' and languages {<Language [fr]>} WARNING:subliminal.providers.addic7ed:Series not found in show ids INFO:subliminal.core:Initializing provider tvsubtitles ERROR:subliminal.providers.addic7ed:No show id found for 'The Good Doctor' ({'year': 2017, 'country': None}) INFO:subliminal.providers.tvsubtitles:Getting the page for episode 71670 DEBUG:subliminal.providers.thesubdb:Found subtitle <TheSubDBSubtitle '3126b72a5a9b5d9ff19b5acfefcae079-en' [en]> DEBUG:subliminal.providers.thesubdb:Found subtitle <TheSubDBSubtitle '3126b72a5a9b5d9ff19b5acfefcae079-pt-BR' [pt-BR]> DEBUG:subliminal.providers.tvsubtitles:Found subtitle <TVsubtitlesSubtitle '337926' [en]> DEBUG:subliminal.providers.tvsubtitles:Found subtitle <TVsubtitlesSubtitle '338169' [ro]> DEBUG:subliminal.providers.podnapisi:No subtitles found DEBUG:subliminal.providers.opensubtitles:Logged in with token 't8ZZRTVE6ZTOEVBaQFOdx4n2mn8' INFO:subliminal.providers.opensubtitles:Searching subtitles [{'moviehash': '3cf78671fa28850c', 'moviebytesize': '921588294', 'sublanguageid': 'fre'}, {'imdbid': '8970130', 'sublanguageid': 'fre'}, {'sublanguageid': 'fre', 'tag': 'The.Good.Doctor.S02E04.Tough.Titmouse.HDTV-720p.KILLERS.mkv'}, {'query': 'The Good Doctor', 'episode': 4, 'season': 2, 'sublanguageid': 'fre'}] DEBUG:subliminal.providers.opensubtitles:No subtitles found DEBUG:subliminal.core:Terminating initialized providers INFO:subliminal.core:Terminating provider addic7ed INFO:subliminal.core:Terminating provider podnapisi INFO:subliminal.core:Terminating provider opensubtitles INFO:subliminal.providers.opensubtitles:Logging out DEBUG:subliminal.providers.opensubtitles:Logged out INFO:subliminal.core:Terminating provider legendastv INFO:subliminal.core:Terminating provider thesubdb INFO:subliminal.core:Terminating provider tvsubtitles
There has been no response for a long time, this can be closed. Open a new issue if the problem persists.
Hi, I encounter an encoding error when I try to fetch subtitles using subliminal. The script is launched on a Synology NAS (DS216j) with Python 3.4.1 and subliminal 2.0.5 I know that there was a -c option in older version of subliminal, but it seems to have disappeared
Here is my script :
#!/bin/bash
folder="/volume1/Medias/TVShows"
script="/volume1/Medias/subtitles.py"
log="/volume1/Medias/.subtitles.log"
-->btw I didn't found how to use a log file with subliminalcache="/volume1/Medias/.cache/"
subliminal --opensubtitles XXXX XXXXX --addic7ed XXXX XXXXX --cache-dir $cache download --language fr en --age 4w --verbose $folder
I receive this error for every subtitles found : (same bytes concerned)
encoding error : input conversion failed due to input error, bytes 0x8D 0x20 0x6E 0x6F
[edit] Forgot to thank you for this amazing tool, my bad