Hello all,
I am currently trying to configure flexget with discover and rarbg.
Flexget is giving me a “No Results Found” in the log, despite being able to search for said episode (with the logged string) directly on rarbg.
I’ve tried some solutions from other forum posts, but still coming up empty on a fix.
I am somewhat new to flexget, so it’s possible I have a mis-configure.
Any help is appreciated!
Environment: Windows 10, Python 3.6.8, Flexget 3.1.93
config.yml
tasks:
trakt-watchlist-episodes:
trakt_list:
username: <redacted>
list: watchlist
type: episodes
accept_all: yes
seen: local
list_add:
- entry_list: episodes_list
discover-task:
discover:
what:
- entry_list: episodes_list
from:
- rarbg:
category: # Included all categories for troubleshooting
- x264 720p
- x264 1080p
- XviD
- Full BD
- HDTV
- SDTV # Category 18, where the manual rarbg search has a result
ranked: false # Added to try and include all results (troubleshooting)
use_tvdb: true # Added to try and include all results (troubleshooting)
list_match:
from:
- entry_list: episodes_list
flexget.log
2021-01-01 15:34:35 DEBUG api_tvmaze discover-task creating new episode for show Saturday Night Live
2021-01-01 15:34:35 DEBUG est_series_tvmaze discover-task received air-date: 2020-12-19 00:00:00
2021-01-01 15:34:35 DEBUG discover discover-task Saturday Night Live (1975) S46E09 Kristen Wiig / Dua Lipa has been released at 2020-12-19 00:00:00
2021-01-01 15:34:35 VERBOSE discover discover-task Searching for `Saturday Night Live (1975) S46E09 Kristen Wiig / Dua Lipa` with plugin `rarbg` (1 of 1)
2021-01-01 15:34:35 DEBUG api_tvdb discover-task Looking up tvdb information for 'Saturday Night Live (1975)'. TVDB ID: 76177
2021-01-01 15:34:35 DEBUG api_tvdb discover-task Series <name=Saturday Night Live (1975),tvdb_id=76177> not found in cache, looking up from tvdb.
2021-01-01 15:34:35 DEBUG api_tvdb discover-task Authenticating to TheTVDB with api_key
2021-01-01 15:34:35 DEBUG utils.requests discover-task POSTing URL https://api.thetvdb.com/login with args () and kwargs {'data': None, 'json': {'apikey': '<redacted>'}, 'timeout': 30}
2021-01-01 15:34:35 DEBUG utils.requests discover-task GETing URL https://api.thetvdb.com/series/76177 with args () and kwargs {'params': {}, 'headers': {'Authorization': '<redacted>', 'Accept-Language': 'en'}, 'json': None, 'timeout': 30}
2021-01-01 15:34:35 DEBUG rarbg discover-task Using tvdb id 76177
2021-01-01 15:34:35 DEBUG utils.requests discover-task GETing URL https://torrentapi.org/pubapi_v2.php with args () and kwargs {'params': {'get_token': 'get_token', 'format': 'json', 'app_id': 'flexget'}, 'allow_redirects': True, 'timeout': 30}
2021-01-01 15:34:35 DEBUG rarbg discover-task RarBG token: <redacted>
2021-01-01 15:34:35 DEBUG utils.requests discover-task Waiting 2.77 seconds until next request to torrentapi.org
2021-01-01 15:34:38 DEBUG utils.requests discover-task GETing URL https://torrentapi.org/pubapi_v2.php with args () and kwargs {'params': {'mode': 'search', 'ranked': 0, 'min_seeders': 0, 'min_leechers': 0, 'sort': 'last', 'category': '45;44;14;42;41;18', 'format': 'json_extended', 'app_id': 'flexget', 'search_string': b'Saturday Night Live (1975) S46E09 Kristen Wiig Dua Lipa', 'search_tvdb': 76177, 'token': '<redacted>'}, 'allow_redirects': True, 'timeout': 30}
2021-01-01 15:34:38 DEBUG rarbg discover-task requesting: https://torrentapi.org/pubapi_v2.php?mode=search&ranked=0&min_seeders=0&min_leechers=0&sort=last&category=45%3B44%3B14%3B42%3B41%3B18&format=json_extended&app_id=flexget&search_string=Saturday+Night+Live+%281975%29+S46E09+Kristen+Wiig++Dua+Lipa&search_tvdb=76177&token=<redacted>
2021-01-01 15:34:38 DEBUG rarbg discover-task No results found for b'Saturday Night Live (1975) S46E09 Kristen Wiig Dua Lipa'. Message from rarbg: No results found
2021-01-01 15:34:38 DEBUG discover discover-task No results from rarbg
2021-01-01 15:34:38 VERBOSE discover discover-task No search results for `Saturday Night Live (1975) S46E09 Kristen Wiig / Dua Lipa`
2021-01-01 15:34:38 DEBUG backlog discover-task 0 entries purged from backlog
2021-01-01 15:34:38 VERBOSE details discover-task Task didn't produce any entries.
2021-01-01 15:34:38 DEBUG urlrewriter discover-task Checking 0 entries
2021-01-01 15:34:38 VERBOSE details discover-task Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
Navigating to the torrentapi.org endpoint directly:
{“error”:“No results found”,“error_code”:20}
The rarbg search, result appears in category 18 (SDTV):
2 posts - 1 participant