I don't have an element like "e" . it still shows the error

=> Error
[error] e is undefined

=> source view

{
  "Name": "sec_while",
  "CreationDate": "2019-7-1",
  "Commands": [
    {
      "Command": "store",
      "Target": "1",
      "Value": "a"
    },
    {
      "Command": "while",
      "Target": "${a}<=10",
      "Value": ""
    },
    {
      "Command": "echo",
      "Target": "${a}",
      "Value": ""
    },
    {
      "Command": "storeEval",
      "Target": "${a}+1",
      "Value": "a"
    },
    {
      "Command": "endWhile",
      "Target": "",
      "Value": ""
    },
    {
      "Command": "",
      "Target": "",
      "Value": ""
    }
  ]
}

Got a similar respond from my script using “storeEval_deprecated” and “executeScript” to receive a date value.
“[error]>> e is undefined” is the reply for an undefined error from Kantu.

contact me if you found an another solution.
i have one solution that is create a new project .

i see the error in Firefox (only), but not in Chrome => I created a ticket for it.

1 Like