question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

INFO:subliminal.core:Skipping provider 'addic7ed': no language to search for

See original GitHub issue

… 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:Found embedded subtitle set([<Language [en]>]) INFO:subliminal.core:Refining video with tvdb INFO:subliminal.refiners.tvdb:Searching series ‘Dark Matter’ DEBUG:subliminal.refiners.tvdb:Found 2 results DEBUG:subliminal.refiners.tvdb:Found exact match on series u’Dark Matter’ DEBUG:subliminal.refiners.tvdb:Found series {u’seriesId’: u’‘, u’rating’: u’TV-14’, u’overview’: u’The six-person crew of a derelict spaceship awakens from stasis in the farthest reaches of space. Their memories wiped clean, they have no recollection of who they are or how they got on board. The only clue to their identities is a cargo bay full of weaponry and a destination: a remote mining colony that is about to become a war zone. With no idea whose side they are on, they face a deadly decision. Will these amnesiacs turn their backs on history, or will their pasts catch up with them?‘, u’firstAired’: u’2015-06-13’, u’id’: 292174, u’aliases’: [], u’networkId’: u’‘, u’network’: u’Space’, u’zap2itId’: u’EP02164263’, u’seriesName’: u’Dark Matter’, u’status’: u’Continuing’, u’added’: u’2015-02-16 15:46:41’, u’imdbId’: u’tt4159076’, u’lastUpdated’: 1471083307, u’addedBy’: 63541, u’genre’: [u’Drama’, u’Mystery’, u’Science-Fiction’], u’banner’: u’graphical/292174-g2.jpg’, u’airsTime’: u’10:00 PM’, u’siteRatingCount’: 50, u’airsDayOfWeek’: u’Friday’, u’runtime’: u’45’, u’siteRating’: 8.3} INFO:subliminal.refiners.tvdb:Getting series episode 2x8 DEBUG:subliminal.refiners.tvdb:Found episode {u’seriesId’: 292174, u’airsAfterSeason’: None, u’dvdEpisodeNumber’: 8, u’productionCode’: u’‘, u’overview’: u’A Blink Drive test goes awry, propelling the Raza to a parallel reality.‘, u’airedSeasonID’: 648603, u’thumbAdded’: u’‘, u’episodeName’: u’Stuff to Steal, People to Kill’, u’airedSeason’: 2, u’airsBeforeSeason’: None, u’showUrl’: u’‘, u’id’: 5443966, u’dvdDiscid’: u’‘, u’filename’: u’‘, u’dvdSeason’: 2, u’writers’: [], u’airedEpisodeNumber’: 8, u’absoluteNumber’: 21, u’thumbHeight’: None, u’imdbId’: u’tt5578258’, u’lastUpdated’: 1471434806, u’director’: u’‘, u’lastUpdatedBy’: 348094, u’dvdChapter’: None, u’airsBeforeEpisode’: None, u’language’: {u’overview’: u’en’, u’episodeName’: u’en’}, u’thumbAuthor’: 1, u’siteRatingCount’: 0, u’directors’: [], u’firstAired’: u’2016-08-19’, u’guestStars’: [], u’siteRating’: 0, u’thumbWidth’: None} INFO:subliminal.core:Refining video with omdb DEBUG:subliminal.refiners.omdb:No need to search Collecting videos [####################################] 100%

1 video collected / 0 video ignored / 0 error Downloading subtitles [####################################] 100% Dark.Matter.S02E08.720p.HDTV.x264-FLEET.mkvINFO:subliminal.core:Skipping provider ‘addic7ed’: no language to search for Downloading subtitles [####################################] 100%
DEBUG:subliminal.core:Terminating initialized providers 0 subtitle downloaded for Dark.Matter.S02E08.720p.HDTV.x264-FLEET.mkv

subliminal --debug --addic7ed username password download "pathtodarkmatterhere" -p addic7ed -l en -v -hi -a 2d

Unable to get subtitle for this file: Dark.Matter.S02E08.720p.HDTV.x264-FLEET.mkv

This is the addic7ed site it’s getting from: http://www.addic7ed.com/serie/Dark_Matter/2/8/Stuff_to_Steal%2C_People_to_Kill

This started happening since several episodes back, not sure what is the issue

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ratoaq2commented, Feb 24, 2019

This issue is related to embedded subtitles. Your video has an embedded english subtitle:

DEBUG:subliminal.refiners.metadata:Found embedded subtitle set([<Language [en]>])

And since you’re not using --force, subliminal is assuming that there’s no remaining language: INFO:subliminal.core:Skipping provider 'addic7ed': no language to search for

So it’s not related to Addic7ed.

0reactions
CyberMewcommented, Sep 12, 2016

subliminal --debug --addic7ed user pass download /mnt/user/TV\ Shows/Dark\ Matter/Dark.Matter.S02E11.720p.HDTV.x264-FLEET.mkv -p addic7ed -l en -v -hi -a 2d

subliminal --debug --addic7ed user pass download /mnt/user/TV\ Shows/Dark\ Matter/ -p addic7ed -l en -v -hi -a 2d

(you might need to adjust the 2d accordingly since 2 days has already passed)

Curious to know if it worked for you using the same command line and pip setup

Read more comments on GitHub >

github_iconTop Results From Across the Web

Download The Missing subtitles in English and other languages
Download free subtitles for TV Shows and Movies. Arabic, Catala, English, Euskera, French, Galician, German, Greek, Hungarian, Italian, Persian, Polish ...
Read more >
subliminal - Bountysource
I'm unable to use the addic7ed provider and I don't understand why. It's not an issue with the extension it's look like subliminal...
Read more >
Providers — subliminal 2.0.2 documentation - Read the Docs
You are not reading the most recent version of this documentation. ... languages (set of Language ) – languages to search for. ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found