Has anyone had this error: `error parsing template...
# 🤝help
w
I am getting the following error in the logs page, but can't figure out how to solve it. I have some code cards, but I can't find any references to them:
Copy code
error parsing template TypeError: Cannot read properties of undefined (reading 'transcript')
    at eval (eval at <anonymous> (/var/task/customer_code.js:96:2151658), <anonymous>:3:34)
    at evalWith (/var/task/customer_code.js:96:2151699)
    at /var/task/customer_code.js:96:2151981
    at Array.forEach (<anonymous>)
    at renderTemplate (/var/task/customer_code.js:96:2151963)
    at renderRecursive (/var/task/customer_code.js:96:2151499)
    at Object.renderDynamicText (/var/task/customer_code.js:620:8655)
    at answer (/var/task/customer_code.js:546:648)
    at handler (/var/task/customer_code.js:546:3605)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
I guess it has something to do with the Translator agent:
f
My guess is that its from the summary agent, do you have it on?
w
No, it is off
l
I have seen this error myself many times, check your code, and write console.log for each variable before it is used to see if anything is out of reference