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

Trakt list_add and remove

$
0
0

@lloydie11 wrote:

Hello,

My fetching of my trakt list works, as it does download new movoes i place on my list, however theres a section after success that yhe adds it to another lost abd removes it fron the original

Both lidts are public and trakt does hace an active auth. i still keep getting the same auth error though

2016-05-06 14:52 INFO     transmission  get_movies_other "Chaos (2005) BluRay 720p 700MB Ganool" torrent added to transmission
2016-05-06 14:52 VERBOSE  list_remove   get_movies_other removing accepted entries from trakt_list - {u'username': u'lloydie11', u'type': u'movies', u'list': u'MCM', u'strip_dates': True}
2016-05-06 14:52 ERROR    trakt_list    get_movies_other Authentication error: have you authorized Flexget on Trakt.tv?
2016-05-06 14:52 VERBOSE  list_add      get_movies_other adding accepted entries into trakt_list - {u'username': u'lloydie11', u'type': u'movies', u'list': u'MCMNotEncrypted', u'strip_dates': True}
2016-05-06 14:52 VERBOSE  utils.requests get_movies_other Waiting 1.48 seconds until next request to trakt.tv
2016-05-06 14:52 ERROR    trakt_list    get_movies_other Authentication error: have you authorized Flexget on Trakt.tv?
2016-05-06 14:52 INFO     task          get_movies_other Rerunning the task in case better resolution can be achieved.

herr is prrof of trakt auth.

root@cloud:/usr/bin# flexget trakt show
2016-05-07 14:05 WARNING  config_schema                 movie_queue plugin is deprecated. Please switch to using movie_list
-------Account-------|----------Created-----------|----------Expires-----------
lloydie11            |                  2016-05-06|                  2016-08-04

and finally heres the tasks its done from.

   list_queue:
      - movie_list: trakt
    list_add:
      - trakt_list:
          username: lloydie11
          list: MCMNotEncrypted
          type: movies
          strip_dates: yes
    list_remove:
      - trakt_list:
          username: lloydie11
          list: MCM
          type: movies
          strip_dates: yes
    imdb_lookup: yes
    set:
      skip_files:
        - '*.nfo'
        - '*.sfv'
        - '*[sS]ample*'

any ideas would great

thanks

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 376

Trending Articles