wgpsutherland / slack-connect-4-bot

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

Small syntax change to appease Heroku #1

Closed jeffcampbell closed 9 years ago

jeffcampbell commented 9 years ago

When I tried running this bot on Heroku it was crashing with this error:

Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch

Capitalizing "port" so that the env could set it seems to have fixed the problem.

wgpsutherland commented 9 years ago

Thanks for this. If you don't mind me asking how did you hear about this project? Don't hesitate to open an issue or make another PR if you find any other problems with it. Cheers!

jeffcampbell commented 9 years ago

I saw a post about it on twitter: https://twitter.com/mathowie/status/652505462546366466

Nice work :)