@pharmswo wrote:
Hi,
I have a Trakt account and authorised it "successfully" - Trakt said authorised, command line confirmed it.
(flexget) administrator@server1:~/flexget$ flexget trakt list pharmswo
Authorization expires on 2019-04-06 21:46:57.123456When i run flexget --test execute I either get an authoristion error or nothing. I assume that after running too frequently that Trakt just returns nothing is that correct?
# credentials anchors _trakt_credentials: &trakt-credentials username: TraktAccountUsername account: CommandLIneKeyfromTrakt
I have tried this without the Account name
# Trakt templates
# These first two are useful both as full templates and as anchors
series-trakt-list: &series-trakt-list
trakt_list:
< list: watchlist
type: shows
strip_dates: yestasks:
# Get the next episode from Trakt and set it as the beginning for the series plugin
# I use Plex-Trakt-Scrobbler to sync what I've collected
series-trakt-set-begin:
priority: 1
next_trakt_episodes:
< list: watchlist
strip_dates: yes
context: collected
position: next
accept_all: yes
set_series_begin: yes
disable: seen# Discover series and add them to Transmission
series-discover:
priority: 100template: content-rejects
configure_series: from: <<: *series-trakt-list settings: quality: 720p+ identified_by: ep exact: no discover:
Output
2019-01-07 17:27 VERBOSE task_queue There are 2 tasks to execute. Shutdown will commence when they have completed.
2019-01-07 17:27 WARNING next_trakt_episodes series-trakt-set-begin The list "watchlist" is empty.
2019-01-07 17:27 WARNING details series-trakt-set-begin Task didn't produce any entries. This is likely due to a mis-configured or non-functional input.
2019-01-07 17:27 VERBOSE details series-trakt-set-begin Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
2019-01-07 17:27 VERBOSE trakt_list series-discover Retrievingshows
listwatchlist
2019-01-07 17:27 WARNING trakt_list series-discover No data returned from trakt for shows list watchlist.
2019-01-07 17:27 VERBOSE trakt_list series-discover Retrievingshows
listwatchlist
2019-01-07 17:27 WARNING trakt_list series-discover No data returned from trakt for shows list watchlist.When using the autorised string:
2019-01-07 17:32 CRITICAL plugin series-trakt-set-begin Account 1AA11A has not been authorized.Any ideas?
Posts: 1
Participants: 1