Thread: [Solved] UPDATE SCRIPT does not work
View Single Post
  #6  
Old 15.07.2021, 16:49
guardao's Avatar
guardao guardao is offline
JD-Team
 
Join Date: Mar 2009
Posts: 3,304
Default

Quote:
Originally Posted by guardao View Post
The JD Update SCRIPT is no longer working. (#CORE 44633)
Please fix it.
TX
___________________________________________________________

/*
Update when JD is Idle
Trigger Required: "Interval" (Recommended: 600000 (10 mins.) or more)
*/

if (
callAPI("update", "isUpdateAvailable") &&
!callAPI("linkcrawler", "isCrawling") &&
!callAPI("linkgrabberv2", "isCollecting") &&
!callAPI("extraction", "getQueue").length &&
isDownloadControllerIdle()
) {
callAPI("update", "restartAndUpdate");
}
Sorry guys, I add to update MANUALLY today.

After the JD START I was asked to update.


15.07.21 15.35.40 <--> 15.07.21 15.43.14 jdlog://1094825302851/

Last edited by guardao; 15.07.2021 at 16:52.
Reply With Quote