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

Occasional unexpected ConversationNotFound #2102

Open
stijn-techwolf opened this issue Dec 20, 2023 · 0 comments
Open

Occasional unexpected ConversationNotFound #2102

stijn-techwolf opened this issue Dec 20, 2023 · 0 comments
Labels
bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team.

Comments

@stijn-techwolf
Copy link

Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.

Version

What package version of the SDK are you using.

botbuilder-integration-aiohttp~=4.14.5

Describe the bug

Give a clear and concise description of what the bug is.

On installation, we receive and process installation events. From this, we get a Conversation ID, which we use to send messages.
For ~1% of our user-base (more than 5.000 live users, -> ~50 users with this issue), sending a message returns ConversationNotFound error.
After asking for feedback:

  • none of them blocked the bot
  • none of them deleted the conversation
  • the problem started occurring later in time for some of them.
  • for some, it seems resolved at random.

To Reproduce

Steps to reproduce the behavior:

Irreproducable at lower scale, but at large scale:

  1. Install a Teams bot in Microsoft admin center.
  2. Capture all installation events and store the Conversation ID for each person.
  3. Send out messages once a week to everyone
  4. Start seeing ConversationNotFound messages on a small group of them.

Expected behavior

Give a clear and concise description of what you expected to happen.

When the bot is not uninstalled, blocked by user, or blocked by admin, sending a message should work or not work reliably.

Screenshots

If applicable, add screenshots to help explain your problem.

/

Additional context

Add any other context about the problem here.

It is a difficult resource to find documentation for, these errors and what causes them.

Feel free to ask for more context, or point to documentation I must have missed.

Tracking Status

@stijn-techwolf stijn-techwolf added bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team. labels Dec 20, 2023
@tracyboehrer tracyboehrer transferred this issue from microsoft/botframework-sdk Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team.
Projects
None yet
Development

No branches or pull requests

1 participant