-
Notifications
You must be signed in to change notification settings - Fork 481
Deluge crashes without username #2523
Copy link
Copy link
Closed
Labels
Description
Config:
deluge:
host: 192.168.0.2Log:
(click to expand)
BUG: Unhandled error in plugin deluge: 'username'
Traceback (most recent call last):
File "/home/paranoidi/apps/flexget/flexget/task.py", line 520, in __run_plugin
result = method(*args, **kwargs)
File "/home/paranoidi/apps/flexget/flexget/event.py", line 20, in __call__
return self.func(*args, **kwargs)
File "/home/paranoidi/apps/flexget/flexget/plugins/clients/deluge.py", line 22, in on_task_start
self.setup_client(config)
File "/home/paranoidi/apps/flexget/flexget/plugins/clients/deluge.py", line 51, in setup_client
config['username'],
KeyError: 'username'
Additional information:
- FlexGet version: GIT
Reactions are currently unavailable