Error after 5 loop (pause)

My macro has several dozen lines.
There is an error after every 5 loops.
After entering the price, there is a 7000 pause.
Pause 7000 is red after 5 loops.
.
What could be the problem?
.
Can I pause after 5 laps?


{
“Name”: “KLAINEZINGEN NEW OK”,
“CreationDate”: “2020-8-28”,
“Commands”: [
{
“Command”: “open”,
“Target”: “https://www.ebay-kleinanzeigen.de/”,
“Value”: “”
},
{
“Command”: “clickAndWait”,
“Target”: “linkText=Anzeige aufgeben”,
“Value”: “”,
“Targets”: [
“linkText=Anzeige aufgeben”,
“id=site-mainnav-postad-link”,
“xpath=//[@id="site-mainnav-postad-link"]",
“xpath=//a[@id=‘site-mainnav-postad-link’]”,
“xpath=//nav/ul/li/a”,
“css=#site-mainnav-postad-link”
]
},
{
“Command”: “clickAndWait”,
“Target”: “linkText=Kategorie wählen”,
“Value”: “”,
“Targets”: [
“linkText=Kategorie wählen”,
“id=pstad-lnk-chngeCtgry”,
"xpath=//
[@id="pstad-lnk-chngeCtgry"]”,
“xpath=//a[@id=‘pstad-lnk-chngeCtgry’]”,
“xpath=//div/div/div/a”,
“css=#pstad-lnk-chngeCtgry”
]
},
{
“Command”: “click”,
“Target”: “linkText=Auto, Rad & Boot”,
“Value”: “”,
“Targets”: [
“linkText=Auto, Rad & Boot”,
“id=cat_210”,
“xpath=//[@id="cat_210"]",
“xpath=//a[@id=‘cat_210’]”,
“xpath=//div/ul/li/a”,
“css=#cat_210”
]
},
{
“Command”: “click”,
“Target”: “linkText=Autoteile & Reifen”,
“Value”: “”,
“Targets”: [
“linkText=Autoteile & Reifen”,
“id=cat_223”,
"xpath=//
[@id="cat_223"]”,
“xpath=//a[@id=‘cat_223’]”,
“xpath=//div[2]/ul/li[2]/a”,
“css=#cat_223”
]
},
{
“Command”: “click”,
“Target”: “linkText=Ersatz- & Reparaturteile”,
“Value”: “”,
“Targets”: [
“linkText=Ersatz- & Reparaturteile”,
“id=cat_ersatz_reparaturteile”,
“xpath=//[@id="cat_ersatz_reparaturteile"]",
“xpath=//a[@id=‘cat_ersatz_reparaturteile’]”,
“xpath=//div[3]/ul/li[2]/a”,
“css=#cat_ersatz_reparaturteile”
]
},
{
“Command”: “clickAndWait”,
“Target”: "xpath=//
[@id="postad-step1-sbmt"]/button/span”,
“Value”: “”,
“Targets”: [
“xpath=//[@id="postad-step1-sbmt"]/button/span",
“xpath=//button/span”,
“css=#postad-step1-sbmt > button > span”
]
},
{
“Command”: “click”,
“Target”: “id=autoteile_reifen.versand_s”,
“Value”: “”,
“Targets”: [
“id=autoteile_reifen.versand_s”,
“name=attributeMap[autoteile_reifen.versand_s]”,
"xpath=//
[@id="autoteile_reifen.versand_s"]”,
“xpath=//select[@id=‘autoteile_reifen.versand_s’]”,
“xpath=//div[3]/div/div/div/select”,
“css=#autoteile_reifen.versand_s”
]
},
{
“Command”: “select”,
“Target”: “id=autoteile_reifen.versand_s”,
“Value”: “label=Versand möglich”,
“Targets”: [
“id=autoteile_reifen.versand_s”,
“name=attributeMap[autoteile_reifen.versand_s]”,
“xpath=//[@id="autoteile_reifen.versand_s"]",
“xpath=//select[@id=‘autoteile_reifen.versand_s’]”,
“xpath=//div[3]/div/div/div/select”,
“css=#autoteile_reifen.versand_s”
]
},
{
“Command”: “csvRead”,
“Target”: “klainazingen import - v1.csv”,
“Value”: “”
},
{
“Command”: “”,
“Target”: “”,
“Value”: “”
},
{
“Command”: “type”,
“Target”: “id=postad-title”,
“Value”: “${!COL2}”
},
{
“Command”: “pause”,
“Target”: “3000”,
“Value”: “3000”
},
{
“Command”: “type”,
“Target”: “id=pstad-descrptn”,
“Value”: “${!COL5}”
},
{
“Command”: “pause”,
“Target”: “6000”,
“Value”: “6000”
},
{
“Command”: “type”,
“Target”: “id=pstad-price”,
“Value”: “${!COL3}”
},
{
“Command”: “pause”,
“Target”: “7000”,
“Value”: “7000”
},
{
“Command”: “XClick”,
“Target”: "xpath=//
[@id="plupld"]/div/input”,
“Value”: “”
},
{
“Command”: “XType”,
“Target”: “${KEY_ENTER}”,
“Value”: “”
},
{
“Command”: “XType”,
“Target”: “${!COL7}”,
“Value”: “”
},
{
“Command”: “XType”,
“Target”: “${KEY_ENTER}”,
“Value”: “”
},
{
“Command”: “XType”,
“Target”: “${KEY_ENTER}”,
“Value”: “”
},
{
“Command”: “pause”,
“Target”: “7000”,
“Value”: “7000”
},
{
“Command”: “click”,
“Target”: “xpath=//[@id="postad-addetails"]/div[2]/div[1]/div/div",
“Value”: “${!COL7}”
},
{
“Command”: “pause”,
“Target”: “3000”,
“Value”: “3000”
},
{
“Command”: “clickAndWait”,
“Target”: "xpath=//
[@id="pstad-submit"]/span”,
“Value”: “”
},
{
“Command”: “pause”,
“Target”: “7000”,
“Value”: “7000”
},
{
“Command”: “”,
“Target”: “”,
“Value”: “”
}
]
}

Settings /Replay / !TIMEOUT_MACRO is long enough?

@HUBPOZ

What license do you have of ui vision RPA ?

With free licence you can use max 25 commands xclick/xtype for every work (total in your running macro).

I think you use more of 25 Xtype command and this require PRO license.

With free license you must use few xtype/xclick commands.