botbuilder-python icon indicating copy to clipboard operation
botbuilder-python copied to clipboard

The Microsoft Bot Framework provides what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and oth...

Results 211 botbuilder-python issues
Sort by recently updated
recently updated
newest added

### [Github issues](https://github.com/Microsoft/botbuilder-python) should be used for bugs and feature requests. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) for general "how-to" questions. ## Version What package version of the SDK are you using. ##...

bug
needs-triage

### [Github issues](https://github.com/Microsoft/botbuilder-python) should be used for bugs and feature requests. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) for general "how-to" questions. ## Version botbuilder-schema==4.11.0 botframework-connector==4.11.0 ## Describe the bug Using python. After using...

bug
needs-triage

### Use this [query](https://github.com/Microsoft/botbuilder-python/issues?q=is%3Aissue+is%3Aopen++label%3Afeature-request+) to search for the most popular feature requests. **Is your feature request related to a problem? Please describe.** As Teams channel support a 'AI generated' tag...

needs-triage
feature-request

## Sample information 1. Sample type: Sample 2. Sample language: Python 3. Sample name: 18: Bot Authentication ## Describe the bug I run into an error when trying to logout....

bug
P1
NEXT

## Version 4.15.0 ## Describe the bug Starting from 4.15.0 version, when using MicrosoftAppCredentials(CONFIG.APP_ID, CONFIG.APP_PASSWORD).get_access_token() to send request to bot - now fails with has failed with exception: KeyError('access_token'). In...

bug
NEXT

## Version Bot Framework Python SDK. botbuilder-core==4.14.8 botbuilder-dialogs==4.14.8 botbuilder-schema==4.14.8 botframework-connector==4.14.8 botframework-streaming==4.14.8 ## Describe the bug IDEA: I want to show the option to the user on the bot webchat where...

bug
needs-triage

closes: https://github.com/OfficeDev/Microsoft-Teams-Samples/issues/1226 ## Description Python sdk documentation says to pass replyToId as **updated_activity.id**, but this was not getting passed to the **reference** created in **update_activity** https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/update-and-delete-bot-messages?tabs=python#update-cards ## Specific Changes Added...

DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13

feature-request

DeprecationWarning: The object should be created within an async function

P1
feature-request
NEXT

## Version 4.14.7 ## Describe the bug When using the OAuthPrompt Dialog from the SDK, the call to https://api.botframework.com/api/usertoken/GetToken performed by the SDK returns a 400 status error response. According...

bug
needs-triage