Search found 13 matches

by ouiouioui
21 Mar 2017, 14:27
Forum: Support
Topic: API saveconfig JSON format
Replies: 5
Views: 2542

Re: API saveconfig JSON format

Ok problem are in my code, you have right i get this JSON result:
{
"version" : "1.1",
"error" : {
"name" : "JSONRPCError",
"code" : 401,
"message" : "Access denied"
}
}
Thanks
by ouiouioui
21 Mar 2017, 10:38
Forum: Support
Topic: API saveconfig JSON format
Replies: 5
Views: 2542

Re: API saveconfig JSON format

I have another question, when we use restricted user the method saveconfig don't save settings that ok but it return true :?
by ouiouioui
20 Mar 2017, 17:14
Forum: Support
Topic: API saveconfig JSON format
Replies: 5
Views: 2542

Re: API saveconfig JSON format

My bad, i use search on forum and see you say it to an other user.
i use firebug and find the problem i miss the [] of array :oops:
Thanks. You are too much fast lol i cannot delete before you see it
by ouiouioui
20 Mar 2017, 16:59
Forum: Support
Topic: API saveconfig JSON format
Replies: 5
Views: 2542

API saveconfig JSON format

Hello, i don't fnd the correct format to send, every try get a configuration file corrupted, empty, with 1line, ... if i send that only first setting "maindir" are saved { "method":"saveconfig", "params":[ { "Name" : "MainDir", "Value" : "\/home\/backupusr" }, { "Name" : "DestDir", "Value" : "${Main...
by ouiouioui
17 Mar 2017, 12:14
Forum: Support
Topic: Wiki servervolumes
Replies: 3
Views: 1983

Re: Wiki servervolumes

Thanks it's perfect, you are very fast.
by ouiouioui
17 Mar 2017, 10:12
Forum: Support
Topic: Wiki servervolumes
Replies: 3
Views: 1983

Wiki servervolumes

Hello, i started write API wiki page https://github.com/nzbget/nzbget/wiki/API-Method-%22servervolumes%22 but i don't know how describe. Also i have one server and data returned for me contain array with 2 item with same data is it normal? ... "ServerID" : 0, "DataTime" : 1489743910, "FirstDay" : 17...
by ouiouioui
15 Mar 2017, 10:19
Forum: Support
Topic: Missing struct in API doc
Replies: 2
Views: 1668

Re: Missing struct in API doc

Hello,

you are fast, thanks it's perfect.
by ouiouioui
14 Mar 2017, 10:05
Forum: Support
Topic: Missing struct in API doc
Replies: 2
Views: 1668

Missing struct in API doc

Hello, i update my program for using last API function and i don't find some infos. In Wiki (https://github.com/nzbget/nzbget/wiki/API-Method-%22history%22) we have: ScriptStatuses (struct[]) - Status info of each post-processing script. See below. Is someone know what are returned as struct[] ? i h...
by ouiouioui
04 Nov 2013, 21:11
Forum: Support
Topic: rpc api unicode
Replies: 6
Views: 3930

Re: rpc api unicode

ok, i found. Thanks for your help! here for Delphi dev who block on it //-------------------------------------------- // Alexandre contact@toutenvrac.org // 1.0 2013/11/04 //-------------------------------------------- Unit uNZBGet; Interface Uses Classes, Forms, SysUtils, IdAntiFreezeBase, IdAntiFr...