Hubot汇合一体化

时间:2016-06-05 13:06:27

标签: node.js heroku confluence slack hubot

我有一个在Heroku中使用松弛适配器运行的hubot实例,一切运行良好。但是在安装脚本后尝试搜索汇合时出现错误。

我可以从我的松弛通道执行confluence help命令,并返回帮助功能,但是当我执行hubot搜索时,它会返回以下内容

错误:错误:getaddrinfo ENOTFOUND

我认为这是一个DNS错误,我已经检查过,所有我的汇合详细信息都是正确的,据我所知,我使用我的凭据登录到汇合所以我知道他们是正确的我有host设置为我们用来访问它的汇合云地址。

我不知道还有什么可能

1 个答案:

答案 0 :(得分:1)

得到了同样的错误。 我使用https://github.com/lchi/hubot-super-confluence 看起来像nodejs的错误。 节点-v v0.10.42 对此有用。 但是 节点-v V6.4.0 不起作用。

我试图研究问题并进行一些测试。

<activity
    android:name=".MainActivity"
    android:label="@string/app_name"
    android:launchMode="singleTask"
    android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />
            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
        <intent-filter>
          <action android:name="android.intent.action.VIEW" />
          <category android:name="android.intent.category.DEFAULT" />
          <category android:name="android.intent.category.BROWSABLE" />
          <data android:scheme="myscheme" android:host="oauth"/>
        </intent-filter>
      </activity>

所以它有效。和idk为什么它不适用于hubot模块