I tried running Hubot on Heroku, but I gave up because I'd prefer not to give out my credit card number.
Instead, I tried running Hubot on my mac. It gave an error, like this:
$ ./bin/hubot
hubot-sample> [Fri Jun 05 2015 11:41:52 GMT+0900 (JST)] ERROR hubot-heroku-alive included, but missing HUBOT_HEROKU_KEEPALIVE_URL. `heroku config:set HUBOT_HEROKU_KEEPALIVE_URL=$(heroku apps:info -s | grep web_url | cut -d= -f2)`
[Fri Jun 05 2015 11:41:52 GMT+0900 (JST)] INFO Using default redis on localhost:6379
I think this error occured because Hubot is looking for Heroku. How do I remove this?
Try this.
cd <your-hubot-project-dir>
npm uninstall hubot-heroku-keepalive --save
Then find and remove the line that contains "hubot-heroku-keepalive" from file "external-scripts.json".
Run "bin/hubot" again.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With