BotBuilder-Samples
BotBuilder-Samples copied to clipboard
Samples (python/60.slack-adapter) fails due to providing the set of arguments in the SlackAdapterOptions instance
Context
For more information, see the parent issue. #3436.
Sample information
- Sample type: Samples
- Sample language: python
- Sample name: 60.slack-adapter
Describe the bug
While testing these bots, we found out that it fails due to providing the set of arguments in the SlackAdapterOptions instance.
Here's a list of all the cases we found
| Bots | Status |
|---|---|
| python/60.slack-adapter | • Fails due to, providing the set of arguments in the SlackAdapterOptions instance.• By replacing the SlackAdapterOptions in favor of SlackClientOptions which is the one that the SlackClient instance uses, solved the issue. |
Expected behavior
Bots work out the box using the provided deployment templates and configuration.
Actual behavior
Fails due to providing the set of arguments in the SlackAdapterOptions instance.