-
Notifications
You must be signed in to change notification settings - Fork 27
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
Missing scope error: But scopes present on Slack #27
Comments
Sorry - I don't have a fix, but I appear to have the same issue with some another unrelated slack bot - I have the permissions, but the user bot token also gets Did you find a solution to this? |
Nope, never did :( I kinda gave up on it (reminds me I'm still paying for the Scaleway instance I installed it on, I have to wipe it :) ). It's a straightforward install so I don't really understand why it's happening but it's hard to troubleshoot inside docker containers. |
Ha! Well, if I solve mine I'll report back :) |
This was fun, from a Slack help email chain:
As in, for the This is obviously incredibly confusing, but alas, that's what the issue was for me - don't know how that will help you though. |
This is another issue I'm seeing: I keep getting a missing scope from slack:
However the scopes are actually present:
I did of course try to reinstall the app. I even tried to recreate the bot. I also tried to include both tokens (not just the xoxb but also the xoxp) in the slackarchive-bot yaml file, because this was mentioned here that it needs both tokens: #24 (comment)
But then I get a different error (that it can't connect to the RTM):
This is how I added both:
So it looks like the scopes are correctly set (as they do show in the second example) but for some reason are not applying to the bot I've created. Sorry for my ignorance here, I've never used the Slack API at all. I did read all the relevant issue topics (the last one on this post is really relevant: #24 (comment) - and probably should be part of the readme, as well as the elasticsearch info). But I still can't get it to work.
By the way is there an IRC channel to discuss about slackarchive? Or a slack perhaps?
The text was updated successfully, but these errors were encountered: