@Faf wrote:
I'm trying to grab torrents off an RSS feed and then sftp_upload them to another machine and it's connecting to the server and then failing. Here's the error log and my config file. Any ideas? Thanks
2016-05-21 22:52 VERBOSE sftp test task Connected to ***** 2016-05-21 22:52 CRITICAL task test task BUG: Unhandled error in plugin sftp_upload: u'location' Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 443, in __run_plugin return method(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/flexget/event.py", line 23, in __call__ return self.func(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/plugin_sftp.py", line 591, in on_task_output self.handle_entry(entry, sftp, config, url_prefix) File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/plugin_sftp.py", line 527, in handle_entry location = entry['location'] File "/usr/local/lib/python2.7/dist-packages/flexget/utils/lazy_dict.py", line 71, in __getitem__ item = self.store[key] KeyError: u'location'
tasks: test task: rss: *** accept_all: yes download: **** sftp_upload: host: '*****' username: '****' password: '****' location: 'private/rtorrent/watch'
Posts: 2
Participants: 2