[error] Promised response from onMessage listener went out of scope

Any idea about error?

I can use old version?

You are free to use any version you want but keep in mind about differences between versions.
Like the new If_V2 or GotoIf_V2, etc.
Download Older UI.Vision Kantu versions.
Read Whats New to see possible Bugs and differences.
Example : the command executeScript_Sandbox introduced in version 5.
You can use v4.x but when you transition to v5.x you need to adjust your script files with new commands.
When you switch from v4.x to v5.x be prepared to encounter this:


if_v1_deprecated.

1 Like

Thanks!

I trying in chrome, and for the moment no error. I will continue to do tests.

Greetings

i prefer the old one

1 Like

Hi for me it’s the same. The error occours randomly during the execution of PAUSE command. Macro doesn’t stop working but jump loop and the counter of second run randomly.

Now i’m using the older version 5.0.1 and it doesn’t matter.

1 Like

It seems that the new version (5.0.5) fails less times, but still fails too much

Sorry for interruption guys. But it’s beautiful. :sweat_smile:
The list of people in discussion…
image
Sorry for spoiling. Could not resist. :blush:

1 Like

And my nickname is Ako :))))

Is anyone still seeing the issue in V5.0.5? If so, please let us know. We can not recreate it here.

Yes, same problem in firefox 67.0.3.
I think it fails less times than before, but I’m not sure. In any case it still fails a lot, in the first seconds.

Chrome it’s OK for me.

1 Like

Still receiving error on the latest versions of Firefox and the extension as of 6/25/2019

1 Like

Same error in V5.0.3 and V5.0.5.

V5.0.1 is ok.

Using Firefox 60.7.2

1 Like

Still having this issue! Has made Kantu almost useless to me now. :frowning: Is tech support actively working on this?

Any suggestions for different applications similar to Kantu? Probably going to have to switch :frowning:

Of course we are working on this, but it takes some time to recreate and then fix the issue. That said, we hope to have a solution next week.

Workaround: Please downgrade to Kantu V5.0.1. You find all older versions in the archive.

1 Like

This issue should be fixed with V5.0.8 - but if not, please let us know.

1 Like

Great, fixed!
Many thanks

1 Like

it seams to be solved, but running testing is taking a lot or it just freezes sometimes

but running testing is taking a lot or it just freezes sometimes

Can you please make a new post describing this issue in more detail? Ideally please add a test macro and/or a screencast.

Sure. I’ve been all morning running my test. The ipcPromise Error does not appears anymore but test that just took a few seconds takes a lot more now. It seems to be after a pause command

because it is locked after the pause command, after resuming control, some commands are skipped causing the macro to generate errors or take too much time


Same macro in previous version (5.0.5) took me 16.50s
approximately

Here is the macro
{
“Name”: “extenderVig”,
“CreationDate”: “2019-7-3”,
“Commands”: [
{
“Command”: “csvRead”,
“Target”: “pruebabusquedaId.csv”,
“Value”: “”
},
{
“Command”: “open”,
“Target”: “http://webappsti.net/ICC/Instrument/Edit/${!COL1}”,
“Value”: “”
},
{
“Command”: “click”,
“Target”: “id=AddWaiver_2_Button”,
“Value”: “”
},
{
“Command”: “type”,
“Target”: “id=2Days”,
“Value”: “${!COL2}”
},
{
“Command”: “click”,
“Target”: “xpath=//[@id="2WaiverWorkplaceToName_chosen"]/a",
“Value”: “”
},
{
“Command”: “type”,
“Target”: "xpath=//
[@id="2WaiverWorkplaceToName_chosen"]/div/div/input”,
“Value”: “${!COL3}”
},
{
“Command”: “pause”,
“Target”: “2000”,
“Value”: “val”
},
{
“Command”: “XType”,
“Target”: “${KEY_ENTER}”,
“Value”: “”
},
{
“Command”: “type”,
“Target”: “id=2Comment”,
“Value”: “${!COL4}”
},
{
“Command”: “click”,
“Target”: “xpath=/html/body/div[13]/div[11]/div/button[1]/span”,
“Value”: “”
},
{
“Command”: “pause”,
“Target”: “3000”,
“Value”: “”
},
{
“Command”: “clickAndWait”,
“Target”: “xpath=//*[@id="Content"]/div/form/div/p/input”,
“Value”: “”
}
]
}