hubot icon indicating copy to clipboard operation
hubot copied to clipboard

A customizable life embetterment robot.

Results 110 hubot issues
Sort by recently updated
recently updated
newest added

Security purposes

The Hubot shell adapter that get used when running bin/hubot uses an older version of Slack, part of my code uses `robot.fileShared` which throws the following error: TypeError: robot.fileShared is...

Quite often we deploy launch to lab and notice a change is required. Pushing a change automatically deploys, unless CI fails and then it silently errors.

When trying to use basic auth with the Express HTTP Listener (by setting EXPRESS_USER/EXPRESS_PASSWORD) Hubot crashes with the following error because basicAuth is not available in Express 4.x. ``` TypeError:...

We have a Hubot app on our PCF and it appears once a few commands are made via Slack it will work fine the first few times, but then something...

I can't reopen this ticket: https://github.com/hubotio/hubot/issues/1397 so, here is a new one. I've removed hubot-shipit from external-scripts.json I've run `npm uninstall hubot-shipit` and made sure that `hubot-shipit` is no longer...

It seems like robot.send doesn't run middleware like response.send does. Is this expected?

Node.js global `require.extensions` was deprecated since v0.10.6 and appears to have been removed from the documentation as of v8 LTS: This block of code causes problems when testing with Jest...