Page 1 of 1

problem with webapi.

Posted: Fri Apr 26, 2024 4:49 pm
by qpick
It is sending the task to td and td also starts working on it but.

task num is infinite

here is job =
{
"MassAction": "follow",
"Url": "@elonmusk",
"PauseMin": 0,
"PauseMax": 0,
"num": 5,
"accs": "all",
"NumThreads": 1,
"RunNow": True,
}

While it is supposed to do 5 follows it is doing infinite (with all accounts in software)

Re: problem with webapi.

Posted: Fri Apr 26, 2024 4:59 pm
by martin@rootjazz
"num": 5,

probably case sensitive
"Num": 5,

Re: problem with webapi.

Posted: Fri Apr 26, 2024 7:05 pm
by qpick
Still same error.

Re: problem with webapi.

Posted: Tue Apr 30, 2024 3:39 pm
by martin@rootjazz
fixed.

The next update will fix this. I shall let you know when it is ready.



Regards,
Martin

Re: problem with webapi.

Posted: Tue Apr 30, 2024 5:58 pm
by martin@rootjazz