-
Notifications
You must be signed in to change notification settings - Fork 481
Trakt lookup: Unknown media type error #2159
Copy link
Copy link
Closed
Labels
Description
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:
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:
- FlexGet version: 2.14.1
- Python version: 2.7.9
- Installation method: pip
- Using daemon (yes/no): yes
- OS and version: Linux OrangePI 3.4.39 Small fix to pyload output plugin. URLs with special chars weren't handled correctly. #2 SMP PREEMPT Mon Oct 12 12:03:03 CEST 2015 armv7l armv7l armv7l GNU/Linux
- Link to crash log:
flexget.log.zip
Reactions are currently unavailable