We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I create new Comms Channel I am getting following error in logs:
ERROR:response.slack.action_handlers:Error calling Slack API endpoint 'channels.invite': user_not_found
Also, the only user automatically added in that channel is myself (reporter). Not sure if that is related to this error.
Should the bot user also be automatically added to channel?
PS. Thanks for open-sourcing this great tool 🚀
The text was updated successfully, but these errors were encountered:
They're related - the call that's failing is the one to invite the bot to the channel. Things to check:
Sorry, something went wrong.
I was using xoxp- token. I think in previous Docs it was stated that it is the one that should be used. Now I have moved to xoxb-.
xoxp-
xoxb-
Improvement when using bot is that now I can call @bot_name help within new channel and it works, but still getting the same error!
@bot_name help
Here is the list of OAuth scopes added.
No branches or pull requests
When I create new Comms Channel I am getting following error in logs:
Also, the only user automatically added in that channel is myself (reporter). Not sure if that is related to this error.
Should the bot user also be automatically added to channel?
PS. Thanks for open-sourcing this great tool 🚀
The text was updated successfully, but these errors were encountered: