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

Tranmission plugin does not seem to work or being detected

$
0
0

@parisbyday wrote:

Hello,

I am trying to configure flexget with transmission.
Flexget: 2.13.15
API: 1.4.3
I have a docker environnement and i use https://github.com/cpoppema/docker-flexget.
in the logs i can see an error message below
2018-05-06 14:31 DEBUG task_queue task books aborted: TaskAbort(reason=BUG: Unhandled error in plugin torrent_files: u'files', silent=False)
2018-05-06 14:31 DEBUG scheduler all tasks in schedule finished executing

2018-05-06 14:31 CRITICAL task books BUG: Unhandled error in plugin torrent_files: u'files'
2018-05-06 14:31 CRITICAL manager books An unexpected crash has occurred. Writing crash report to /config/crash_report.2018.05.06.143138117474.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 2.13.15
2018-05-06 14:31 DEBUG manager books Traceback:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/flexget/task.py", line 486, in _runplugin
return method(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/flexget/event.py", line 23, in call
return self.func(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/flexget/plugins/metainfo/torrent_files.py", line 20, in on_task_modify
files = [posixpath.join(item['path'], item['name']) for item in entry['torrent'].get_filelist()]
File "/usr/lib/python2.7/site-packages/flexget/utils/bittorrent.py", line 236, in get_filelist
for item in self.content['info']['files']:
KeyError: u'files'
2018-05-06 14:31 WARNING task books Aborting task (plugin: torrent_files)

my configuration is maybe wrong but seems simple :slight_smile:

web_server: yes

schedules:
- tasks: '*'
interval:
minutes: 1

tasks:
books:
rss: 'https://yggxxxxxx.is/rss?type=1&parent_category=2140'
regexp:
accept:
- equipe
- Equipe
- Lucky
- Magazine
- Parisien
- Monde
- Provence
- Elle
- Midi
- Figaro
- Liberation
transmission:
enabled: yes
host: 192.168.1.100
port: 9091

Many Thanks in advance for your feedback,

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 376

Trending Articles