@tomatosmoothie wrote:
I googled and found a similar thread here: https://discuss.flexget.com/t/deluge-cannot-be-used-because-dependency-deluge-is-missing/416
However, I feel I should not have a problem.
OS: Windows 10 64bit
C:\Users\tomatosmoothie>python -V Python 2.7.13 C:\Users\tomatosmoothie>flexget -V 2.10.34 You are on the latest release.
Downloaded python from here: Windows x86-64 MSI installer It did install the 64bit python version, could that be the problem?
Downloaded Deluge from here: deluge-1.3.14-win32-py2.7.exe
flexget check
Works fine but if I do a
flexget --test execute
I get the below:
2017-04-20 17:34 INFO manager Test mode, creating a copy from database ... 2017-04-20 17:34 INFO manager Test database created 2017-04-20 17:34 VERBOSE task_queue There are 2 tasks to execute. Shutdown will commence when they have completed. 2017-04-20 17:34 CRITICAL task download Plugin `deluge` cannot be used because dependency `deluge` is missing. 2017-04-20 17:34 WARNING task download Aborting task (plugin: deluge) 2017-04-20 17:34 VERBOSE filesystem sort Starting to scan folders. 2017-04-20 17:34 VERBOSE filesystem sort Scanning folder E:\torrent-complete\tv-shows. Recursion is set to True. 2017-04-20 17:34 VERBOSE details sort Task didn't produce any entries. 2017-04-20 17:34 VERBOSE details sort Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0) 2017-04-20 17:34 INFO manager Removed test database
My config file:
tasks: sort: priority: 2 no_entries_ok: yes parsing: series: guessit filesystem: path: 'E:\torrent-complete\tv-shows' regexp: '.*\.(avi|mkv|mp4)$' recursive: yes accept_all: yes thetvdb_lookup: yes all_series: parse_only: yes move: to: 'E:\torrent-complete' rename: '{{ tvdb_series_name }}.{{ series_id }}{{ location | pathext }}' clean_source: 50 download: priority: 1 rss: 'http://showrss.info/user/MYID.rss?magnets=true&namespaces=true&name=null&quality=null&re=null' all_series: yes deluge: path: 'E:\torrent-complete\tv-shows' notify: entries: title: Downloading {{series_name}} message: Episode {{series_id}} via: - pushbullet: api_key: mypushbulletapikey schedules: - tasks: download interval: hours: 1
Posts: 2
Participants: 1