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

Pirate Bay and 1337x search Plugins

$
0
0

@chewy74 wrote:

Anyone else keep getting connection errors running these search Plugins with discover? Everytime discover task runs and searches with those plugin, these errors are logged and the task takes forever to run through, holding up the queue.

2017-08-04 17:33 ERROR    discover      movies          Error searching with piratebay: RequestException: HTTPConnectionPool(host='thepiratebay.se', port=80): Max retries exceeded with url: /search/Magic%20Hour%20%282015%29/0/7/201 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x6acf00f0>: Failed to establish a new connection: [Errno 101] Network is unreachable',))
2017-08-04 17:34 WARNING  urllib3.connectionpool                 Retrying (Retry(total=0, connect=None, read=None, redirect=0, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x6acf0190>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /search/Magic%20Hour%20%282015%29/1/
2017-08-04 17:34 WARNING  apscheduler.scheduler                 Execution of job "addie_shows,passthepopcorn (trigger: interval[0:15:00], next run at: 2017-08-04 17:34:50 EDT)" skipped: maximum number of running instances reached (1)
2017-08-04 17:35 ERROR    1337x         movies          1337x request failed: HTTPConnectionPool(host='1337x.to', port=80): Max retries exceeded with url: /search/Magic%20Hour%20%282015%29/1/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x6abe4990>: Failed to establish a new connection: [Errno 101] Network is unreachable',))
2017-08-04 17:36 WARNING  urllib3.connectionpool                 Retrying (Retry(total=0, connect=None, read=None, redirect=0, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x6abe4990>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /search/I%20Am%20Gangster%20%282016%29/0/7/201
2017-08-04 17:37 ERROR    discover      movies          Error searching with piratebay: RequestException: HTTPConnectionPool(host='thepiratebay.se', port=80): Max retries exceeded with url: /search/I%20Am%20Gangster%20%282016%29/0/7/201 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x6abe4f10>: Failed to establish a new connection: [Errno 101] Network is unreachable',))
2017-08-04 17:37 WARNING  apscheduler.scheduler                 Execution of job "tv_shows,manual_rarbg (trigger: interval[0:05:00], next run at: 2017-08-04 17:37:46 EDT)" skipped: maximum number of running instances reached (1)
2017-08-04 17:38 WARNING  urllib3.connectionpool                 Retrying (Retry(total=0, connect=None, read=None, redirect=0, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x6c6d10d0>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /search/I%20Am%20Gangster%20%282016%29/1/
2017-08-04 17:39 ERROR    1337x         movies          1337x request failed: HTTPConnectionPool(host='1337x.to', port=80): Max retries exceeded with url: /search/I%20Am%20Gangster%20%282016%29/1/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x6a8b28d0>: Failed to establish a new connection: [Errno 101] Network is unreachable',))
2017-08-04 17:40 WARNING  urllib3.connectionpool                 Retrying (Retry(total=0, connect=None, read=None, redirect=0, status=None

Posts: 2

Participants: 2

Read full topic


Problem with convert_magnet

$
0
0

@torz77 wrote:

Hi all

I'm more after seeing if anyone can replicate this problem, so I can work out whether the problem is at my end and I need to troubleshoot, or if there is a bug.

convert_magnet has been working fine. I recently upgraded flexget to version 2.10.75 and Deluge to 1.3.15 which comes with libtorrent 1.0.11.0. Prior to this I had a recent version of flexget and Deluge 1.3.12 which came with either libtorrent 1.0.6 or 1.0.7. and now its behaviour is not correct. The relevant config is:

convert_magnet:
  timeout: 4 minutes

I don't get any failures, but do get an 'invalid torrent file' error when passing to Deluge. On closer inspection (opening the converted .torrent in notepad++), it appears that only the first part of the torrent file is being created, eg:

d8:announce43:udp://tracker.coppersurfer.tk:6969/announce13:announce-listll43:udp://tracker.coppersurfer.tk:6969/announce49:udp://tracker.leechers-paradise.org:6969/announce42:udp://tracker.opentrackr.org:1337/announce42:http://tracker.trackerfix.com:80/announce 43:udp://tracker.coppersurfer.tk:6969/announce49:udp://tracker.leechers-paradise.org:6969/announce42:udp://tracker.opentrackr.org:1337/announce42:http://tracker.trackerfix.com:80/announce ee13:creation datei1502093534e4:info0:e

Where as previously there would be a block of unreadable code after this 'header'.

Does anyone know what is going on here? Is this a libtorrent compatibility issue?

Posts: 1

Participants: 1

Read full topic

[Help] First time user trying to configure for bookmarks RSS

$
0
0

@Babushka23 wrote:

I use a torrent site that allows me to create an RSS feed of bookmarked torrents. I generally use this for one off downloads when we want to watch something.

I can get FlexGet to read the RSS feed and pass it off to Deluge, but I can't figure out how to get naming to work properly. Preferably, FlexGet would scrape TVDB for the show name, etc. I don't think I can use the series plugin because these are generally all over the place and I can't guarantee it will be a series we have watched before. Any ideas?

So far I have this config:

tasks:
  autotorrent:
    rss:
      url: https://torrentsite/bookmarks
      all_entries: no
    accept_all: yes
    thetvdb_lookup: yes
    set:
      content_filename: "{{tvbd_series_name}} - {{ tvdb_ep_name|default('Unknown') }}  - {{ quality|upper }}"
      movedone: /mnt/598C-97BF/Tv_Shows/{{tvdb_series_name}}/Season {{tvdb_series_season}}/
    deluge:
      username: xxxxxxx
      password: xxxxxxx

  un-rar:
    filesystem:
      path: /mnt/598C-97BF/Tv_Shows/
      recursive: yes
      mask: '*.rar'
    accept_all: yes
    decompress: yes

Posts: 1

Participants: 1

Read full topic

Dependency `cfscrape` is missing

$
0
0

@Stabington wrote:

Whenever I run this script, I get this error:
CRITICAL task traktget Plugin discover cannot be used because dependency cfscrape is missing.

yet, 'bin/pip install cfscrape' yields this:
Requirement already satisfied: cfscrape in ./lib/python2.7/site-packages

wat do
https://pastebin.com/1Tfha0He

Posts: 1

Participants: 1

Read full topic

(UndefinedError) 'location' is undefined

$
0
0

@MoKoChino wrote:

Hello,

I've got several (UndefinedError) 'location' is undefined, that also creates a 'crash' log (or at least it seems to).

Here's my config.yml file:

schedules:
  # Run every task once a day
  - tasks: '*'
    interval:
      days: 1
tasks:
  download-rss:
    version_checker: yes
    rss: http://showrss.info/user/*****.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
    all_series: yes
    template: torrent
    thetvdb_lookup: yes
    set:
     tvdb_series_name: "{{ tvdb_series_name }}"
  sort-shows:
    filesystem:
      path:
        - /home/pi/Downloads/Series/Descargados/
      regexp: '.*\.(avi|mkv|mp4)$'
      recursive: yes
    metainfo_series: yes
    accept_all: yes
    disable: seen
    regexp:
      reject:
        - sample
    series:
      settings:
        group 1:
          parse_only: yes
      group 1:
        - Scandal (2012):
            alternate_name: Scandal US
        - Once Upon a Time (2011):
            alternate_name: Once Upon a Time
        - House of Cards (US):
            alternate_name: House of Cards 2013
        - Last Man Standing (2011):
            alternate_name: Last Man Standing US
        - South Park
        - Modern Family
        - The Middle
        - Game of Thrones
        - Homeland
        - Orange Is the New Black
        - The Fall
        - Better Call Saul
        - Luther
        - Silicon Valley
        - Community
        - True Detective
        - Ballers
        - Narcos
        - The X Files
        - Making a Murderer
        - American Crime Story
    thetvdb_lookup: yes
    set:
     tvdb_series_name: "{{ tvdb_series_name }}"
     tvdb_ep_id: "{{ tvdb_ep_id }}"
    move:
      to: /home/pi/Downloads/Series/OrdenadosSubs/{{ tvdb_series_name }}/
      rename: '{{ tvdb_series_name }}.{{ tvdb_ep_id }}'
      along:
        extensions:
          - sub
          - srt
    template: subtitles
templates:
  correo:
    notify:
      task:
        template: html
        via:
          - email:
              from: ******@gmail.com
              to: ******@gmail.com
              smtp_host: smtp.gmail.com
              smtp_port: 587
              smtp_username: ******@gmail.com
              smtp_password: ************
              smtp_tls: true
    template: subtitles
  torrent:
    deluge:
      path: /home/pi/Downloads/Series/Incompletos/
      movedone: /home/pi/Downloads/Series/Descargados/
      label: `{{trakt_series_network}}`
      queuetotop: yes
    template: tv
  rename-files:
#    template: torrent
    thetvdb_lookup: yes
    exists_series:
      - /home/pi/Downloads/Series/Descargados/{{ tvdb_series_name }}
    accept_all: yes
    seen: local
    set:
      path:
        - /home/pi/Downloads/Series/Descargados/{{ tvdb_series_name }}
      main_file_only: yes
      content_filename: "{{ tvdb_series_name }} - {{ tvdb_season }}x{{ tvdb_episode|pad(2) }} - {{ tvdb_ep_name|default('Missing title') }}"
    move:
      to: /home/pi/Downloads/Series/OrdenadosSubs/{{ tvdb_series_name }}
    template: correo
  subtitles:
    filesystem:
      path:
        - /home/pi/Downloads/Series/OrdenadosSubs
      regexp: '.*\.(avi|mkv|mp4)$'
      recursive: yes
    accept_all: yes
    periscope:
      languages:
        - es
      alternatives:
        - en
      overwrite: yes
  tv:
    thetvdb_lookup: yes
    require_field: tvdb_series_name
    seen: local
    exists_series:
      - /home/pi/Downloads/Series/Descargados/{{ tvdb_series_name }}
    accept_all: yes
    set:
      path:
        - /home/pi/Downloads/Series/OrdenadosSubs/{{ tvdb_series_name }}/
      filename: '{{ tvdb_series_name }} - {{ series_id }} - {{ tvdb_ep_name}}{{ location | pathext }}'
      clean_source: 100
      along:
        - mkv
        - mp4
        - avi
    template: rename-files

Here's my clean output flexget.log:

2017-08-15 22:55 INFO     manager                       Daemonizing...
2017-08-15 22:55 INFO     manager                       Daemonize complete. New PID: 5206
2017-08-15 22:55 INFO     scheduler                     Starting scheduler
2017-08-17 17:39 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
2017-08-17 17:39 WARNING  version_checker download-rss    You are not running latest Flexget Version. Current is 2.10.78 and latest is 2.10.81
2017-08-17 17:39 VERBOSE  filesystem    download-rss    Starting to scan folders.
2017-08-17 17:39 VERBOSE  filesystem    download-rss    Scanning folder /home/pi/Downloads/Series/OrdenadosSubs. Recursion is set to True.
2017-08-17 17:39 VERBOSE  backlog       download-rss    Added 2 entries from backlog
2017-08-17 17:39 VERBOSE  details       download-rss    Produced 25 entries.
2017-08-17 17:39 VERBOSE  task          download-rss    REJECTED: `Twin Peaks.S03E10` by retry_failed plugin because has already failed 4 times in the past. (failure reason: cannot find any subtitles for now.)
2017-08-17 17:39 VERBOSE  task          download-rss    REJECTED: `Shooter S02E04 HDTV x264 SVA` by seen plugin because entry with title `Shooter S02E04 HDTV x264 SVA` is already marked seen in the task download-rss at 2017-08-11 17:24
2017-08-17 17:39 VERBOSE  task          download-rss    REJECTED: `Wrecked S02E08 HDTV x264 LOL` by seen plugin because entry with title `Wrecked S02E08 HDTV x264 LOL` is already marked seen in the task download-rss at 2017-08-11 17:24
2017-08-17 17:39 VERBOSE  task          download-rss    REJECTED: `Rick and Morty S03E03 HDTV x264 BATV` by seen plugin because entry with title `Rick and Morty S03E03 HDTV x264 BATV` is already marked seen in the task download-rss at 2017-08-11 17:24
2017-08-17 17:39 VERBOSE  task          download-rss    REJECTED: `The Strain S04E04 HDTV x264 SVA` by seen plugin because entry with title `The Strain S04E04 HDTV x264 SVA` is already marked seen in the task download-rss at 2017-08-11 17:24
2017-08-17 17:39 VERBOSE  task          download-rss    REJECTED: `Game of Thrones S07E04 HDTV x264 SVA` by seen plugin because entry with title `Game of Thrones S07E04 HDTV x264 SVA` is already marked seen in the task download-rss at 2017-08-11 17:24
2017-08-17 17:39 VERBOSE  task          download-rss    REJECTED: `Twin Peaks S03E13 HDTV x264 SVA` by seen plugin because entry with title `Twin Peaks S03E13 HDTV x264 SVA` is already marked seen in the task download-rss at 2017-08-11 17:24
2017-08-17 17:39 VERBOSE  task          download-rss    ACCEPTED: `Wrecked S02E09 HDTV x264 LOL` by series plugin because choosing best available quality
2017-08-17 17:40 VERBOSE  task          download-rss    ACCEPTED: `Twin Peaks S03E14 WEB h264 TBS` by series plugin because choosing best available quality
2017-08-17 17:40 VERBOSE  task          download-rss    REJECTED: `The Strain S04E05 HDTV x264 SVA` by series plugin because nuked
2017-08-17 17:40 VERBOSE  task          download-rss    ACCEPTED: `The Strain S04E05 PROPER HDTV x264 FLEET` by series plugin because choosing best available quality
2017-08-17 17:40 VERBOSE  task          download-rss    ACCEPTED: `Shooter S02E05 HDTV x264 SVA` by series plugin because choosing best available quality
2017-08-17 17:40 VERBOSE  task          download-rss    REJECTED: `Shooter S02E04 PROPER WEBRip x264 RARBG` by series plugin because entity has already been downloaded
2017-08-17 17:40 VERBOSE  task          download-rss    ACCEPTED: `Shadowhunters The Mortal Instruments S02E20 WEB x264 TBS` by series plugin because choosing best available quality
2017-08-17 17:40 VERBOSE  task          download-rss    REJECTED: `Shadowhunters S02E19 WEBRip x264 RARBG` by series plugin because too much in the future from latest downloaded entity `S02E14`. See `--disable-tracking` if this should be downloaded.
2017-08-17 17:40 VERBOSE  task          download-rss    ACCEPTED: `Rick and Morty S03E04 HDTV x264 BATV` by series plugin because choosing best available quality
2017-08-17 17:40 VERBOSE  task          download-rss    ACCEPTED: `Game of Thrones S07E06 HDTV x264 AC3 Manning` by series plugin because choosing best available quality
2017-08-17 17:40 VERBOSE  task          download-rss    REJECTED: `Game of Thrones S07E05 WEB h264 TBS` by series plugin because nuked
2017-08-17 17:40 VERBOSE  task          download-rss    ACCEPTED: `Game of Thrones S07E05 REPACK WEB h264 TBS` by series plugin because choosing best available quality
2017-08-17 17:40 VERBOSE  task          download-rss    ACCEPTED: `Dark Matter S03E11 HDTV x264 SVA` by series plugin because choosing best available quality
2017-08-17 17:40 VERBOSE  task          download-rss    ACCEPTED: `Dark Matter S03E10 HDTV x264 KILLERS` by series plugin because choosing best available quality
2017-08-17 17:40 VERBOSE  task          download-rss    ACCEPTED: `Dark Matter S03E09 HDTV x264 AVSHIT` by series plugin because choosing best available quality
2017-08-17 17:40 VERBOSE  api_tvdb      download-rss    Data for Game of Thrones has expired, refreshing from tvdb
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for Game of Thrones S07E06 HDTV x264 AC3 Manning: (UndefinedError) 'location' is undefined
2017-08-17 17:40 VERBOSE  api_tvdb      download-rss    Data for Shooter has expired, refreshing from tvdb
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for Shooter S02E05 HDTV x264 SVA: (UndefinedError) 'location' is undefined
2017-08-17 17:40 VERBOSE  api_tvdb      download-rss    Data for Wrecked (2016) has expired, refreshing from tvdb
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for Wrecked S02E09 HDTV x264 LOL: (UndefinedError) 'location' is undefined
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for Shadowhunters The Mortal Instruments S02E20 WEB x264 TBS: (UndefinedError) 'location' is undefined
2017-08-17 17:40 VERBOSE  api_tvdb      download-rss    Data for The Strain has expired, refreshing from tvdb
2017-08-17 17:40 INFO     api_tvdb      download-rss    Data for <TVDBEpisode series=The Strain,season=4,episode=5> has expired, refreshing from tvdb
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for The Strain S04E05 PROPER HDTV x264 FLEET: (UndefinedError) 'location' is undefined
2017-08-17 17:40 VERBOSE  api_tvdb      download-rss    Data for Rick and Morty has expired, refreshing from tvdb
2017-08-17 17:40 INFO     api_tvdb      download-rss    Data for <TVDBEpisode series=Rick and Morty,season=3,episode=4> has expired, refreshing from tvdb
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for Rick and Morty S03E04 HDTV x264 BATV: (UndefinedError) 'location' is undefined
2017-08-17 17:40 INFO     api_tvdb      download-rss    Data for <TVDBEpisode series=Game of Thrones,season=7,episode=5> has expired, refreshing from tvdb
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for Game of Thrones S07E05 REPACK WEB h264 TBS: (UndefinedError) 'location' is undefined
2017-08-17 17:40 VERBOSE  api_tvdb      download-rss    Data for Twin Peaks has expired, refreshing from tvdb
2017-08-17 17:40 INFO     api_tvdb      download-rss    Data for <TVDBEpisode series=Twin Peaks,season=3,episode=14> has expired, refreshing from tvdb
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for Twin Peaks S03E14 WEB h264 TBS: (UndefinedError) 'location' is undefined
2017-08-17 17:40 VERBOSE  api_tvdb      download-rss    Data for Dark Matter has expired, refreshing from tvdb
2017-08-17 17:40 INFO     api_tvdb      download-rss    Data for <TVDBEpisode series=Dark Matter,season=3,episode=11> has expired, refreshing from tvdb
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for Dark Matter S03E11 HDTV x264 SVA: (UndefinedError) 'location' is undefined
2017-08-17 17:40 INFO     api_tvdb      download-rss    Data for <TVDBEpisode series=Dark Matter,season=3,episode=10> has expired, refreshing from tvdb
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for Dark Matter S03E10 HDTV x264 KILLERS: (UndefinedError) 'location' is undefined
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for Sharknado5 Global Warming (2017): (UndefinedError) 'series_id' is undefined
2017-08-17 17:40 ERROR    set           download-rss    Could not set content_filename for Sharknado5 Global Warming (2017): (UndefinedError) 'tvdb_episode' is undefined
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for ZombieShark: (UndefinedError) 'series_id' is undefined
2017-08-17 17:40 ERROR    set           download-rss    Could not set content_filename for ZombieShark: (UndefinedError) 'tvdb_episode' is undefined
2017-08-17 17:40 INFO     api_tvdb      download-rss    Data for <TVDBEpisode series=Dark Matter,season=3,episode=9> has expired, refreshing from tvdb
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for Dark Matter S03E09 HDTV x264 AVSHIT: (UndefinedError) 'location' is undefined
2017-08-17 17:44 VERBOSE  details       download-rss    Summary - Accepted: 11 (Rejected: 11 Undecided: 0 Failed: 3)
2017-08-17 17:44 CRITICAL task          download-rss    BUG: Unhandled error in plugin nzb_size: 'NoneType' object has no attribute 'endswith'
2017-08-17 17:44 CRITICAL manager       download-rss    An unexpected crash has occurred. Writing crash report to /home/pi/.flexget/crash_report.2017.08.17.174407859452.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 2.10.78
2017-08-17 17:44 WARNING  task          download-rss    Aborting task (plugin: nzb_size)

And the crash_report.log:

2017-08-17 17:40 VERBOSE  api_tvdb      download-rss    Data for The Strain has expired, refreshing from tvdb
2017-08-17 17:40 INFO     api_tvdb      download-rss    Data for <TVDBEpisode series=The Strain,season=4,episode=5> has expired, refreshing from tvdb
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for The Strain S04E05 PROPER HDTV x264 FLEET: (UndefinedError) 'location' is undefined
2017-08-17 17:40 VERBOSE  api_tvdb      download-rss    Data for Rick and Morty has expired, refreshing from tvdb
2017-08-17 17:40 INFO     api_tvdb      download-rss    Data for <TVDBEpisode series=Rick and Morty,season=3,episode=4> has expired, refreshing from tvdb
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for Rick and Morty S03E04 HDTV x264 BATV: (UndefinedError) 'location' is undefined
2017-08-17 17:40 INFO     api_tvdb      download-rss    Data for <TVDBEpisode series=Game of Thrones,season=7,episode=5> has expired, refreshing from tvdb
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for Game of Thrones S07E05 REPACK WEB h264 TBS: (UndefinedError) 'location' is undefined
2017-08-17 17:40 VERBOSE  api_tvdb      download-rss    Data for Twin Peaks has expired, refreshing from tvdb
2017-08-17 17:40 INFO     api_tvdb      download-rss    Data for <TVDBEpisode series=Twin Peaks,season=3,episode=14> has expired, refreshing from tvdb
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for Twin Peaks S03E14 WEB h264 TBS: (UndefinedError) 'location' is undefined
2017-08-17 17:40 VERBOSE  api_tvdb      download-rss    Data for Dark Matter has expired, refreshing from tvdb
2017-08-17 17:40 INFO     api_tvdb      download-rss    Data for <TVDBEpisode series=Dark Matter,season=3,episode=11> has expired, refreshing from tvdb
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for Dark Matter S03E11 HDTV x264 SVA: (UndefinedError) 'location' is undefined
2017-08-17 17:40 INFO     api_tvdb      download-rss    Data for <TVDBEpisode series=Dark Matter,season=3,episode=10> has expired, refreshing from tvdb
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for Dark Matter S03E10 HDTV x264 KILLERS: (UndefinedError) 'location' is undefined
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for Sharknado5 Global Warming (2017): (UndefinedError) 'series_id' is undefined
2017-08-17 17:40 ERROR    set           download-rss    Could not set content_filename for Sharknado5 Global Warming (2017): (UndefinedError) 'tvdb_episode' is undefined
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for ZombieShark: (UndefinedError) 'series_id' is undefined
2017-08-17 17:40 ERROR    set           download-rss    Could not set content_filename for ZombieShark: (UndefinedError) 'tvdb_episode' is undefined
2017-08-17 17:40 INFO     api_tvdb      download-rss    Data for <TVDBEpisode series=Dark Matter,season=3,episode=9> has expired, refreshing from tvdb
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for Dark Matter S03E09 HDTV x264 AVSHIT: (UndefinedError) 'location' is undefined
2017-08-17 17:40 ERROR    set           download-rss    Could not set filename for None.None: (UndefinedError) 'series_id' is undefined
2017-08-17 17:40 ERROR    set           download-rss    Could not set content_filename for None.None: (UndefinedError) 'tvdb_episode' is undefined
2017-08-17 17:44 VERBOSE  details       download-rss    Summary - Accepted: 11 (Rejected: 11 Undecided: 0 Failed: 3)
2017-08-17 17:44 CRITICAL task          download-rss    BUG: Unhandled error in plugin nzb_size: 'NoneType' object has no attribute 'endswith'
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 486, in __run_plugin
    return method(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/flexget/event.py", line 23, in __call__
    return self.func(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/metainfo/nzb_size.py", line 35, in on_task_modify
    entry.get('filename', '').endswith('.nzb'):
AttributeError: 'NoneType' object has no attribute 'endswith'

The idea is to automatically download all my favourites series from ShowRSS, but I can't make it work (also, I don't really know if I need the 'group 1' block, but I got this from a sample code and leave it there.

Thanks for your help!

Posts: 1

Participants: 1

Read full topic

Flexget catches unlisted show

$
0
0

@ormet wrote:

Hello, long time user of FlexGet here, but a very basic one. I only use one rss feed and just add the series i want. Ive run an old version for many years but recently upgraded so i could grab web-dl shows.

I have "Survivor" (the reality show) in my filter, but after upgrade and new simple config.yml it also grabs Survivor's Remorse.

I have read and read but do not really understand, i don't want to grab Survivor's Remorse but have no idea how to configure.

This is my config.yml

tasks:
  my_task:
    rss: http://url.to/my_rss_at_private_tracker_with_passkey
    series:
      720p hdtv+:
      - Archer
      - The Walking Dead
      - The Big Bang Theory
      - South Park
      - Survivor
      - It's Always Sunny In Philadelphia
      - Game of Thrones
      - Modern Family
      - Brooklyn Nine-Nine
      - Silicon Valley
      - Fear the Walking Dead
      - Mr. Robot
      - Westworld
      - The Grand Tour
      - New Girl
    download: ~/storage/torrents

I don't move, clean, remove or anything, i just have it all in one directory and lets Plex index it.

Can anyone help?

Vbr
Daniel

Posts: 3

Participants: 2

Read full topic

Flexget & Deluge in a VPS

$
0
0

@Kwb wrote:

Hello there!

I've just rented a new VPS on which I installed Deluge and Flexget, the latter with the virtual environment procedure and the flag --site-packages.

However, when I run a test on Flexg with flexget --test execute it doesn't find deluge plugin:

2017-08-20 23:20 CRITICAL task          TaskName      Plugin `deluge` cannot be used because dependency `deluge` is missing.
2017-08-20 23:20 WARNING  task          TaskName      Aborting task (plugin: deluge)

I believe this is due to the fact that Deluge is installed through Docker in a custom path (my home directory, /home/user/bin/deluged). Is there any way I can make Flexget recognize Deluge? Or should I ask the VPS provider for help?

Thanks!

Posts: 1

Participants: 1

Read full topic

"Try again" for movies and series?

$
0
0

@jgrn307 wrote:

I was wondering if there is some way to force a "try again" for a specific movie or episode -- note that this differs from "forget" in that I would like a way to basically say "that torrent didn't work, pick another one". This is for situations where there are fake or bad or failed torrents, and you want it to not try to grab that one again, rather, use the "second choice" or some new torrent. Thoughts? My understanding is a "forget" has a good chance of grabbing the same (failed) torrent again.

Posts: 1

Participants: 1

Read full topic


Next_series_episodes.py crashes

$
0
0

@ZileXa wrote:

Works fine but suddenly crashed:

2017-08-23 06:15 INFO     exec          move-series     Stdout: find: `/media/ChilleTV/Downloads/tempseries/*': No such file or directory
2017-08-23 06:15 INFO     kodi_library  move-series     No entries were accepted. No request is sent.
2017-08-23 06:15 INFO     exec          move-movies     Stdout: find: `/media/ChilleTV/Downloads/tempmovies/*': No such file or directory
2017-08-23 06:15 INFO     kodi_library  move-movies     No entries were accepted. No request is sent.
2017-08-23 06:45 INFO     exec          move-series     Stdout: find: `/media/ChilleTV/Downloads/tempseries/*': No such file or directory
2017-08-23 06:45 INFO     kodi_library  move-series     No entries were accepted. No request is sent.
2017-08-23 06:45 INFO     exec          move-movies     Stdout: find: `/media/ChilleTV/Downloads/tempmovies/*': No such file or directory
2017-08-23 06:45 INFO     kodi_library  move-movies     No entries were accepted. No request is sent.
2017-08-23 07:00 INFO     task          download-series-discover Plugin next_series_episodes has requested task to be ran again after execution has completed. Reason: Look for next season
2017-08-23 07:08 INFO     remember_rej  download-series-discover Remembering rejection of `Insecure.S02E05.WEB.h264-TBS[rartv]`
2017-08-23 07:08 ERROR    series        download-series-discover Can only compare with an 'ep' style identifier
2017-08-23 07:08 ERROR    series        download-series-discover Can only compare with an 'ep' style identifier
2017-08-23 07:08 INFO     series        download-series-discover Timeframe expired, releasing quality restriction.
2017-08-23 07:08 INFO     download      download-series-discover Downloading: 30 Rock S01 07 720p WEB DL 140Mb x264 mRs
2017-08-23 07:08 INFO     transmission  download-series-discover "30 Rock S01 07 720p WEB DL 140Mb x264 mRs" torrent added to transmission
2017-08-23 07:08 WARNING  transmission  download-series-discover No files in "30 Rock S01 07 720p WEB DL 140Mb x264 mRs" are > 90% of content size, no files renamed.
2017-08-23 07:08 CRITICAL task_queue                    BUG: Unhandled exception during task queue run loop.
Traceback (most recent call last):
  File "/home/osmc/flexget/local/lib/python2.7/site-packages/flexget/task_queue.py", line 48, in run
    self.current_task.execute()
  File "/home/osmc/flexget/local/lib/python2.7/site-packages/flexget/task.py", line 72, in wrapper
    return func(self, *args, **kw)
  File "/home/osmc/flexget/local/lib/python2.7/site-packages/flexget/task.py", line 644, in execute
    self._execute()
  File "/home/osmc/flexget/local/lib/python2.7/site-packages/flexget/task.py", line 622, in _execute
    entry.complete()
  File "/home/osmc/flexget/local/lib/python2.7/site-packages/flexget/entry.py", line 165, in complete
    self.run_hooks('complete', **kwargs)
  File "/home/osmc/flexget/local/lib/python2.7/site-packages/flexget/entry.py", line 80, in run_hooks
    func(self, **kwargs)
  File "/home/osmc/flexget/local/lib/python2.7/site-packages/flexget/plugins/input/discover.py", line 191, in entry_complete
    query.complete()
  File "/home/osmc/flexget/local/lib/python2.7/site-packages/flexget/entry.py", line 165, in complete
    self.run_hooks('complete', **kwargs)
  File "/home/osmc/flexget/local/lib/python2.7/site-packages/flexget/entry.py", line 80, in run_hooks
    func(self, **kwargs)
  File "/home/osmc/flexget/local/lib/python2.7/site-packages/flexget/plugins/input/next_series_episodes.py", line 226, in on_search_complete
    entry['series_season'] == latest.season and entry['series_episode'] == latest.number + 1):
AttributeError: 'Season' object has no attribute 'number'

Task: download-series-discover
My full config: https://github.com/zilexa/flexget_config/blob/master/config.yml

Please let me know how I can help solve this.

Posts: 1

Participants: 1

Read full topic

Condition for regex not matching

$
0
0

@frumpymoons wrote:

Hello,

so I use the manipulate plugin to extract my urls from the content field.
Sometimes my regex doesn't hit and this results in the whole content field == url field.

manipulate:
  - url:
      from: 'content'
      extract: \b([\w-]+:\/\/mystring\/\w+\/\w+\/)(?:(?:\w+[.])+[sS]\d{2}[eE]\d{2}[.]720p)

So if mystring isn't in the content field flexget sets the url to the whole content. Is there a simple way around it?
I just started using regex and I am sure this is a messy one but it works.

Posts: 3

Participants: 2

Read full topic

SSL Error: Certificate verify failed

$
0
0

@SergeGardien wrote:

Hi all, I've just installed FlexGet and I'm trying to configure it to automatically download some magazines from one-click hosters (novafile.com, turbobit.com, etc.) by sending the URLs to JDownloader (or pyLoad if I can get it working).

I'm using the JDownloader recipe at https://flexget.com/Cookbook/Jdownloader2 but I'm having some issues.

Here is my config:

tasks:
  task_name:
    rss: https://downmagaz.com/rss.xml
    exec:
      - echo text={{url}} >> "/Users/USERNAME/Downloads/folderwatch/{{title}}.crawljob"
      - echo downloadFolder=/Users/USERNAME/Downloads/{{title}} >> "/Users/USERNAME/Downloads/folderwatch/{{title}}.crawljob"
      ##if you also need to parse the content of the url, uncomment following line
      #- echo deepAnalyseEnabled=true >> "/path/to/folderwatch/{{title}}.crawljob"

This is the error I get:

-bash-3.2$ flexget --test execute
2017-09-03 17:39 INFO     manager                       Test mode, creating a copy from database ...
2017-09-03 17:39 VERBOSE  manager                       Creating new database /Users/USERNAME/.flexget/test-config.sqlite - DO NOT INTERUPT ...
2017-09-03 17:39 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
2017-09-03 17:39 CRITICAL plugin        task_name       Unable to download the RSS for task task_name (http://downmagaz.com/rss.xml): HTTPSConnectionPool(host='downmagaz.com', port=443): Max retries exceeded with url: /rss.xml (Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)'),))
2017-09-03 17:39 WARNING  task          task_name       Aborting task (plugin: rss)
2017-09-03 17:39 INFO     manager                       Removed test database

Given that this is an SSL problem I've tried to pass the non-HTTPS link (i.e., http://downmagaz.com/rss.xml) but I still have the same problem.

Any idea on how to fix it?

Posts: 1

Participants: 1

Read full topic

Parse Single RSS-URL for File-Hosting URLs

$
0
0

@SergeGardien wrote:

As per post https://discuss.flexget.com/t/ssl-error-certificate-verify-failed/3719/1, I'm trying to download some magazines by using an RSS and sending the URLs to JDownloader.

The "job-chain" is the following:
RSS URLs => parse/scrape single RSS URL to obtain File Hosting URLs => Download

Right now I have this working:
RSS URLs [Done by FlexGet] => parse/scrape single RSS URL to obtain File Hosting URLs [Done by JDownloader] => Download [Done by JDownloader]

For sites like Avax Home it works without problem because JDownloader have an internal parser/web-scraper for such website, but that is not true of other websites (e.g., https://downmagaz.com/), hence I need to parse/scrape the single URL (taken from the RSS) inside FlexGet.

Someone resorted to use pyLoad (instead of JDownloader) because it has a FlexGet plugin with an incorporated parser for the file-hosting URLs (check https://flexget.com/Plugins/pyload#hosters-and-url-parsing and https://discuss.flexget.com/t/how-to-input-multiple-urls-to-be-parsed-by-html-plugin/2661/1).

Someone else instead have created an "URL Rewriter" to do such job (check https://discuss.flexget.com/t/follow-links-in-rss-feed/3529/1 and https://www.flexget.com/Plugins/rmz).

Ideally I would use pyLoad but it doesn't support some file-hosters I need, hence I need to rely on JDownloader.

I guess I could do the job with the HTML plugin (https://flexget.com/Plugins/html) but I haven't been able. I guess because I cannot use 2 "input" tasks one-next-to-the-other, i.e., "rss" first and "html" next.

What do you think? How should I solve this problem?

Any advice is very much appreciated :slight_smile:

Posts: 2

Participants: 2

Read full topic

Use urlrewrite with an external variable

$
0
0

@Chris wrote:

Hello,

I try to download from t411.si, but the url to download .torrent file have a hash in his name.

for download the .torrent file of this result: https://www.t411.si/torrents/50158/alien-covenant-2017-vff-vfq-1080p-bluray-hdr10-ac3-x265-hd2
the correct link is https://www.t411.si/telecharger-torrent/994627f0f148e7ffbe71702e490335af8abb1f7b/alien-covenant-2017-vff-vfq-1080p-bluray-hdr10-ac3-x265-hd2.torrent

If I try to rewrite the url:

urlrewrite:
  t411.si:
    regexp: 'https://www.t411.si/torrents/(?P<id>\d+)/(?P<name>.*)'
    format: 'https://www.t411.si/telecharger-torrent/\g<id>/\g<name>'

Obviously I have the id instead of the hash.

So I try to add the hash in a variable to inject it in the urlrewrite, maybe something like this:

hash=curl -v --silent https://www.t411.si/torrents/50158/alien-covenant-2017-vff-vfq-1080p-bluray-hdr10-ac3-x265-hd2 2>&1 | grep "<div class=\"b85\">" | egrep "[a-f0-9]{40}" | cut -d\> -f2 | cut -d\< -f1

Is it possible and how ? Maybe an other way ?

Help :slight_smile:

Posts: 1

Participants: 1

Read full topic

Problema newpct retry_failed / Newpct problem retry_failed

$
0
0

@ecotajante wrote:

Hola, buenos dias.
Escribo en español, porque no se me da muy bien el ingles y despues lo traduzco.
Por otra parte, ¿conoceis algun foro bueno/oficial en español?

Ultimamente, de un par de dias hasta dia de hoy, flexget no consigue recuperar los enlaces que le pido en newpct/newpct1.
¿Alguien sabe si es un problema en la pagina o algo en la configuracion?
Gracias

Hello good day.
I write in Spanish, because I do not like English very well and then translate it.
On the other hand, do you know any good forum / official in Spanish?

Lately, from a couple of days until today, flexget fails to retrieve the links I ask in newpct / newpct1.
Does anyone know if it is a problem on the page or something in the configuration file?
Thank you

Datos:

Error:
retry_failed plugin because has already failed 4 times in the past. (failure reason: None)

Configuration File:

 rss:
   url: http://www.newpct1.com/feed/
   link: link
 series:
   settings:
     normales:
       ep_regexp:
         - Cap.(\d+)(\d\d)
       quality: <720p
       propers: 7 days
       path: /media/alt_b/flexget/{{series_name}}
     altacalidad:
       ep_regexp:
         - Cap.(\d+)(\d\d)
       quality: 720p+
       propers: 7 days
       path: /media/alt_b/flexget/{{series_name}}
   normales:
     - Dark Matter
     - El Tirador
     - Killjoys
     - Preacher
   altacalidad:
     - Juego de Tronos
     - Halt and Catch Fire
     - Code Black
 regexp:
   reject:
     - V.O.:
         from: title

Posts: 3

Participants: 2

Read full topic

Amending {{url}} from rss


Chinese/Japanese characters in title output

Newpct plugin obsolete

Error connecting to transmission: nodename nor servname provided, or not known

$
0
0

@curbbed wrote:

Hello all, I've searched around for help on my issue, but haven't found anything that has helped me yet. I'm hoping someone can point out the obvious in my new flexget setup.

When running flexget from the terminal while testing, I received these errors at the end of the task:

2017-09-14 13:09 VERBOSE  details       TV             Summary - Accepted: 2 (Rejected: 2 Undecided: 2 Failed: 0)
2017-09-14 13:09 CRITICAL plugin        TV             Error connecting to transmission: nodename nor servname provided, or not known
2017-09-14 13:09 WARNING  task          TV             Aborting task (plugin: transmission)

For reference, my config.yml setup:

tasks:
  TV:
    rss: showrss.rss
    thetvdb_lookup: yes
    exists_series:
      - /Volumes/~/My Videos/TV/
    all_series:
      path: /Volumes/~/My Videos/TV/{{ series_name }}/Season {{ series_season }}"
      set:
        label: TV
    transmission:
      host: localhost
      port: xxxx
      username: xxxx
      password: xxxx

Any assistance is appreciated.

Posts: 1

Participants: 1

Read full topic

Connection to Deluge timing out

$
0
0

@Joe_Devore wrote:

Hello,
I recently had a issue with python and had to reinstall Python, Flexget and Deluge. I have worked out most the little issues but am still having one. When i try to connect to Deluge to load the torrents/magnets the connection times out every time. Flexget and Deluge are on the same system and installed with Python 2.7 version.

2017-09-18 20:20 VERBOSE  details       TV-Shows-Current Summary - Accepted: 6 (Rejected: 84 Undecided: 46 Failed: 0)
2017-09-18 20:20 INFO     deluge        TV-Shows-Current Connecting to daemon at localhost:58846..
2017-09-18 20:21 WARNING  deluge        TV-Shows-Current Connection to daemon at localhost:58846 failed: User timeout caused connection failure.
2017-09-18 20:21 DEBUG    deluge        TV-Shows-Current connect_fail: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.TimeoutError'>: User timeout caused connection failure.]
2017-09-18 20:21 DEBUG    deluge        TV-Shows-Current on_connect_fail: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.TimeoutError'>: User timeout caused connection failure.]
2017-09-18 20:21 DEBUG    deluge        TV-Shows-Current Connect to deluge daemon failed, result: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.TimeoutError'>: User timeout caused connection failure.\n]
2017-09-18 20:21 CRITICAL deluge        TV-Shows-Current Could not connect to deluge daemon
2017-09-18 20:21 WARNING  task          TV-Shows-Current Aborting task (plugin: deluge)
2017-09-18 20:21 DEBUG    backlog       TV-Shows-Current Remembering all entries to backlog because of task abort.

I have confirmed that Flexget and all its dependencies are up-to-date. Flexget works without using Deluge and Deluge works without Flexget just fine. I tested remotely logging in with the Deluge user account from other systems with no issues.

I just can't seem to hunt down the area that is causing this timeout

Posts: 4

Participants: 2

Read full topic

Errors during perfoming tasks

$
0
0

@advokatb wrote:

Hi. Suddenly Flexget stopped downloading new series. There are several errors in log file, but I can't figure the cause.
Please help.

variables: private/secretfile.yml

web_server:
  bind: 0.0.0.0
  port: 9091
  web_ui: yes

schedules:
  - tasks: '*'
    interval:
      minutes: 30

templates:
  tvshows:
    thetvdb_lookup: yes
    set:
      path: e:\video\Сериалы\{{series_name_rus}}\Season {{series_season}}
      #output: d:\MyDocuments\torrents\Сериалы
      label: Сериалы
    #utorrent:
      #url: http://localhost:8080/gui/
      #username: igorbutsky
      #password: 2581321a69
      #path: e:\video\Сериалы\{{series_name}}\Season {{series_season}}
    series_premiere: no
    transmission:
      host: '{? transmlogin.host ?}'
      port: 9091
      username: admin
      password: admin
    series_premiere: no
  clean:
    clean_transmission:
      host: '{? transmlogin.host ?}'
      port: 9091
      finished_for: 30 days

tasks:
  lostfilm:
    template:
      - tvshows
    headers:
      cookie: '{? lostfilm.cookie_new ?}'
    lostfilm: yes
    quality:
      - 480p
    include: private/series_lostfilm.yml

  lostfilmHD:
    template:
      - tvshows
    headers:
      cookie: '{? lostfilm.cookie_new ?}'
    lostfilm: yes
    quality:
      - 1080p
    include: private/HD_lostfilm.yml

  services:
    template:
      - clean

And log

2017-09-22 10:02 DEBUG    manager                       Figuring out config load paths
2017-09-22 10:02 DEBUG    manager                       Found config: C:\Users\igorb\flexget\config.yml
2017-09-22 10:02 DEBUG    manager                       Config file C:\Users\igorb\flexget\config.yml selected
2017-09-22 10:02 VERBOSE  task_queue                    There are 3 tasks to execute. Shutdown will commence when they have completed.
2017-09-22 10:02 VERBOSE  proxy         lostfilm        Setting proxy to {u'http': '150.161.21.203:8080'}
2017-09-22 10:02 CRITICAL plugin        lostfilm        Received not 200 (OK) status
2017-09-22 10:02 WARNING  task          lostfilm        Aborting task (plugin: lostfilm)
2017-09-22 10:02 VERBOSE  proxy         services        Setting proxy to {u'http': '150.161.21.203:8080'}
2017-09-22 10:02 WARNING  task          services        Task doesn't have any input plugins, you should add (at least) one!
2017-09-22 10:02 WARNING  details       services        Task didn't produce any entries. This is likely due to a mis-configured or non-functional input.
2017-09-22 10:02 WARNING  task          services        Task does not have any filter plugins to accept entries. You need at least one to accept the entries you  want.
2017-09-22 10:02 VERBOSE  details       services        Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
2017-09-22 10:02 WARNING  task          services        Task doesn't have any output plugins, you should add (at least) one!
2017-09-22 10:03 CRITICAL task          services        BUG: Unhandled error in plugin clean_transmission: 'utf8' codec can't decode byte 0xcf in position 0: invalid continuation byte
Traceback (most recent call last):
  File "d:\program\python\python27\lib\site-packages\flexget\task.py", line 486, in __run_plugin
    return method(*args, **kwargs)
  File "d:\program\python\python27\lib\site-packages\flexget\event.py", line 23, in __call__
    return self.func(*args, **kwargs)
  File "d:\program\python\python27\lib\site-packages\flexget\plugins\clients\transmission.py", line 651, in on_task_exit
    self.client = self.create_rpc_client(config)
  File "d:\program\python\python27\lib\site-packages\flexget\plugins\clients\transmission.py", line 75, in create_rpc_client
    cli = transmissionrpc.Client(config['host'], config['port'], user, password)
  File "d:\program\python\python27\lib\site-packages\transmissionrpc\client.py", line 169, in __init__
    self.get_session()
  File "d:\program\python\python27\lib\site-packages\transmissionrpc\client.py", line 828, in get_session
    self._request('session-get', timeout=timeout)
  File "d:\program\python\python27\lib\site-packages\transmissionrpc\client.py", line 247, in _request
    http_data = self._http_query(query, timeout)
  File "d:\program\python\python27\lib\site-packages\transmissionrpc\client.py", line 222, in _http_query
    debug_httperror(error)
  File "d:\program\python\python27\lib\site-packages\transmissionrpc\client.py", line 44, in debug_httperror
    indent=2
  File "d:\program\python\python27\lib\json\__init__.py", line 251, in dumps
    sort_keys=sort_keys, **kw).encode(obj)
  File "d:\program\python\python27\lib\json\encoder.py", line 209, in encode
    chunks = list(chunks)
  File "d:\program\python\python27\lib\json\encoder.py", line 434, in _iterencode
    for chunk in _iterencode_dict(o, _current_indent_level):
  File "d:\program\python\python27\lib\json\encoder.py", line 408, in _iterencode_dict
    for chunk in chunks:
  File "d:\program\python\python27\lib\json\encoder.py", line 390, in _iterencode_dict
    yield _encoder(value)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xcf in position 0: invalid continuation byte

Thanks.

Posts: 1

Participants: 1

Read full topic

Viewing all 837 articles
Browse latest View live