1113
June 4, 2019, 10:17am
1
Good day!
After 11 loop in Kantu for Chrome, the macro stops, how to remove this restriction?
admin
June 4, 2019, 10:23am
2
There is no such restriction. Can you please post a test macro or screencast of this issue?
Hi to me too often happens that the loop stops.
I happened with many macros unfortunately seems a random problem of kantu, always changes so no precise rules can happen at any time.
In the forum there are other reports of this strange problem of the loop.
admin
June 4, 2019, 2:51pm
4
Maybe you mean this one?
Moving discussion to new post. So here’s some code I run and it pauses pretty frequently on me. It won’t stop every time I run it but probably 40-50% of the time it will pause on me. And my wording maybe caused some confusion, my issue isn’t with the “pause” command. My macro will just stop in random spots (not after a “pause” command). It will stop and it just sits there without erroring out until i either hit “stop” to cancel or “resume”. Hitting “resume” will normally start back up again just…
This is an open issue, but it is not related to the loop feature itself. It can happensin any macro that runs longer.
Hi
Loop random freezing without any reason.
I try this code it’s a simple code to grab data from a page and randomly kantu remain stucked, the first time at loop 22 after at loop 50 without any reason.
{
"Name": "testcsv-1",
"CreationDate": "2019-6-1",
"Commands": [
{
"Command": "open",
"Target": "http://free-proxy.cz/en/proxylist/country/DE/all/ping/all",
"Value": ""
},
{
"Command": "store",
"Target": "FAST",
"Value": "!REPLAYSPEED"
},
{
"Command": "store",
"Target": "true",
"Value": "!ErrorIgnore"
},
{
"Command": "store",
"Target": "1",
"Value": "i"
},
{
"Command": "label",
"Target": "loopbegin",
"Value": "<<<<<<<<<<<<<"
},
{
"Command": "storeText",
"T…
Commensal user to get stucked he reported it here
It does get stuck for a timeout on empty rows (where I suppose ads were blocked by my adblocker) but after that continues without any issues.
Loop do not work well on Kantu if you apply a big loop (ex. 1000 or more) is sure you’ll find Kantu locked.