Code: Select all
{
"id": 1,
"method": "auth.login",
"params": ["password"]
}
Code: Select all
{
"id": 1,
"method": "auth.login",
"params": ["password"]
}
Code: Select all
[ERROR ] 15:22:19 json_api:214 'NoneType' object is not iterable
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_dev-py2.6.egg/deluge/ui/web/json_api.py", line 236, in render
d = self._on_json_request(request)
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_dev-py2.6.egg/deluge/ui/web/json_api.py", line 205, in _on_json_request
d, response["id"] = self._handle_request(request.json)
TypeError: 'NoneType' object is not iterable
Code: Select all
{"method":"core.pause_torrent","params":["60d5d82328b4547511fdeac9bf4d0112daa0ce00"],"id":2}
Code: Select all
[ERROR ] 17:15:17 client:364 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: core.pause_torrent(60d5d82328b4547511fdeac9bf4d0112daa0ce00)
--------------------------------------------------------------------------------
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_dev-py2.6.egg/deluge/core/rpcserver.py", line 257, in _dispatch
ret = self.factory.methods[method](*args, **kwargs)
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_dev-py2.6.egg/deluge/core/core.py", line 338, in pause_torrent
if not self.torrentmanager[torrent_id].pause():
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_dev-py2.6.egg/deluge/core/torrentmanager.py", line 233, in __getitem__
return self.torrents[torrent_id]
KeyError: 6
--------------------------------------------------------------------------------
Code: Select all
{"method":"core.pause_torrent","params":[["60d5d82328b4547511fdeac9bf4d0112daa0ce00"]],"id":2}