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

Torcache 404 error

$
0
0

@Sander_Schepens wrote:

Hello guys

I've been trying to get a working configure.yml file. The dowloading of torrents from trakt.tv using the discover configuration returns a lot of 404 errors from the torcache.net site. I have seen some other posts that relate to this, but not many and no solutions that worked for me.
I thought maybe, since I'm quite new to flexget, it might have something to do with my configuration file. I would appreciate anyone who takes a look and can comment on it. (also solutions to the problem if it has nothing to do with my configuration of course :wink:

Thanks in advance!

My configuration file:

templates:
  movies:
    imdb:
      min_score: 6.2
      min_votes: 5000
    seen_movies: strict
    download: ~/torrent_movies/

  torcache:
    urlrewrite:
      sitename:
        regexp: 'http:\/\/torcache\.net\/torrent\/(?P<id>.*)\.torrent\?title=(?P<title>.*)'
        format: 'http://torcache.net/torrent/\g<id>.torrent'
    headers:
      User-Agent: "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36"
      Referer: "http://torcache.net/"
      Accept-Encoding: "deflate, gzip"

tasks:
  kat_movies task:
    template: movies
    priority: 2
    rss: http://kat.cr/usearch/category%3Ahighres-movies%20seeds%3A900%20age%3Amonth%20lang_id%3A2%20is_safe%3A1%20verified%3A1/?rss=1
    verify_ssl_certificates: no
    quality: 1080p

  movies_trakt:
    priority: 3
    trakt_list:
      username: #######
      list: watchlist
      type: movies
    movie_queue:
      action: add
      quality: 720p+ bluray
    accept_all: yes

  get_movies:
    template: torcache
    priority: 4
    content_size:
      max: 12000
      min: 1250
    torrent_alive: 10
    discover:
      what:
        - emit_movie_queue: true
      from:
        - torrentz: good
        #- kat: dict
        #rarbg:
          #category: x264 1080p
        #- search_rss: http://torrentz.eu/feed_verifiedP?q={{search_term}}
    movie_queue: accept
    download: ~/torrent_movies/

Example of the error messages I get:

2016-03-13 19:19 VERBOSE  task          get_movies      ACCEPTED: `The Hunger Games Mockingjay Part 1 2014 1080p BRRip x264 AC3 JYK` by movie_queue plugin because matches movie queue item: The Hunger Games: Mockingjay - Part 1
2016-03-13 19:19 INFO     urlrewriter   get_movies      Entry 'The Hunger Games Mockingjay Part 1 2014 1080p BRRip x264 AC3 JYK' URL rewritten to https://torcache.net/torrent/DD0F6C1717B496C29E00C90A2EFAB1DC2C90AD3E.torrent (with torrentz)
2016-03-13 19:19 INFO     download      get_movies      Downloading: The Hunger Games Mockingjay Part 1 2014 1080p BRRip x264 AC3 JYK
2016-03-13 19:19 ERROR    download      get_movies      Error retrieving The Hunger Games Mockingjay Part 1 2014 1080p BRRip x264 AC3 JYK, the error page has been saved to /home/osmc/.flexget/received/get_movies/The Hunger Games Mockingjay Part 1 2014 1080p BRRip x264 AC3 JYK.error
2016-03-13 19:19 WARNING  download      get_movies      RequestException 404 Client Error: Not Found, while downloading https://torcache.net/torrent/DD0F6C1717B496C29E00C90A2EFAB1DC2C90AD3E.torrent
2016-03-13 19:19 INFO     download      get_movies      Downloading: The Hunger Games Mockingjay Part 1 2014 1080p BRRip x264 AC3 JYK
2016-03-13 19:19 ERROR    download      get_movies      Error retrieving The Hunger Games Mockingjay Part 1 2014 1080p BRRip x264 AC3 JYK, the error page has been saved to /home/osmc/.flexget/received/get_movies/The Hunger Games Mockingjay Part 1 2014 1080p BRRip x264 AC3 JYK.error
2016-03-13 19:19 WARNING  download      get_movies      RequestException 404 Client Error: Not Found, while downloading http://torrage.com/torrent/DD0F6C1717B496C29E00C90A2EFAB1DC2C90AD3E.torrent
2016-03-13 19:19 INFO     download      get_movies      Downloading: The Hunger Games Mockingjay Part 1 2014 1080p BRRip x264 AC3 JYK
2016-03-13 19:19 INFO     download      get_movies      Downloading: The Hunger Games Mockingjay Part 1 2014 1080p BRRip x264 AC3 JYK
2016-03-13 19:19 ERROR    entry         get_movies      Failed The Hunger Games Mockingjay Part 1 2014 1080p BRRip x264 AC3 JYK (Network error during request: 404 Client Error: Not Found, Network error during request: 404 Client Error: Not Found, Unexpected html content received from `https://torcache.net/torrent/DD0F6C1717B496C29E00C90A2EFAB1DC2C90AD3E.torrent` - maybe a login page?, Unexpected html content received from `https://torcache.net/torrent/DD0F6C1717B496C29E00C90A2EFAB1DC2C90AD3E.torrent` - maybe a login page?)
2016-03-13 19:19 INFO     task          get_movies      Plugin download has requested task to be ran again after execution has completed.
2016-03-13 19:19 VERBOSE  task          get_movies      FAILED: `The Hunger Games Mockingjay Part 1 2014 1080p BRRip x264 AC3 JYK` by download plugin because network error during request: 404 Client Error: Not Found, Network error during request: 404 Client Error: Not Found, Unexpected html content received from `https://torcache.net/torrent/DD0F6C1717B496C29E00C90A2EFAB1DC2C90AD3E.torrent` - maybe a login page?, Unexpected html content received from `https://torcache.net/torrent/DD0F6C1717B496C29E00C90A2EFAB1DC2C90AD3E.torrent` - maybe a login page?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles