wgpsutherland / slack-connect-4-bot

A bot that allows you to play Connect 4 on Slack!
94 stars 31 forks source link

2nd game #13

Closed skidders closed 7 years ago

skidders commented 7 years ago

I installed this using heroku. Tested it in slack. I typed in @connectfour start. Nobody responded since it was still a test. Then put it in our games channel. Tried it there and it stopped working. The command doesn't do anything anymore. Should I just reinstall it? Because I could do it but then what if someone starts it and no one answer, will this happen again?

wgpsutherland commented 7 years ago

This is the response you should receive if nobody responds to the request to play a game:

screen shot 2016-12-16 at 12 22 03

There shouldn't be any issues with people not responding, and it's not related to people not responding to the games request as I've just tested it out on the current build. You may be having the issue where the Heroku dyno has gone to sleep? If so, go into the app dashboard on the Heroku website and restart all the dynos and it should come back online:

screen shot 2016-12-16 at 12 25 05
wgpsutherland commented 7 years ago

To add to my previous comment, is it failing to respond when it is saying it is online on Slack (green dot next to the name)?

screen shot 2016-12-16 at 12 28 39
skidders commented 7 years ago

Yes, you suggestion works. And also I just notice it was offline. I guess I need to make sure it is online. Thanks for the quick response. I appreciate it.

nlogozzo commented 7 years ago

Easier Way: what you can also do is type the app name from heroku .herokuapp.com (EX: connect4.herokuapp.com) and your bot will come online

wgpsutherland commented 7 years ago

@nlogozzo thanks! I'll add it to the docs