Hi
I have nothing against Kantu and I would like Kantu to become a perfect software so that I can leave it at work and not have to worry that after a few minutes I find errors and the browser is blocked but today I see so many strange bugs some seem even random because they do not always appear , list the bugs noted with kantu.
Imacros works like a charm, I use firefox portable 56 and I can use it forever and working 24 hours a day without any freeze o bug, it can work for weeks continuously without crashing o freeze.
katalon is similar Kantu but do not show the bugs present in Kantu.
With firefox 66 Kantu working very bad, there are more bugs and incompatibility, now i must use firefox ESR 60 with Kantu because Firefox 66 do not work well with Kantu.
This is my list of bugs which I noticed using kantu that prevent me from automating, some bugs is reported to others user too.
kantu 4.2.7 Firefox 66.0.3 Windows 7
I try to run Kantu via command line in a batch files but random open from 2 to 5 Kantu windows and fails to run a macro.
I tryed all option in batch files give always the same errors.
I add complete code to show this bug
Macro code:
{
“Name”: “1test”,
“CreationDate”: “2019-5-4”,
“Commands”: [
{
“Command”: “open”,
“Target”: “https://www.google.com/ ”,
“Value”: “”
},
{
“Command”: “type”,
“Target”: “name=q”,
“Value”: “script”
},
{
“Command”: …
I installed Kantu in new browser firefox 66 and firefox esr 60 and give all default macro errors, no macros have been created or modified are the macros already installed.
[warning]
Error in parsing macros/DemoAutofill.json:
undefined
[warning]
Error in parsing macros/DemoCanvas.json:
undefined
[warning]
Error in parsing macros/DemoComputerVision.json:
undefined
[warning]
Error in parsing macros/DemoCsvReadWithLoop.json:
undefined
[warning]
Error in parsing macros/DemoCsvReadWithWhile…
csvRead fails to read csv file with inconsistent columns like so:
A
A,B
Hi
I reistalled in NEW firefox Kantu but give a large amount of errors.
It’s installed only fresh, never macro or action is maked.
It’s official installed from firefox addons, the latest version.
Used Firefox 66.0.3 Windows 7 32 bit
WARNIG: It’s kantu fresh installed and not used, there are not custom macros.
log
[warning]
Error in parsing macros/DemoAutofill.json:
undefined
[warning]
Error in parsing macros/DemoCanvas.json:
undefined
[warning]
Error in parsing macros/DemoComputerVi…
Hi
When I combine with run command parts of macros that have stored variables i see more errors.
How can i combine more macros with variables and launch it with run command without error ?
Hi
I see this error using run part of macro that contain variables.
Macro 1
{
“Name”: “_1”,
“CreationDate”: “2019-4-28”,
“Commands”: [
{
“Command”: “store”,
“Target”: “TRUE”,
“Value”: “!ERRORIGNORE”
}
]
}
Macro 2
{
“Name”: “_2”,
“CreationDate”: “2019-4-28”,
“Commands”: [
{
“Command”: “store”,
“Target”: “Test”,
“Value”: “Test”
}
]
}
Macro 3
{
“Name”: “_3”,
“CreationDate”: “2019-4-28”,
“Commands”: [
{
“Command”: “run”,
“Target”: “_1”,
“Value”: “”
},
{
“Com…
Hi
I have list of 8-10 test cases which are running successfully as macro. However i have clubbed these test cases in Test suite and getting error below randomly after run of first test case.
[error]
empty stack
[error]
Can’t find monitor target with id ‘1554791928345.4eda47’
Hi
When you leave the browser firefox and Kantu open for a few minutes and then start a macro Kantu it seems to lose control of the open tab and shows error “Error #101: Kantu is not connected to a browser tab”, Can you solve this problem?
Open the browser, open Kantu, wait for minutes and then start a macro, it will show an error “Error #101: Kantu is not connected to a browser tab”.
It is an annoying error that wastes time it seems that Kantu loses control of the open tab and can no longer …
Hi
Today when i fill a form with a macro show this error
“[error] t.getClientRects(…)[0] is undefined”
What type of error is ?
What cause this error it’s the first time i see this error.
Thanks, have a nice day
Hi
kantu do not recognize well the loading of page, sometimes start macro during the loading of page.
I already setted !TIMEOUT_PAGELOAD to 300 but sometimes Kantu do not respect this command.
Today i see 2 errors
[error][ignored]
lost background heart beat when running command
[error][ignored]
until: dom ready expired!
What are these errors ?
In Kantu it would be to improve the detection of the loading of the site and also the cases in which the site does not load or the internet conne…
Hi
I tryed to run a macro via bookmarks but it open multiple kantu windows with list of commands.
Why open multiple kantu windows when i run macro via bookmarks ?
Thanks
Hi
Today i found a bug that stuck Kantu (do not continue to work).
When you use command open to load a site if the site do not load or internet connection lost Kantu remain to wait the loading of site and do not continue and show this message “lost background heart beat when running command” in log.
This is a problem because sometimes internet connection can lost and kantu remain stucked.
I tried with store|TRUE|!ERRORIGNORE but the problem do not solved Kantu remain stucked.
It’s important…
Hi @admin
I tried katalon is very similar to kantu, it it based on Selenium IDE.
On katalon there is not the bug of “Error #101: Kantu is not connected to a browser tab” It’s possible to run a macro from internal page of firefox without any problem (I tested this).
I runned macro from about:config or about:blank of firefox and the macro run perfectly from any page.
Why kantu do not allow to run macro from a non web page of firefox ?
it is very annoying not to be able to start a macro from a…