Opened 15 years ago
Closed 15 years ago
#1148 closed bug (Fixed)
Executor plugin error
Reported by: | pilluli | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Plugin | Version: | 1.2.0 |
Keywords: | Cc: |
Description
Executor plugin does not work in my setup (ubuntu karmic 64bits with latest ppa packages). I get this error in deluged.log:
[ERROR ] 23:47:23 rpcserver:286 Exception calling RPC request: 'tuple' object does not support item assignment Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/deluge/core/rpcserver.py", line 281, in dispatch
ret = self.factory.methods[method](*args, kwargs)
File "/usr/share/pyshared/deluge/plugins/Execute-1.2-py2.6.egg/execute/core.py", line 132, in save_command
command[EXECUTE_EVENT] = event
TypeError: 'tuple' object does not support item assignment
This is now fixed in git for both 1.2-stable and master and will make it into the 1.2.1 release.