-
When I added Gtalk as a package and try to build (on heroku) I get this error:
```
No compatible version found: node-xmpp@'>=1.0.0-0'
```
Full stack trace here: https://gist.github.com/d2kagw/56a286…
-
Any version of Hubot greater than 4.0.0 can no longer use this adapter.
```
$ npm list -g
/usr/local/lib
+-- coffeescript@1.11.1
+-- corepack@0.18.0
+-- generator-hubot@0.4.0
+-- hubot-diagno…
-
When using this in conjunction with the slack adapter im receiving the following error -
`] ERROR TypeError: Cannot call method 'send' of undefined
at SlackBot.send (/node_modules/hubot-slack/src/sl…
-
Hi,
I'm new to this stuff and setup adapter matteruser for mattermost chat client.
I've been able to create a shell script to get certain API to work.
When trying to use the external script for hu…
-
Hey! I'd love to use the base you built to write my own python scripts for my hubot - but I can't figure out how I'm supposed to use this package. Can you tell me how to install it?
-
I was thinking, some functionality like talking with Jenkins or GitHub could be shared with others so they can incorporate that functionality into their own bots, similar to how [Hubot](https://hubot.…
-
Hi,
Thanks for your great efforts, i am a newbie , could you please guide on following error.
[Wed Dec 18 2019 08:39:24 GMT+0000 (UTC)] DEBUG Loading external-scripts from npm packages
[Wed D…
-
`I'm using Google's translation application...`
I have failed to call "robot.messageRoom":
```javascript
module.exports = function(robot) {
robot.router.post('/hubot/hoge/:room', function(req,…
-
In particular, need to include details for:
- adding to package.json (ie `npm install hubot-yubikey-invalidation --save`)
- adding to external-scripts.json
cc @alindeman
-
Hubot doesn't wakeup after going to sleep.
My config is
```HUBOT_HEROKU_KEEPALIVE_INTERVAL: 20
HUBOT_HEROKU_KEEPALIVE_URL: https://caari.herokuapp.com/
HUBOT_HEROKU_SLEEP_TIME: 1:10
…