@lloydie11 wrote:
Hello, can anyone help?
My config is below and in essence it's simply not downloading the torrent files, or passing them to transmission.
I've ran "flexget seen forget fill_movie_queue" and "flexget seen forget trakt_movie_list" to clear the 20 titles I'm trying to download before providing the below info.
templates: global: torrent_alive: 2 #number of seeders needed to accept transmit-movies: transmission: host: 127.0.0.1 port: 9091 username: user password: "password" path: /Cript/FlexGet/Download/Transmission/ transmit-series: transmission: host: 127.0.0.1 port: 9091 username: user password: "password" path: /Cript/FlexGet/Download/Series/{{series_name|pathscrub}}/S{{"%02d"|format(series_season)}} download-movie: discover: what: - emit_movie_queue: no from: - piratebay: category: 207 #HD - Movies #originally: highres movies sort_by: seeds movie_queue: add set: content_filename: "{{ imdb_name|replace('/', '_')|replace(':', ' -') }} ({{ imdb_year }}) - {{ quality }}" template: transmit-movies tasks: fill_movie_queue: priority: 2 trakt_list: username: lloydie11 list: MCM type: movies movie_queue: add accept_all: yes get_movies_NO_YIFY_1080p: priority: 3 regexp: reject: - YIFY content_size: max: 15360 min: 1024 assume_quality: 1080p bluray #in case of REALLY long titles quality: 1080p+ bluray+ movie_queue: add template: download-movie get_movies_1080p: priority: 4 content_size: max: 15360 min: 1024 assume_quality: 1080p bluray #in case of REALLY long titles quality: 1080p+ bluray+ movie_queue: add template: download-movie get_movies_NO_YIFY_720p: priority: 5 content_size: max: 15360 min: 1024 assume_quality: 720p bluray #in case of REALLY long titles regexp: reject: - YIFY quality: 720p+ bluray+ movie_queue: add template: download-movie get_movies_720p: priority: 6 content_size: max: 15360 min: 1024 assume_quality: 720p bluray #in case of REALLY long titles quality: 720p+ bluray+ movie_queue: add template: download-movie discover: what: - trakt_list: username: lloydie11 type: movies list: MCM from: - piratebay: category: 208 #HD - TV Shows #was "tv" sort_by: seeds configure_series: from: trakt_list: username: lloydie11 type: movies list: MCM settings: quality: 720p+ hdtv+
I then run the below command to trigger my config.
"flexget -L debug execute --discover-now"
The below is the output:
2016-04-26 13:48 DEBUG manager Figuring out config load paths 2016-04-26 13:48 DEBUG manager Found config: /Cript/FlexGet/config.yml 2016-04-26 13:48 DEBUG manager Config file /Cript/FlexGet/config.yml selected 2016-04-26 13:48 DEBUG manager sys.defaultencoding: ascii 2016-04-26 13:48 DEBUG manager sys.getfilesystemencoding: UTF-8 2016-04-26 13:48 DEBUG manager os.path.supports_unicode_filenames: False 2016-04-26 13:48 DEBUG plugin Trying to load plugins from: [u'/Cript/FlexGet/plugins', '/usr/local/lib/python2.7/dist-packages/flexget/plugins'] 2016-04-26 13:48 DEBUG safe Reading from cache file /tmp/safe-0.4.words.cache 2016-04-26 13:48 DEBUG plugin Plugin `memusage` requires `ext lib `guppy`` to load. 2016-04-26 13:48 DEBUG plugin Plugins took 0.83 seconds to load 2016-04-26 13:48 DEBUG manager Connecting to: sqlite:////Cript/FlexGet/db-config.sqlite 2016-04-26 13:48 DEBUG manager config_name: config 2016-04-26 13:48 DEBUG manager config_base: /Cript/FlexGet 2016-04-26 13:48 WARNING config_schema movie_queue plugin is deprecated. Please switch to using movie_list 2016-04-26 13:48 WARNING config_schema movie_queue plugin is deprecated. Please switch to using movie_list 2016-04-26 13:48 WARNING config_schema movie_queue plugin is deprecated. Please switch to using movie_list 2016-04-26 13:48 WARNING config_schema movie_queue plugin is deprecated. Please switch to using movie_list 2016-04-26 13:48 WARNING config_schema movie_queue plugin is deprecated. Please switch to using movie_list 2016-04-26 13:48 WARNING config_schema movie_queue plugin is deprecated. Please switch to using movie_list 2016-04-26 13:48 WARNING config_schema movie_queue plugin is deprecated. Please switch to using movie_list 2016-04-26 13:48 DEBUG manager New config data loaded. 2016-04-26 13:48 DEBUG parsing setting default movie parser to internal. (options: {u'internal': <flexget.plugins.parsers.parser_internal.ParserInternal object at 0x7fb6687f4e10>, u'guessit': <flexget.plugins.parsers.parser_guessit.ParserGuessit object at 0x7fb6688645d0>}) 2016-04-26 13:48 DEBUG parsing setting default series parser to internal. (options: {u'internal': <flexget.plugins.parsers.parser_internal.ParserInternal object at 0x7fb6687f4e10>, u'guessit': <flexget.plugins.parsers.parser_guessit.ParserGuessit object at 0x7fb6688645d0>}) 2016-04-26 13:48 DEBUG cron_env Encoding UTF-8 stored 2016-04-26 13:48 DEBUG util.simple_persistence setting key terminal_encoding value 'UTF-8' 2016-04-26 13:48 DEBUG task_queue task queue shutdown requested 2016-04-26 13:48 VERBOSE task_queue There are 4 tasks to execute. Shutdown will commence when they have completed. 2016-04-26 13:48 INFO ipc.rpyc server started on [127.0.0.1]:50987 2016-04-26 13:48 DEBUG task fill_movie_queue executing fill_movie_queue 2016-04-26 13:48 DEBUG template fill_movie_queue Merging template global into task fill_movie_queue 2016-04-26 13:48 DEBUG remember_rej fill_movie_queue Task config has changed since last run, purging remembered entries. 2016-04-26 13:48 DEBUG input_cache fill_movie_queue cache name: trakt_list_5e4d89cf24a8c3bc0d775e467d0655e7 (has: ) 2016-04-26 13:48 VERBOSE input_cache fill_movie_queue Restored 20 entries from db cache 2016-04-26 13:48 DEBUG backlog fill_movie_queue 0 entries purged from backlog 2016-04-26 13:48 VERBOSE details fill_movie_queue Produced 20 entries. 2016-04-26 13:48 VERBOSE task fill_movie_queue ACCEPTED: `Now You See Me 2 (2016)` by accept_all plugin 2016-04-26 13:48 VERBOSE task fill_movie_queue ACCEPTED: `Daddy Day Camp (2007)` by accept_all plugin 2016-04-26 13:48 VERBOSE task fill_movie_queue ACCEPTED: `Home Alone 3 (1997)` by accept_all plugin 2016-04-26 13:48 VERBOSE task fill_movie_queue ACCEPTED: `Room on the Broom (2012)` by accept_all plugin 2016-04-26 13:48 VERBOSE task fill_movie_queue ACCEPTED: `Top Gun (1986)` by accept_all plugin 2016-04-26 13:48 VERBOSE task fill_movie_queue ACCEPTED: `The Expendables 3 (2014)` by accept_all plugin 2016-04-26 13:48 VERBOSE task fill_movie_queue ACCEPTED: `Redemption (2013)` by accept_all plugin 2016-04-26 13:48 VERBOSE task fill_movie_queue ACCEPTED: `Journey 3: From the Earth to the Moon (None)` by accept_all plugin 2016-04-26 13:48 VERBOSE task fill_movie_queue ACCEPTED: `Parker (2013)` by accept_all plugin 2016-04-26 13:48 VERBOSE task fill_movie_queue ACCEPTED: `Truth In 24 II: Every Second Counts (2012)` by accept_all plugin 2016-04-26 13:48 VERBOSE task fill_movie_queue ACCEPTED: `The Mechanic (2011)` by accept_all plugin 2016-04-26 13:48 VERBOSE task fill_movie_queue ACCEPTED: `Shiner (2000)` by accept_all plugin 2016-04-26 13:48 VERBOSE task fill_movie_queue ACCEPTED: `Transporter 3 (2008)` by accept_all plugin 2016-04-26 13:48 VERBOSE task fill_movie_queue ACCEPTED: `Chaos (2005)` by accept_all plugin 2016-04-26 13:48 VERBOSE task fill_movie_queue ACCEPTED: `Reservoir Cats (2011)` by accept_all plugin 2016-04-26 13:48 VERBOSE task fill_movie_queue ACCEPTED: `The Brazilian Job (None)` by accept_all plugin 2016-04-26 13:48 VERBOSE task fill_movie_queue ACCEPTED: `Déjà Vu (2006)` by accept_all plugin 2016-04-26 13:48 VERBOSE task fill_movie_queue ACCEPTED: `Training Day (2001)` by accept_all plugin 2016-04-26 13:48 VERBOSE task fill_movie_queue ACCEPTED: `Heart Condition (1990)` by accept_all plugin 2016-04-26 13:48 VERBOSE task fill_movie_queue ACCEPTED: `License to Kill (1984)` by accept_all plugin 2016-04-26 13:48 DEBUG urlrewriter fill_movie_queue Checking 20 entries 2016-04-26 13:48 VERBOSE details fill_movie_queue Summary - Accepted: 20 (Rejected: 0 Undecided: 0 Failed: 0) 2016-04-26 13:48 DEBUG torrent_alive fill_movie_queue Checking for seeds for Now You See Me 2 (2016): 2016-04-26 13:48 DEBUG torrent_alive fill_movie_queue Checking for seeds for Daddy Day Camp (2007): 2016-04-26 13:48 DEBUG torrent_alive fill_movie_queue Checking for seeds for Home Alone 3 (1997): 2016-04-26 13:48 DEBUG torrent_alive fill_movie_queue Checking for seeds for Room on the Broom (2012): 2016-04-26 13:48 DEBUG torrent_alive fill_movie_queue Checking for seeds for Top Gun (1986): 2016-04-26 13:48 DEBUG torrent_alive fill_movie_queue Checking for seeds for The Expendables 3 (2014): 2016-04-26 13:48 DEBUG torrent_alive fill_movie_queue Checking for seeds for Redemption (2013): 2016-04-26 13:48 DEBUG torrent_alive fill_movie_queue Checking for seeds for Journey 3: From the Earth to the Moon (None): 2016-04-26 13:48 DEBUG torrent_alive fill_movie_queue Checking for seeds for Parker (2013): 2016-04-26 13:48 DEBUG torrent_alive fill_movie_queue Checking for seeds for Truth In 24 II: Every Second Counts (2012): 2016-04-26 13:48 DEBUG torrent_alive fill_movie_queue Checking for seeds for The Mechanic (2011): 2016-04-26 13:48 DEBUG torrent_alive fill_movie_queue Checking for seeds for Shiner (2000): 2016-04-26 13:48 DEBUG torrent_alive fill_movie_queue Checking for seeds for Transporter 3 (2008): 2016-04-26 13:48 DEBUG torrent_alive fill_movie_queue Checking for seeds for Chaos (2005): 2016-04-26 13:48 DEBUG torrent_alive fill_movie_queue Checking for seeds for Reservoir Cats (2011): 2016-04-26 13:48 DEBUG torrent_alive fill_movie_queue Checking for seeds for The Brazilian Job (None): 2016-04-26 13:48 DEBUG torrent_alive fill_movie_queue Checking for seeds for Déjà Vu (2006): 2016-04-26 13:48 DEBUG torrent_alive fill_movie_queue Checking for seeds for Training Day (2001): 2016-04-26 13:48 DEBUG torrent_alive fill_movie_queue Checking for seeds for Heart Condition (1990): 2016-04-26 13:48 DEBUG torrent_alive fill_movie_queue Checking for seeds for License to Kill (1984): 2016-04-26 13:48 DEBUG movie_queue fill_movie_queue movie_queue kwargs: {u'title': u'Now You See Me 2', u'tmdb_id': 291805, u'imdb_id': u'tt3110958'} 2016-04-26 13:48 DEBUG movie_queue fill_movie_queue movie_queue kwargs: {u'title': u'Daddy Day Camp', u'tmdb_id': 14144, u'imdb_id': u'tt0462244'} 2016-04-26 13:48 DEBUG movie_queue fill_movie_queue movie_queue kwargs: {u'title': u'Home Alone 3', u'tmdb_id': 9714, u'imdb_id': u'tt0119303'} 2016-04-26 13:48 DEBUG movie_queue fill_movie_queue movie_queue kwargs: {u'title': u'Room on the Broom', u'tmdb_id': 152581, u'imdb_id': u'tt2484120'} 2016-04-26 13:48 DEBUG movie_queue fill_movie_queue movie_queue kwargs: {u'title': u'Top Gun', u'tmdb_id': 744, u'imdb_id': u'tt0092099'} 2016-04-26 13:48 DEBUG movie_queue fill_movie_queue movie_queue kwargs: {u'title': u'The Expendables 3', u'tmdb_id': 138103, u'imdb_id': u'tt2333784'} 2016-04-26 13:48 DEBUG movie_queue fill_movie_queue movie_queue kwargs: {u'tmdb_id': 336831, u'title': u'Redemption'} 2016-04-26 13:48 DEBUG movie_queue fill_movie_queue movie_queue kwargs: {u'title': u'Journey 3: From the Earth to the Moon', u'tmdb_id': 181790, u'imdb_id': u'tt2294687'} 2016-04-26 13:48 DEBUG movie_queue fill_movie_queue movie_queue kwargs: {u'title': u'Parker', u'tmdb_id': 119283, u'imdb_id': u'tt1904996'} 2016-04-26 13:48 DEBUG movie_queue fill_movie_queue movie_queue kwargs: {u'title': u'Truth In 24 II: Every Second Counts', u'tmdb_id': 111192, u'imdb_id': u'tt2200022'} 2016-04-26 13:48 DEBUG movie_queue fill_movie_queue movie_queue kwargs: {u'title': u'The Mechanic', u'tmdb_id': 27582, u'imdb_id': u'tt0472399'} 2016-04-26 13:48 DEBUG movie_queue fill_movie_queue movie_queue kwargs: {u'title': u'Shiner', u'tmdb_id': 28943, u'imdb_id': u'tt0232632'} 2016-04-26 13:48 DEBUG movie_queue fill_movie_queue movie_queue kwargs: {u'title': u'Transporter 3', u'tmdb_id': 13387, u'imdb_id': u'tt1129442'} 2016-04-26 13:48 DEBUG movie_queue fill_movie_queue movie_queue kwargs: {u'title': u'Chaos', u'tmdb_id': 5289, u'imdb_id': u'tt0402910'} 2016-04-26 13:48 DEBUG movie_queue fill_movie_queue movie_queue kwargs: {u'title': u'Reservoir Cats', u'tmdb_id': 147766, u'imdb_id': u'tt2306707'} 2016-04-26 13:48 DEBUG movie_queue fill_movie_queue movie_queue kwargs: {u'title': u'The Brazilian Job', u'tmdb_id': 10769, u'imdb_id': u'tt0427396'} 2016-04-26 13:48 DEBUG movie_queue fill_movie_queue movie_queue kwargs: {u'title': u'D\xe9j\xe0 Vu', u'tmdb_id': 7551, u'imdb_id': u'tt0453467'} 2016-04-26 13:48 DEBUG movie_queue fill_movie_queue movie_queue kwargs: {u'title': u'Training Day', u'tmdb_id': 2034, u'imdb_id': u'tt0139654'} 2016-04-26 13:48 DEBUG movie_queue fill_movie_queue movie_queue kwargs: {u'title': u'Heart Condition', u'tmdb_id': 41817, u'imdb_id': u'tt0099750'} 2016-04-26 13:48 DEBUG movie_queue fill_movie_queue movie_queue kwargs: {u'title': u'License to Kill', u'tmdb_id': 48733, u'imdb_id': u'tt0087617'} 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'Now You See Me 2 (2016)' (field: title) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'http://trakt.tv/movie/now-you-see-me-2-2016' (field: url) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'Daddy Day Camp (2007)' (field: title) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'http://trakt.tv/movie/daddy-day-camp-2007' (field: url) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'Home Alone 3 (1997)' (field: title) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'http://trakt.tv/movie/home-alone-3-1997' (field: url) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'Room on the Broom (2012)' (field: title) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'http://trakt.tv/movie/room-on-the-broom-2012' (field: url) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'Top Gun (1986)' (field: title) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'http://trakt.tv/movie/top-gun-1986' (field: url) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'The Expendables 3 (2014)' (field: title) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'http://trakt.tv/movie/the-expendables-3-2014' (field: url) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'Redemption (2013)' (field: title) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'http://trakt.tv/movie/redemption-2013-04-15' (field: url) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'Journey 3: From the Earth to the Moon (None)' (field: title) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'http://trakt.tv/movie/journey-3-from-the-earth-to-the-moon-2014' (field: url) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'Parker (2013)' (field: title) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'http://trakt.tv/movie/parker-2013' (field: url) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'Truth In 24 II: Every Second Counts (2012)' (field: title) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'http://trakt.tv/movie/truth-in-24-ii-every-second-counts-2012' (field: url) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'The Mechanic (2011)' (field: title) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'http://trakt.tv/movie/the-mechanic-2011' (field: url) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'Shiner (2000)' (field: title) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'http://trakt.tv/movie/shiner-2000' (field: url) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'Transporter 3 (2008)' (field: title) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'http://trakt.tv/movie/transporter-3-2008' (field: url) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'Chaos (2005)' (field: title) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'http://trakt.tv/movie/chaos-2005' (field: url) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'Reservoir Cats (2011)' (field: title) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'http://trakt.tv/movie/reservoir-cats-2011' (field: url) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'The Brazilian Job (None)' (field: title) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'http://trakt.tv/movie/the-brazilian-job-1969' (field: url) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'Déjà Vu (2006)' (field: title) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'http://trakt.tv/movie/deja-vu-2006' (field: url) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'Training Day (2001)' (field: title) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'http://trakt.tv/movie/training-day-2001' (field: url) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'Heart Condition (1990)' (field: title) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'http://trakt.tv/movie/heart-condition-1990' (field: url) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'License to Kill (1984)' (field: title) 2016-04-26 13:48 DEBUG seen fill_movie_queue Learned 'http://trakt.tv/movie/license-to-kill-1984' (field: url) 2016-04-26 13:48 DEBUG util.simple_persistence fill_movie_queue Flushing simple persistence for task fill_movie_queue to db. 2016-04-26 13:48 DEBUG task get_movies_NO_YIFY_1080p executing get_movies_NO_YIFY_1080p 2016-04-26 13:48 DEBUG template get_movies_NO_YIFY_1080p Merging template download-movie into task get_movies_NO_YIFY_1080p 2016-04-26 13:48 DEBUG template get_movies_NO_YIFY_1080p Merging template global into task get_movies_NO_YIFY_1080p 2016-04-26 13:48 DEBUG template get_movies_NO_YIFY_1080p Merging template transmit-movies into task get_movies_NO_YIFY_1080p 2016-04-26 13:48 CRITICAL transmission get_movies_NO_YIFY_1080p Transmissionrpc module version 0.11 or higher required. 2016-04-26 13:48 WARNING task get_movies_NO_YIFY_1080p Aborting task (plugin: transmission) 2016-04-26 13:48 DEBUG task_queue task get_movies_NO_YIFY_1080p aborted: TaskAbort(reason=Transmissionrpc module version 0.11 or higher required., silent=False) 2016-04-26 13:48 DEBUG task get_movies_1080p executing get_movies_1080p 2016-04-26 13:48 DEBUG template get_movies_1080p Merging template download-movie into task get_movies_1080p 2016-04-26 13:48 DEBUG template get_movies_1080p Merging template global into task get_movies_1080p 2016-04-26 13:48 DEBUG template get_movies_1080p Merging template transmit-movies into task get_movies_1080p 2016-04-26 13:48 CRITICAL transmission get_movies_1080p Transmissionrpc module version 0.11 or higher required. 2016-04-26 13:48 WARNING task get_movies_1080p Aborting task (plugin: transmission) 2016-04-26 13:48 DEBUG task_queue task get_movies_1080p aborted: TaskAbort(reason=Transmissionrpc module version 0.11 or higher required., silent=False) 2016-04-26 13:48 DEBUG task get_movies_NO_YIFY_720p executing get_movies_NO_YIFY_720p 2016-04-26 13:48 DEBUG template get_movies_NO_YIFY_720p Merging template download-movie into task get_movies_NO_YIFY_720p 2016-04-26 13:48 DEBUG template get_movies_NO_YIFY_720p Merging template global into task get_movies_NO_YIFY_720p 2016-04-26 13:48 DEBUG template get_movies_NO_YIFY_720p Merging template transmit-movies into task get_movies_NO_YIFY_720p 2016-04-26 13:48 CRITICAL transmission get_movies_NO_YIFY_720p Transmissionrpc module version 0.11 or higher required. 2016-04-26 13:48 WARNING task get_movies_NO_YIFY_720p Aborting task (plugin: transmission) 2016-04-26 13:48 DEBUG task_queue task get_movies_NO_YIFY_720p aborted: TaskAbort(reason=Transmissionrpc module version 0.11 or higher required., silent=False) 2016-04-26 13:48 DEBUG task get_movies_720p executing get_movies_720p 2016-04-26 13:48 DEBUG template get_movies_720p Merging template download-movie into task get_movies_720p 2016-04-26 13:48 DEBUG template get_movies_720p Merging template global into task get_movies_720p 2016-04-26 13:48 DEBUG template get_movies_720p Merging template transmit-movies into task get_movies_720p 2016-04-26 13:48 CRITICAL transmission get_movies_720p Transmissionrpc module version 0.11 or higher required. 2016-04-26 13:48 WARNING task get_movies_720p Aborting task (plugin: transmission) 2016-04-26 13:48 DEBUG task_queue task get_movies_720p aborted: TaskAbort(reason=Transmissionrpc module version 0.11 or higher required., silent=False) 2016-04-26 13:48 DEBUG task_queue task queue shut down 2016-04-26 13:48 INFO ipc.rpyc listener closed 2016-04-26 13:48 INFO ipc.rpyc server has terminated 2016-04-26 13:48 DEBUG util.simple_persistence Flushing simple persistence for task None to db. 2016-04-26 13:48 DEBUG manager Shutting down 2016-04-26 13:48 DEBUG manager Removed /Cript/FlexGet/.config-lock
Any ideas why the torrents are not actually starting?
Thanks
Posts: 3
Participants: 2