-
Hi,
Are you planning on supporting 1:1 chats with hubot over the hubot-flowdock adapter?
Cheers,
--larsw
larsw updated
11 years ago
-
I see every adapter including instructions to include hubot as a dependency in the hubot you're installing the adapter into. This is weird and broken. Doing this leads to issue #425, specifically the …
-
I've got my hubot running on a heroku box, it logs in but cannot respond to any command because it crashes. The error log is below, it looks like the flow variable isn't being set somehow?
```
…
orta updated
11 years ago
-
`return if @robot.name == author.name`
robot is never set in the class. I suspect at minimum it needs a constructor (that's how I fixed it for now).
-
NPM packages has supported OS as os: [ 'linux', 'darwin' ] - but I can't see anything in the package that wouldn't work on windows?
-
node: 0.6.x, 0.8.x
npm: 1.0.x, 1.1.x
hubot: 2.2.0
Error:
```
2012-09-25T21:55:56+00:00 heroku[web.1]: Starting process with command `bin/hubot -a flowdock -n Hubot`
2012-09-25T21:55:56+00:00 app[web…
-
I'm trying to set up Hubot on Heroku, and Heroku crashes on launch every time with the error above.
I've followed these instructions up until the parts about Campfire: https://github.com/github/hubot…
-
When installing a fresh hubot & hubot-flowdock, I'm unable to start the bot.
```
$ git clone git://github.com/github/hubot.git hubot.new
$ cd hubot.new
$ vi package.json # add dependecy "hubot-flowd…
-
Hi I am having issue with runing hubot and adaptor for Flowdock, i follow Instruction and got this:
``` shell
cerw@lazarus:~/Work/bot/hubot$ ./bin/hubot -a flowdock
[Thu Oct 11 2012 10:50:19 GMT+0800…
cerw updated
12 years ago
-
On startup, I'm getting:
[Thu Apr 05 2012 17:54:08 GMT-0400 (EDT)] ERROR Cannot load adapter flowdock - Error: Cannot find module 'hubot'
TypeError: Cannot call method 'on' of null
at Object. (/v…