Opened 7 years ago
Last modified 7 years ago
#3118 new bug
AutoAdd Invalid options key:owner
Reported by: | bilias | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | needs verified |
Component: | Plugin | Version: | 1.3.15 |
Keywords: | AutoAdd | Cc: |
Description
Hi,
After enabling AutoAdd plugin I get these in deluged's log:
[ERROR ] 12:24:55 rpcserver:306 Exception calling RPC request: autoadd: Invalid options key:owner Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/core/rpcserver.py", line 301, in dispatch
ret = self.factory.methods[method](*args, kwargs)
File "/usr/lib/python2.7/site-packages/deluge/plugins/AutoAdd-1.5-py2.7.egg/autoadd/core.py", line 147, in set_options
raise Exception("autoadd: Invalid options key:%s" % key)
Exception: autoadd: Invalid options key:owner
regards,
Giannis
And another one today after changing some settings on the AutoRemovePlus
[ERROR ] 14:09:12 gtkui:343 [LabelPlus] Update: Error: Timed out [ERROR ] 14:09:15 preferences_ext:359 [LabelPlus] Load preferences: Error: Timed out [ERROR ] 14:09:17 client:391 RPCError Message Received!
RPCRequest: autoadd.set_options(1, {'max_download_speed': 0.0, 'stop_ratio_toggle': False, 'remove_at_ratio_toggle': False, 'label_toggle': False, 'max_upload_slots': 0, 'download_location_toggle': True, 'append_extension_toggle': False, 'owner': 'localclient', 'stop_at_ratio_toggle': False, 'move_completed_toggle': True, 'max_connections': 0, 'max_upload_speed_toggle': False, 'auto_managed_toggle': False, 'max_connections_toggle': False, 'download_location': '/share/torrents/tmp', 'label': , 'max_upload_speed': 0.0, 'max_download_speed_toggle': False, 'move_completed_path': '/spare/torrents/completed', 'auto_managed': True, 'abspath': '/share/torrents', 'add_paused_toggle': False, 'stop_at_ratio': False, 'copy_torrent_toggle': True, 'move_completed': True, 'path': '/share/torrents', 'append_extension': '.added', 'add_paused': True, 'queue_to_top_toggle': False, 'max_upload_slots_toggle': False, 'queue_to_top': True, 'enabled': True, 'remove_at_ratio': True, 'copy_torrent': '/spare/torrents/completed/torrents', 'stop_ratio': 0.0, 'delete_copy_torrent_toggle': True})
Exception: autoadd: Invalid options key:owner
Unhandled error in Deferred:
Traceback (most recent call last): Failure: deluge.ui.client.DelugeRPCError: <deluge.ui.client.DelugeRPCError object at 0x7f2c275b2310>