-
Notifications
You must be signed in to change notification settings - Fork 66
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
The start_rtm.rs
returns "missing scope"
#77
Comments
That's odd. Perhaps something had changed but my app only has the slash command permission. Hmmm |
It does seem some things have changed. This page implies you need a |
Ever get this resolved? Having the same issue |
Do you have the scopes required according to the docs? |
Ended up getting this resolved. The crate docs don't contain anything about how to set up a valid RTM token and the way through legacy bot tokens etc via the Slack API portal is a bit of an average user experience. |
For how slack works you should read the slack docs https://api.slack.com/rtm they change a lot and it would be impossible for the docs.rs docs to mirror them. |
I'll try and make the docs link to related places though |
Same. Sorry didn't meant to come across as though I thought it was a crate doc problem, the Slack docs themselves are lacking. When I was Googling the error messages I found a lot of Python and JS devs with the same problem |
That example would be a really great jumping off point, but I'm not sure which permissions I need to give it. Right now I'm giving it:
channels:history, channels:read, chat:write:user, im:history, im:read
But apparently more, or different ones are needed?
Thanks!
The text was updated successfully, but these errors were encountered: