繁体   English   中英

带Hipchat适配器的Hubot无法在ubuntu上启动

[英]Hubot with hipchat adapter not starting on ubuntu

我对Node.js不太熟悉,但是我试图安装hubot并使用hipchat适配器运行它,但是,我得到了以下错误,下面的package.json。

我已按照本教程http://theprogrammingbutler.com/blog/archives/2011/10/28/hipchat-hubot-and-me/以及hubot-hipchat回购协议https:// github中的官方教程进行了学习。 com / hipchat / hubot-hipchat-我什至尝试将其设置在heroku上无济于事。 我更愿意在我的ubuntu 12.04 ec2实例上进行设置,但是如果有人可以通过安全途径来使用heroku,那就没问题了:)任何帮助,我们将不胜感激!

我还设置了以下环境变量。

HUBOT_HIPCHAT_JID=<Username>
HUBOT_HIPCHAT_NAME=<Room nickname>
HUBOT_HIPCHAT_PASSWORD=<Password you created for hubots user>
HUBOT_HIPCHAT_TOKEN=<Token from Group Admin and API>

错误:

Error: Argument error
  at new JID (/home/ubuntu/falcbot/node_modules/hubot-hipchat/node_modules/node-xmpp/lib/xmpp/jid.js:30:15)
  at new Connector (/home/ubuntu/falcbot/node_modules/hubot-hipchat/src/connector.coffee:64:31, <js>:42:13)
  at HipChat.run (/home/ubuntu/falcbot/node_modules/hubot-hipchat/src/hipchat.coffee:48:5, <js>:68:19)
  at Robot.run (/home/ubuntu/falcbot/node_modules/hubot/src/robot.coffee:389:5, <js>:351:27)
  at Object.<anonymous> (/home/ubuntu/falcbot/node_modules/hubot/bin/hubot:124:8, <js>:141:11)
  at Object.<anonymous> (/home/ubuntu/falcbot/node_modules/hubot/bin/hubot:5:1, <js>:144:4)
  at Module._compile (module.js:456:26)

package.json

{
  "name": "hosted-hubot",
  "version": "2.6.3",
  "author": "GitHub Inc.",
  "keywords": [
    "github",
    "hubot",
    "campfire",
    "bot"
  ],
  "description": "A simple helpful robot for your Company",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/github/hubot/raw/master/LICENSE"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/github/hubot.git"
  },
  "dependencies": {
    "hubot": "2.6.3",
    "hubot-scripts": "2.5.3",
    "hubot-hipchat": "2.5.1-4",
    "optparse": "1.0.4"
  },
  "engines": {
    "node": ">= 0.8.x",
    "npm": ">= 1.1.x"
  }
}

显然我忘了导出变量。 使用-a hipchat启动hubot时,我现在没有任何错误

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM