[Issue #549] Kantu "Error: Error: player: paused or stopped" With Run Command

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”: “”
},
{
“Command”: “run”,
“Target”: “_2”,
“Value”: “”
}
]
}

Log>

[status]

Playing macro _3

[info]

Executing:  | run | _1 |  | 

[status]

Running '_1', called by '_3'

[status]

Playing macro _1

[info]

Executing:  | store | TRUE | !ERRORIGNORE | 

[status]

Finished running '_1', returning to '_3'

[status]

Playing macro _3

[info]

Executing:  | run | _2 |  | 

[status]

Running '_2', called by '_3'

[status]

Playing macro _2

[info]

Executing:  | store | Test | Test | 

[status]

Finished running '_2', returning to '_3'

[status]

Playing macro _3

[info]

Macro completed (Runtime 4.72s)

[error][ignored]

Error: Error: player: paused or stopped

Why this error ?

If you run more macros the errors increased.

Hi @admin @TechSupport

I think this error appaire when stored internal variable and storeeval in part of macro runned with run command.

It’s appaire when i added this

| store | TRUE | !ERRORIGNORE |

Today i see more error similar but macro works well, after finish show this errors.

  • [error][ignored]

Error: player: paused or stopped

  • [error][ignored]

Error: player: paused or stopped

  • [error][ignored]

Error: player: paused or stopped

  • [error][ignored]

Error: player: paused or stopped

  • [error][ignored]

Error: player: paused or stopped

  • [error][ignored]

Error: player: paused or stopped

  • [error][ignored]

Error: player: paused or stopped

  • [error][ignored]

Error: player: paused or stopped

  • [error][ignored]

Error: Error: player: paused or stopped

  • [error][ignored]

Error: player: paused or stopped

  • [error][ignored]

Error: player: paused or stopped

  • [error][ignored]

Error: player: paused or stopped

  • [error][ignored]

Error: player: paused or stopped

  • [error][ignored]

Error: player: paused or stopped

  • [error][ignored]

Error: player: paused or stopped

  • [error][ignored]

Error: player: paused or stopped

  • [error][ignored]

Error: player: paused or stopped

Thanks

I confirmed this issue.

Fixed with UI Vision RPA V5.0 :slight_smile:

2 posts were split to a new topic: RUN command network drive → macro not found