microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
868 stars 372 forks source link

Bot is continuously throwing error #9667

Open rishabh-agarwal10 opened 11 months ago

rishabh-agarwal10 commented 11 months ago

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.

dmvtech commented 11 months ago

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

dmvtech commented 11 months ago

Also, please give:

rishabh-agarwal10 commented 11 months ago

@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"