microsoft / BotFramework-Services

Microsoft Bot Framework Services
Creative Commons Attribution 4.0 International
38 stars 11 forks source link

Slack#There was an error sending this message to your bot: HTTP status code GatewayTimeout #364

Closed jeafkb closed 2 months ago

jeafkb commented 3 months ago

Bot ID: 9ef2c26d-690f-4046-b635-ad10743c6d67 Bot handle: yesjang-dev SDK Platform: .NET SDK Version: V3 Microsoft.Bot.Builder.Integration.AspNet.Core: 4.22.4 Deployment Environment: Windows (local, not using Azure App Service)

We have noticed "There was an error sending this message to your bot: HTTP status code GatewayTimeout" error for our bot in Slack channel while it works fine in Teams channel.

This seems to happen when sending a message through the slack app. We want to know if the botframework is sending well requests to our server, and if so, which IP is sending the request. (I want to make sure it's not blocked by a firewall.)

Thanks.