-
I've added [github-commits.coffee](https://github.com/github/hubot-scripts/blob/master/src/scripts/github-commits.coffee) from hubot-scripts into scripts/ and added prerequisites for that.
When I pus…
-
hi,
Thank you four your work!!
May be you know why I have this error:
run:
Hubot> hubot zbx-maint add monitor01 1 example-comment
Hubot> /usr/bin/python: can't find '__main__' module in '/opt/…
-
https://www.npmjs.com/package/hubot-jenkins
links to
https://github.com/hubot-scripts/hubot-jenkins
instead of
https://github.com/balbeko/hubot-jenkins
tholu updated
9 years ago
-
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": [{
…
-
Hubot won't start and throws the following error:
```
ubuntu@chat ~/hubot/markov $ ./bin/hubot -a lets-chat
connected
Joined Hubot Lab
[Mon Dec 05 2016 17:34:59 GMT+0000 (UTC)] ERROR Error load…
-
This appears, after executing docker run on the latest image with the same parameters that we used for a long time:
```
[Tue Aug 28 2018 09:54:07 GMT+0000 (UTC)] INFO Starting Rocketchat adapter v…
-
Apparently, there is a problem when using it with slack plataform...
See above:
```
> jbot react saboutage kill them all!
```
```
TypeError: Cannot read property 'saboutage' of null
at addResponse…
-
I have downloaded hubot-2.1.3 and changed packed json to include hubot-gtalk:
"dependencies": {
"hubot": "2.1.3",
"hubot-gtalk": ">= 0.0.1",
"hubot-scripts": ">=2.0.4",
"optparse": "…
Fabs updated
11 years ago
-
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 # …
-
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:
```
--…