Skip to content

Trakt lookup: Unknown media type error #2159

@shotfirer

Description

@shotfirer

Expected behaviour:

Get rarbg rss. Check against the trakt watched list, reject watched entries. In case of error in any non-essential plugin (trakt_lookup is not essential) – ignore it (like when the trakt is not responding) and continue the task. Process entries, download accepted.

Actual behaviour:

Critical error in trakt_lookup on the first entry in the RSS. Task aborted, no entries downloaded. The problem first appeared after updating to 2.14.0

Config:

config.yml.zip

Log:

2018-06-26 10:46 DEBUG    parser_internal RARBG           Parsing movie: `Stephen.Colbert.2018.06.25.Jessica.Chastain.720p.WEB.x264-TBS[rartv]` kwargs: {}
2018-06-26 10:46 DEBUG    movieparser   RARBG           parts: [u'Stephen', u'Colbert', u'2018', u'06', u'25', u'Jessica', u'Chastain', u'720p', u'WEB', u'x264-TBS', u'rartv'], cut is: 2018
2018-06-26 10:46 DEBUG    movieparser   RARBG           after parts check, cut data would be: `Stephen Colbert` abs_cut: 15
2018-06-26 10:46 DEBUG    movieparser   RARBG           quality start: 44
2018-06-26 10:46 DEBUG    movieparser   RARBG           data cut to `Stephen Colbert` - this will be the name
2018-06-26 10:46 DEBUG    parser_internal RARBG           Parsing result: <MovieParser(name=Stephen Colbert,year=2018,quality=720p webdl h264)> (in 15.347 ms)
2018-06-26 10:46 DEBUG    api_trakt     RARBG           Type of title: <type 'unicode'>
2018-06-26 10:46 DEBUG    api_trakt     RARBG           Searching with params: query=Stephen Colbert, type=movie, year=2018
2018-06-26 10:46 DEBUG    utils.requests RARBG           GETing URL https://api.trakt.tv/search with args () and kwargs {'allow_redirects': True, 'params': {u'query': u'Stephen Colbert', u'type': u'movie', u'year': 2018}, u'timeout': 30}
2018-06-26 10:46 DEBUG    trakt_lookup  RARBG           No results on Trakt.tv, title=Stephen Colbert, ids=None.
2018-06-26 10:46 CRITICAL plugin        RARBG           Unknown media type in entry Stephen.Colbert.2018.06.25.Jessica.Chastain.720p.WEB.x264-TBS[rartv]
2018-06-26 10:46 WARNING  task          RARBG           Aborting task (plugin: trakt_lookup)

Additional information:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions