Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

Entries selected as "best", but not accepted / ignored / rejected

$
0
0

@meeotch wrote:

I've got a series task that seems to be parsing some entries correctly, identifying them as "best", but not accepting / rejecting or ignoring them. Minimal config is attached, as is a debug log.

If you search the log for "S03E19 1080p", you'll see that entry is parsed, makes it past the quality 720p+ filter, is still in the "continuing with entities" list by the end, and is selected as "best entity". However, nothing happens to it after that.

The log says "Produced 50 entries", and if you look at the Summary line, it says: "Accepted: 0 (Rejected: 9 Undecided: 41 Failed: 0)" So a total of 50. However, if you actually count them, there are 9 Rejected but only 31 Ignored.

What's happening to this entry (and the others like it that are just disappearing)? I've verified with CLI "series show" and "seen search" that they haven't been downloaded already. I used "--dump" to check that they were being parsed correctly. And I'm using default tracking, so back episodes of the current season are allowed.

CONFIG:

templates:
  all:
    headers:
      User-Agent: "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36"
      Referer: "http://torrentproject.se/"
      Accept-Encoding: "deflate, gzip"
#    verify_ssl_certificates: no
    deluge:
      host: xxxx
      port: 51467
      username: xxxx
      password: xxxx
    domain_delay:
      zooqle.com: 10 seconds
    cfscraper: yes


tasks:
  fullfrontal:
    rss: 
      url: https://www.limetorrents.cc/searchrss/full%20frontal%20samantha
    series:
      - Full Frontal With Samantha Bee:
          begin: S03E01
          target: "1080p webdl+"
          quality: "720p+"
          upgrade: yes
    template: all

LOG: https://pastebin.com/SuXWkubd

EXCERPT:

2018-08-24 23:21 DEBUG    series        fullfrontal     start with entities: [u'Full Frontal With Samantha Bee S03E19 1080p HEVC x265-MeGusta', u'Full Frontal With Samantha Bee S03E19 720p WEB x264-TBS[TGx]', u'Full Frontal With Samantha Bee S03E19 720p HEVC x265-MeGusta', u'Full Frontal With Samantha Bee S03E19 480p x264-mSD', u'Full Frontal With Samantha Bee S03E19 WEB x264-TBS EZTV', u'Full Frontal With Samantha Bee S03E19 WEB x264-TBS[TGx]', u'Full Frontal With Samantha Bee S03E19 WEB x264-TBS', u'Full Frontal With Samantha Bee S03E19 WEB x264-TBS[ettv]', u'Full Frontal with Samantha Bee S03E19 2018 08 15 WEBRip x264 AAC', u'Full Frontal With Samantha Bee S03E19 XviD-AFG']
2018-08-24 23:21 DEBUG    series        fullfrontal     current entities: [u'Full Frontal With Samantha Bee S03E19 1080p HEVC x265-MeGusta', u'Full Frontal With Samantha Bee S03E19 720p WEB x264-TBS[TGx]', u'Full Frontal With Samantha Bee S03E19 720p HEVC x265-MeGusta', u'Full Frontal With Samantha Bee S03E19 480p x264-mSD', u'Full Frontal With Samantha Bee S03E19 WEB x264-TBS EZTV', u'Full Frontal With Samantha Bee S03E19 WEB x264-TBS[TGx]', u'Full Frontal With Samantha Bee S03E19 WEB x264-TBS', u'Full Frontal With Samantha Bee S03E19 WEB x264-TBS[ettv]', u'Full Frontal with Samantha Bee S03E19 2018 08 15 WEBRip x264 AAC', u'Full Frontal With Samantha Bee S03E19 XviD-AFG']
2018-08-24 23:21 DEBUG    series        fullfrontal     quality req: 720p+
2018-08-24 23:21 VERBOSE  series        fullfrontal     Ignored `Full Frontal With Samantha Bee S03E19 480p x264-mSD`. Does not meet quality requirement `720p+`.
2018-08-24 23:21 VERBOSE  series        fullfrontal     Ignored `Full Frontal With Samantha Bee S03E19 WEB x264-TBS EZTV`. Does not meet quality requirement `720p+`.
2018-08-24 23:21 VERBOSE  series        fullfrontal     Ignored `Full Frontal With Samantha Bee S03E19 WEB x264-TBS[TGx]`. Does not meet quality requirement `720p+`.
2018-08-24 23:21 VERBOSE  series        fullfrontal     Ignored `Full Frontal With Samantha Bee S03E19 WEB x264-TBS`. Does not meet quality requirement `720p+`.
2018-08-24 23:21 VERBOSE  series        fullfrontal     Ignored `Full Frontal With Samantha Bee S03E19 WEB x264-TBS[ettv]`. Does not meet quality requirement `720p+`.
2018-08-24 23:21 VERBOSE  series        fullfrontal     Ignored `Full Frontal with Samantha Bee S03E19 2018 08 15 WEBRip x264 AAC`. Does not meet quality requirement `720p+`.
2018-08-24 23:21 VERBOSE  series        fullfrontal     Ignored `Full Frontal With Samantha Bee S03E19 XviD-AFG`. Does not meet quality requirement `720p+`.
2018-08-24 23:21 DEBUG    series        fullfrontal     -------------------- process_propers -->
2018-08-24 23:21 DEBUG    series        fullfrontal     propers - downloaded qualities: {}
2018-08-24 23:21 DEBUG    series        fullfrontal     continuing w. entities: [u'Full Frontal With Samantha Bee S03E19 1080p HEVC x265-MeGusta', u'Full Frontal With Samantha Bee S03E19 720p WEB x264-TBS[TGx]', u'Full Frontal With Samantha Bee S03E19 720p HEVC x265-MeGusta']
2018-08-24 23:21 DEBUG    series        fullfrontal     best entity is: `Full Frontal With Samantha Bee S03E19 1080p HEVC x265-MeGusta`
2018-08-24 23:21 DEBUG    series        fullfrontal     -------------------- tracking -->
2018-08-24 23:21 DEBUG    series        fullfrontal     latest episode for series <Series(id=50,name=Full Frontal With Samantha Bee)>, with downloaded set to True and season set to None
2018-08-24 23:21 DEBUG    series        fullfrontal     no season packs found for series `Full Frontal With Samantha Bee` with parameters season: None, downloaded: True
2018-08-24 23:21 DEBUG    series        fullfrontal     latest download: <Episode(id=5030,identifier=S03E20,season=3,number=20)>
2018-08-24 23:21 DEBUG    series        fullfrontal     current: <Episode(id=5015,identifier=S03E19,season=3,number=19)>
2018-08-24 23:21 DEBUG    series        fullfrontal     processing series took 0.323874
2018-08-24 23:21 DEBUG    urlrewriter   fullfrontal     Checking 0 entries
2018-08-24 23:21 VERBOSE  details       fullfrontal     Summary - Accepted: 0 (Rejected: 9 Undecided: 41 Failed: 0)

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles