From 1bba6ba9e7b39dc10c33bd7ddc182b23fa6a7fba Mon Sep 17 00:00:00 2001 From: ChristianBjerre <39243785+ChristianBjerre@users.noreply.github.com> Date: Mon, 7 Oct 2019 22:24:27 +0200 Subject: [PATCH] Update buttonscript.js Added another check on why running a schedule may fail. --- .../src/main/resources/buildServerResources/buttonscript.js | 1 + 1 file changed, 1 insertion(+) diff --git a/leaptest-integration-server/src/main/resources/buildServerResources/buttonscript.js b/leaptest-integration-server/src/main/resources/buildServerResources/buttonscript.js index a098ed7..486d790 100644 --- a/leaptest-integration-server/src/main/resources/buildServerResources/buttonscript.js +++ b/leaptest-integration-server/src/main/resources/buildServerResources/buttonscript.js @@ -143,6 +143,7 @@ function GetSch() { "4.Controller is not running or updating now, check it in services\n" + "5.Your Leapwork Controller API port is blocked.\nUse 'netstat -na | find \"9001\"' command, The result should be:\n 0.0.0.0:9001 0.0.0.0:0 LISTENING\n" + "6.Your browser has such a setting enabled that blocks any http requests from https\n" + + "7.Check that the schedules you try to run are enabled in Leapwork\n" + "If nothing helps, please contact support https://leapwork.com/support" ); }