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.