Fail to Inject error

Hello,

I use a csv to form fill and always after executing about 3 lines, I get this error.

[error] fail to inject

I remove the three already executed lines from csv and it works fine for another three lines.

Please find below the code. TIA.
{
“Command”: “csvRead”,
“Target”: “mails.csv”,
“Value”: “”
},
{
“Command”: “while”,
“Target”: “"${!csvReadStatus}" == "OK"”,
“Value”: “”
},
{
“Command”: “open”,
“Target”: “https://www.”,
“Value”: “”
},
{
“Command”: “echo”,
“Target”: “Status = ${!col1}, line = ${!csvReadLineNumber}”,
“Value”: “”
},
{
“Command”: “type”,
“Target”: “id=MainContentPlaceHolder_DownloadRegister_txtEmailAddress”,
“Value”: “${!COL1}”
},
{
“Command”: “select”,
“Target”: “id=MainContentPlaceHolder_DownloadRegister_rptQuestions_Responses_0”,
“Value”: “${!COL2}”
},
{
“Command”: “select”,
“Target”: “id=MainContentPlaceHolder_DownloadRegister_rptQuestions_Responses_1”,
“Value”: “${!COL3}”
},
{
“Command”: “click”,
“Target”: “link=Download”,
“Value”: “”
},
{
“Command”: “storeEval”,
“Target”: “${!csvReadLineNumber}+1”,
“Value”: “!csvReadLineNumber”
},
{
“Command”: “store”,
“Target”: “true”,
“Value”: “!errorIgnore”
},
{
“Command”: “echo”,
“Target”: "Reading CSV line No. ${!csvReadLineNumber} ",
“Value”: “!errorIgnore”
},
{
“Command”: “csvRead”,
“Target”: “mails.csv”,
“Value”: “”
},
{
“Command”: “endWhile”,
“Target”: “”,
“Value”: “”
}
]
}

@Usha_R did you overcome the error?
I have same error and already spent several hours to find it’s source.
for me at the moment it fails, any macro with storeEval stops working.
I see that it fails for me on specific CSV content is used (dev instance link).
If you had some progress in this moment - i would appreciate the hints where to check.
Thanks in forward.

Even more =)
If the tab with error is still opened - any macros will fail on storeEval command.
Error in console:


@TechSupport any ideas?

And after this, any macros with storeEval operation will get this error. Until i close the faulty tab.