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

Growing number of users not receiving global messages #1587

Open
bbruenings opened this issue Oct 4, 2024 · 3 comments
Open

Growing number of users not receiving global messages #1587

bbruenings opened this issue Oct 4, 2024 · 3 comments
Assignees

Comments

@bbruenings
Copy link

Hello CC Team,

we are facing an issue for a while not at a customer where a growing number of users are not receiving global messages.

The User App is installed through a App Policy to all the users and they can see the app in the sidebar of teams.

Unfortunately they don't receive the messages. In the message delivery report csv we can see two different error messages:

  • -2: App not installed (even tough it is installed through the app policy)
  • Microsoft.Bot.Schema.ErrorResponseException: Operation returned an invalid status code 'Forbidden'
    at Microsoft.Bot.Connector.Conversations.ReplyToActivityWithHttpMessagesAsync(String conversationId, String activityId, Activity activity, Dictionary2 customHeaders, CancellationToken cancellationToken) at Microsoft.Bot.Connector.ConversationsExtensions.ReplyToActivityAsync(IConversations operations, String conversationId, String activityId, Activity activity, CancellationToken cancellationToken) at Microsoft.Bot.Builder.CloudAdapterBase.SendActivitiesAsync(ITurnContext turnContext, Activity[] activities, CancellationToken cancellationToken) at Microsoft.Bot.Builder.TurnContext.<>c__DisplayClass31_0.<<SendActivitiesAsync>g__SendActivitiesThroughAdapter|1>d.MoveNext() --- End of stack trace from previous location --- at Microsoft.Bot.Builder.TurnContext.SendActivityAsync(IActivity activity, CancellationToken cancellationToken) at Microsoft.Teams.Apps.CompanyCommunicator.Common.Services.Teams.MessageService.<>c__DisplayClass3_1.<<SendMessageAsync>b__1>d.MoveNext() in C:\home\site\repository\Source\CompanyCommunicator.Common\Services\Teams\Messages\MessageService.cs:line 94 --- End of stack trace from previous location --- at Polly.Retry.AsyncRetryEngine.ImplementationAsync[TResult](Func3 action, Context context, CancellationToken cancellationToken, ExceptionPredicates shouldRetryExceptionPredicates, ResultPredicates1 shouldRetryResultPredicates, Func5 onRetryAsync, Int32 permittedRetryCount, IEnumerable1 sleepDurationsEnumerable, Func4 sleepDurationProvider, Boolean continueOnCapturedContext)
    at Polly.AsyncPolicy.ExecuteAsync[TResult](Func`3 action, Context context, CancellationToken cancellationToken, Boolean continueOnCapturedContext)
    at Microsoft.Teams.Apps.CompanyCommunicator.Common.Services.Teams.MessageService.<>c__DisplayClass3_0.<b__0>d.MoveNext() in C:\home\site\repository\Source\CompanyCommunicator.Common\Services\Teams\Messages\MessageService.cs:line 94

As the number of user is growing - it seems like all new users are not getting the app installed correctly through the policy - the issue becomes more critical for the customer.

Any help is highly appreciated.

Thanks and best regards
Bennet

@v-jaygupta
Copy link
Collaborator

Hello @bbruenings ,
Thank you for logging the issue!
Please allow us some time to gather the necessary insights we will get back to you soon with a proper response.

@peddivyshnavi
Copy link

peddivyshnavi commented Oct 9, 2024

Hi @bbruenings

  • Could you please validate the manifest file which are uploaded in teams.

@peddivyshnavi
Copy link

@bbruenings
We have started discussing this issue internally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants