@dzg wrote:
My first time using FG ... here's what I tried:
tasks: populate_movie_list: imdb_watchlist: user_id: ur19811510 list: watchlist force_language: en-us accept_all: yes trakt_list: username: d0g0 list: watchlist type: movies accept_all: yes list_add: - movie_list: imdb_watchlist
But:
$ flexget -L debug execute
2017-12-08 18:20 DEBUG manager Figuring out config load paths
2017-12-08 18:20 DEBUG manager Found config: ~/config.yml
2017-12-08 18:20 DEBUG manager Config file ~/config.yml selected
2017-12-08 18:20 DEBUG manager sys.defaultencoding: ascii
2017-12-08 18:20 DEBUG manager sys.getfilesystemencoding: utf-8
2017-12-08 18:20 DEBUG manager flexget detected io encoding: utf-8
2017-12-08 18:20 DEBUG manager os.path.supports_unicode_filenames: True
2017-12-08 18:20 DEBUG plugin Trying to load plugins from: [u'~/plugins', '/usr/local/lib/python2.7/site-packages/flexget/plugins']
2017-12-08 18:20 DEBUG plugin (u'Plugin%s
requires%s
to load.', u'memusage', u'ext libguppy
')
2017-12-08 18:21 DEBUG plugin Plugins took 1.10 seconds to load. 291 plugins in registry.
2017-12-08 18:21 DEBUG manager Connecting to: sqlite:////~/db-config.sqlite
2017-12-08 18:21 DEBUG manager config_name: config
2017-12-08 18:21 DEBUG manager config_base: ~
2017-12-08 18:21 DEBUG manager New config data loaded.
2017-12-08 18:21 DEBUG schema current flexget version already exist in db 2.11.8
2017-12-08 18:21 DEBUG parsing setting default movie parser to internal. (options: {u'internal': , u'guessit': })
2017-12-08 18:21 DEBUG parsing setting default series parser to internal. (options: {u'internal': , u'guessit': })
2017-12-08 18:21 DEBUG cron_env Encoding utf-8 stored
2017-12-08 18:21 DEBUG util.simple_persistence setting key terminal_encoding value 'utf-8'
2017-12-08 18:21 DEBUG task_queue task queue shutdown requested
2017-12-08 18:21 INFO ipc.rpyc server started on [127.0.0.1]:56175
2017-12-08 18:21 DEBUG task populate_movie_list executing populate_movie_list
2017-12-08 18:21 DEBUG input_cache populate_movie_list cache name: imdb_watchlist_1cd5cf0fce6ede9eaad1d1db788fdf6f (has: )
2017-12-08 18:21 VERBOSE imdb_watchlist populate_movie_list Retrieving imdb list: watchlist
2017-12-08 18:21 DEBUG imdb_watchlist populate_movie_list Requesting: http://www.imdb.com/user/ur19811510/watchlist {u'Accept-Language': u'en-us'}
2017-12-08 18:21 DEBUG utils.requests populate_movie_list Fetching URL http://www.imdb.com/user/ur19811510/watchlist with args () and kwargs {'headers': {u'Accept-Language': u'en-us'}, 'allow_redirects': True, 'params': {u'start': 1, u'view': u'compact'}, u'timeout': 30}
2017-12-08 18:21 VERBOSE imdb_watchlist populate_movie_list No movies were found in imdb list: watchlist
2017-12-08 18:21 WARNING input_cache populate_movie_list Input imdb_watchlist did not return a list, cannot cache.
2017-12-08 18:21 DEBUG backlog populate_movie_list 0 entries purged from backlog
2017-12-08 18:21 WARNING details populate_movie_list Task didn't produce any entries. This is likely due to a mis-configured or non-functional input.
2017-12-08 18:21 DEBUG urlrewriter populate_movie_list Checking 0 entries
2017-12-08 18:21 VERBOSE details populate_movie_list Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
2017-12-08 18:21 DEBUG list_add populate_movie_list no accepted entries, nothing to add
2017-12-08 18:21 DEBUG util.simple_persistence populate_movie_list Flushing simple persistence for task populate_movie_list to db.There are 309 titles in my IMDB watchlist.
Posts: 1
Participants: 1