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

BotModeIgnoreApp fails to handle the official SlackBot #158

Closed
rk295 opened this issue Nov 7, 2023 · 1 comment
Closed

BotModeIgnoreApp fails to handle the official SlackBot #158

rk295 opened this issue Nov 7, 2023 · 1 comment

Comments

@rk295
Copy link

rk295 commented Nov 7, 2023

When using BotModeIgnoreApp the framework ignores messages from the official SlackBot, logging this error:

DEBU[0074] message from a bot with BotID: B01           
DEBU[0074] unable to get information on the bot that sent message: bot_not_found 

First line there was from some extra debug I added while triaging the issue.

The root cause is this, in short the API returns an error if you lookup the special case B01 which is reserved for the official bot. Neither the API of the Go Package we rely on handles this for us, so we must special case it in our code.

@arusso
Copy link
Collaborator

arusso commented Nov 23, 2023

We've moved this repo to github.com/slack-io/slacker. If this is still an issue please re-submit the issue there. Apologies for the inconvenience.

@arusso arusso closed this as completed Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants