Search found 1 match

by crh0872
Wed Feb 18, 2009 2:48 am
Forum: Web Interface
Topic: How to list all torrents by http request ?
Replies: 8
Views: 14768

Re: How to list all torrents by http request ?

{
"arguments": {
"torrents": []
},
"result": "no fields specified"
}

Same problem here. I've read and re-read rpc-spec.txt, and "fields" is just another argument, so it would be defined by &fields= just as speed-limit-down is an argument and is set via &speed-limit-down=50 with no problem. If I ...