Also I try using the WS core.set_torrent_trackers
Code: Select all
curl -b cookies.txt --compressed -i -H "Content-Type: application/json" -H "Accept: application/json" -X POST -d '{"method": "core.set_torrent_trackers", "params": ["3377621667479065c209bdf600075d80070e3ca9", [{"udp://tracker.openbittorrent.com:80",0}]], "id": 1}' http://localhost:8001/json
HTTP/1.1 500 Internal Server Error
Any ides? Thanks!