-
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/…
-
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": [{
…
-
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
-
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…
-
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,
I'm trying to run hubot locally and configured it using gcp pub/sub adapter. I published my bot on hangout chat as well following this guide https://developers.google.com/hangouts/chat/how-tos/in…
-
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…
-
I've been unable to use hubot-rss-reader with mongodb. I get the same error as #39 and #51 but I am already running coffeescript v1.10.0
> hubot@chat:~$ coffee --version
> CoffeeScript version 1.10.…
-
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 am getting this error when starting hubot with the loggly-slack.coffee script
ERROR Unable to load /home/ubuntu/hubot/scripts/loggly-slack: Error: Cannot find module 'body-parser'
I think express.j…