-
I installed hubot rocket chat adapter. it works well. I want to use pm2 to start it forever. so i created a `pm2.json` file under my hubot directory `myhubot` as the following:
```
{
"apps": [{
…
-
Since the mongodb library was updated to version 3.6, hubot-mongodb-brain starts with the error message "ERROR TypeError: db.createCollection is not a function".
Here is a patch to fix this:
```
--…
-
Of all the scripts that diabot is currently loading, I would like to know which are important to our users.
rather than nothing, here's a checklist of each plugin as of 243cba2:
in `scripts/`:
- [ ]…
awaxa updated
9 years ago
-
Since Heroku's (Cedar) file system is [ephemeral](https://devcenter.heroku.com/articles/dynos#ephemeral-filesystem), currently running Hubots do not survive a redeploy of hubot-control app.
A possib…
-
This should have been part of 1.0.0 and was neglected.
Didn't even realize until @technicalpickles pointed it out: https://github.com/github/hubot/pull/637
Just need to copy what's happening here:
h…
-
Hi, I tried to use hubot-jira with rocketchat adapter but getting syntax error.
```
hubot_1 | hubot-jira@1.0.2 node_modules/hubot-jira
hubot_1 | └── coffee-script@1.6.3
...
hubot_1 …
-
Getting this error when running a clean install of hubot (from npm) using the flowdock adapter.
C:\Hubot> .\/bin/hubot -a flowdock -d
[Tue Jan 24 2017 16:06:54 GMT-0500 (Eastern Standard Time)] …
-
Hello,
I'd like to test the content of the brain but nothing seems to be stored in it when I run my tests.
packages.json:
{
"name": "...",
"version": "0.1.0",
"private": true,
"author": "...…
-
Hey there, me again, Seems like my change for #1 fixed the issue I was getting, but I quickly tested again and here's what I'm getting, not sure if I'm doing something wrong.
```
TypeError: Object # …
-
We need a plugin/script for hubut that will get hubot to follow all opportunities for a particular sales person in a room.
Something like:
```
hubot sfdc follow opportunity owner Jeremy #sales_jerem…