Search found 13 matches

by ouiouioui
04 Nov 2013, 10:50
Forum: Support
Topic: rpc api unicode
Replies: 6
Views: 3930

Re: rpc api unicode

ok, it's that, in log i have
Mon Nov 4 11:47:19 2013 140484416100096 DEBUG Request=%7B%22method%22%3A%22version%22%2C%22params%22%3A%5Bfalse%5D%7D (WebServer.cpp:221:Execute)
when i send
{"method":"version","params":[false]}
i need send it as what? UTF8?

Thanks.
by ouiouioui
03 Nov 2013, 21:29
Forum: Support
Topic: rpc api unicode
Replies: 6
Views: 3930

Re: rpc api unicode

THanks i try it, else my json sent is in good format?
by ouiouioui
02 Nov 2013, 16:42
Forum: Support
Topic: rpc api unicode
Replies: 6
Views: 3930

rpc api unicode

Hello, first thanks for this great app! i try to make a app for get nzbget status and more with JSON-RPC but when i send {"version":"1.1","method":"version","params":""} i get { "version" : "1.1", "error" : { "name" : "JSONRPCError", "code" : 1, "message" : "Invalid procedure" } } is it a unicode pr...