-
Notifications
You must be signed in to change notification settings - Fork 90
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
Slack Bot won't come online #53
Comments
Is the bot marked online? If so, you need to invite it to the channel. I'm planning on revamping the deploy documentation and was planning on adding these instructions then. Sorry for the trouble in the internim! EDIT: Oh, I see you tried PMing the bot. That strikes that theory. Gonna try deploying and seeing if I can find something. |
@macobo Thanks for the response! The bot never gets marked online. I've tried both DMing the bot and inviting it to a channel, but since it never comes online I am unsure what the problem is. Anything look suspicious in the logs or screenshots? Thanks again! |
Alternatively, I just pushed a few commits that add a bit of logging on connect/disconnect, would appreciate if you could test with that. Unfortunately there isn't a good update mechanism with heroku button apps though normal heroku deploys would help, as would deleting and recreating the app. |
Hey @macobo - Thanks for the tips. I cloned the repo just now, and installed via the heroku command line. I don't seem to see any of the new logging, and the Slack warnings are still there as well :(
I do have your latest commits so I'm not sure what's up. Just sent you a hangout invite as well. |
The root cause seems to be in: slack-ruby/slack-ruby-client#134 |
Thanks so much for this project! Looks like exactly what my team needs.
This might be a n00b kind of problem, but I'm unable to get my Slackbot to come online.
I used the Heroku install. Here's what I did so far:
Set up PagerDuty:
Set up Slack:
Set up plugins (I only enabled the ones that didn't require inputs for now):
Deployed by switching off the web app and switching on the bot app.
I can see the bot in Slack but it won't come online:
Here are the logs when I start up the bot:
Hopefully I'm just doing something silly. Thanks again for your work on this!
The text was updated successfully, but these errors were encountered: