Hubot with slack adapter - cannot perform rtm.start
问题 I'm trying to have hubot + slack on my local machine. installed hubot and slack client. running: bin\hubot -a slack and got error (after adding log messages to the script) INFO Connecting... INFO { ok: false, error: { [Error: socket hang up] code: 'ECONNRESET' } } from reading code in node_modules\slack-client\src\client.js found the problem occurs in a POST request: Client.prototype.login = function() { this.logger.info('Connecting...'); return this._apiCall('rtm.start', { agent: 'node-slack