Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot is continuously throwing error #9667

Open
rishabh-agarwal10 opened this issue Nov 6, 2023 · 3 comments
Open

Bot is continuously throwing error #9667

rishabh-agarwal10 opened this issue Nov 6, 2023 · 3 comments
Assignees
Labels
Bot Services Required for internal Azure reporting. Do not delete. Do not change color. customer-replied-to Required for internal reporting. Do not delete. customer-reported Required for internal Azure reporting. Do not delete.

Comments

@rishabh-agarwal10
Copy link

The bot is throwing an error whenever we type any message

Hmm, something went wrong there.

\`\`\`
Error: ${turn.dialogEvent.value.name}
Details: ${turn.dialogEvent.value.message}
\`\`\`

Please help us with this as we are not getting why it cannot call any triggers and throwing this error every time.

@rishabh-agarwal10 rishabh-agarwal10 added the Needs-triage A new issue that require triage label Nov 6, 2023
@dmvtech
Copy link
Collaborator

dmvtech commented Nov 8, 2023

Are you able to share your bot here? (or at least the .dialog that reproduces it)

@dmvtech dmvtech self-assigned this Nov 8, 2023
@dmvtech dmvtech added customer-reported Required for internal Azure reporting. Do not delete. Bot Services Required for internal Azure reporting. Do not delete. Do not change color. customer-replied-to Required for internal reporting. Do not delete. and removed Needs-triage A new issue that require triage labels Nov 8, 2023
@dmvtech
Copy link
Collaborator

dmvtech commented Nov 8, 2023

Also, please give:

  • The version of Composer you running
  • The OS it is running on
  • What version of the Bot Framework SDK the bot is running
  • What runtime (dotnet or node) the bot is.

@rishabh-agarwal10
Copy link
Author

@dmvtech The issue is that we are getting the issue in prod and our slack where we have integrated this bot.
So if we are querying the bot then the parent trigger is running but after that it is not able to run any child trigger and it is throwing that error which I have listed above. So it after parent trigger it is directly going to error trigger.
Please help us with this.

Composer version - 2.1.2
runtime - node
@microsoft/botframework-cli": "4.15.0",
"adaptive-expressions": "4.15.0",
"botbuilder": "4.15.0",
"botbuilder-ai-luis": "4.15.0-preview",
"botbuilder-ai-qna": "4.15.0-preview",
"botbuilder-bigquery": "0.0.7",
"botbuilder-dialogs": "4.15.0",
"botbuilder-dialogs-adaptive": "4.15.0-preview",
"botbuilder-dialogs-adaptive-runtime": "4.15.0-preview",
"botbuilder-dialogs-adaptive-runtime-core": "4.15.0-preview",
"botbuilder-dialogs-declarative": "4.15.0-preview",
"botbuilder-storage-mongodb": "^1.0.8",
"botbuilder-winston-logger": "0.0.7",
"cross-env": "latest",
"debug": "^4.1.1",
"lodash": "^4.17.19",
"minimist": "1.2.5",
"restify": "^8.5.1"
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@types/jest": "^25.2.3",
"@types/lodash": "^4.14.159",
"@types/minimist": "^1.2.0",
"@types/node": "^10.12.18",
"@types/restify": "^8.4.2",
"babel-jest": "^26.1.0",
"eslint": "7.0.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.3",
"jest": "^26.1.0",
"prettier": "2.0.5",
"typescript": "^3.9.7"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bot Services Required for internal Azure reporting. Do not delete. Do not change color. customer-replied-to Required for internal reporting. Do not delete. customer-reported Required for internal Azure reporting. Do not delete.
Projects
None yet
Development

No branches or pull requests

2 participants