-
Notifications
You must be signed in to change notification settings - Fork 760
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
WebChat tries to render all activity types #1358
Comments
endOfConversation
activities
I can also confirm this same behavior... I have 4.3.0 of the bot emulator and had started an Enterprise Bot using the instructions from MS just yesterday. |
To address this in the near term, the Emulator client will ignore |
Sample for activity middleware, https://github.com/Microsoft/BotFramework-WebChat/tree/master/samples/10.b.customization-password-input. Just return |
@justinwilaby started a Teams conversation where hiding the trace may not be an ideal solution. Reopening this issue for discussion and visibility. |
For visibility: The plan to address is that in Emulator mode, we don't render |
this is still addressed in #1363 |
Version
4.3.0
Describe the bug
The latest Emulator version and a few past versions have been trying to render
endOfConversation
activities and failing with a sort of error messageTo Reproduce
The BotBuilder V3 Node SDK seems to generate
endOfConversation
activities when the bot encounters an error, though you can probably reproduce this in any SDK by sending your own activityExpected behavior
The Emulator should not try to render anything but message activities in its conversation panel
Screenshots
Additional context
This is the same as #1328 but with
endOfConversation
activities instead oftrace
activities.[bug]
The text was updated successfully, but these errors were encountered: