You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Hi,
I am getting the following error for some utterances when I run the tests. The same utterance works fine the next time but the other utterance fails with the same error. It happens very frequently. Out of 400 tests, 4 to 5 are failing with this error. Is this a timeout issue?
Error: Convos_fit-A005/UTT-L01/Cell A5: error sending to bot - Cannot read properties of undefined (reading 'error')
########################################
Convos_fit-A005/UTT-L01/Cell A5: error sending to bot - Cannot read properties of undefined (reading 'error')
------------ TRANSCRIPT ----------------------------
#me: what day is today
at BotiumBindings.wrapBotiumError (/Users/testuser/specs/node_modules/botium-bindings/src/BotiumBindings.js:77:14)
at /Users/testuser/specs/node_modules/botium-bindings/src/BotiumBindings.js:134:33
at processTicksAndRejections (node:internal/process/task_queues:96:5)
To Reproduce
Expected behavior
All tests need to run successfully. It only fails when the test is run automatically but succeeds when we run it using botium-cli emulator.
Screenshots and Log files
If applicable, add screenshots and/or logfiles to help explain your problem.
@ujja , it's hard to capture the logs because it fails only when I run 150+ tests and it consistently fails with some utterances that worked fine in the previous test run.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
Hi,
I am getting the following error for some utterances when I run the tests. The same utterance works fine the next time but the other utterance fails with the same error. It happens very frequently. Out of 400 tests, 4 to 5 are failing with this error. Is this a timeout issue?
Error: Convos_fit-A005/UTT-L01/Cell A5: error sending to bot - Cannot read properties of undefined (reading 'error')
########################################
Convos_fit-A005/UTT-L01/Cell A5: error sending to bot - Cannot read properties of undefined (reading 'error')
------------ TRANSCRIPT ----------------------------
#me: what day is today
at BotiumBindings.wrapBotiumError (/Users/testuser/specs/node_modules/botium-bindings/src/BotiumBindings.js:77:14)
at /Users/testuser/specs/node_modules/botium-bindings/src/BotiumBindings.js:134:33
at processTicksAndRejections (node:internal/process/task_queues:96:5)
To Reproduce
Expected behavior
All tests need to run successfully. It only fails when the test is run automatically but succeeds when we run it using botium-cli emulator.
Screenshots and Log files
If applicable, add screenshots and/or logfiles to help explain your problem.
Botium Flavour:
Botium Version
Additional context
The text was updated successfully, but these errors were encountered: