problem with webapi.

Support / help / discussion forum for twitter bot
Post Reply
qpick
Posts: 47
Joined: Mon Dec 11, 2023 2:32 pm

problem with webapi.

Post 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)
User avatar
martin@rootjazz
Site Admin
Posts: 34782
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: problem with webapi.

Post by martin@rootjazz »

"num": 5,

probably case sensitive
"Num": 5,
qpick
Posts: 47
Joined: Mon Dec 11, 2023 2:32 pm

Re: problem with webapi.

Post by qpick »

Still same error.
User avatar
martin@rootjazz
Site Admin
Posts: 34782
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: problem with webapi.

Post by martin@rootjazz »

fixed.

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



Regards,
Martin
User avatar
martin@rootjazz
Site Admin
Posts: 34782
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: problem with webapi.

Post by martin@rootjazz »

Post Reply