netpro2k / hubot-skype

Skype adapter for hubot
MIT License
131 stars 46 forks source link

Hubot doesn't respond specialty room(upper limit?) #31

Closed dmnlk closed 10 years ago

dmnlk commented 10 years ago

My bot running on CentOS 6.4(final). Bot is belonged to 5 rooms, and works fine. But when i added bot into new room, bot doesn't respond by any script (ex: hubot echo hoge). However,bot is responding in other room(first 5room). Is there an upper limit of the room Hubot-Skype ? only 5?

peterjenkins commented 10 years ago

@dmnik Is Hubot working on Skype for you otherwise? Care to share any details of how you got it set up?

dmnlk commented 10 years ago

@pjenkins-cc yes, my hubot on skype is working.

I installed skype on CentOS 6.4. My Server doesn't have GUI.

hubot installed from package.json, see below


{
  "name": "mybot",
  "version": "0.0.1",
  "description": "myhubot",
  "author": "dmnlk",
  "repository": {
       "type": "git",
               "url": "http://mygit-url"
                     },
  "dependencies" : {
    "hubot": "git://github.com/github/hubot.git",
    "hubot-skype": "git://github.com/netpro2k/hubot-skype.git"
  }
}

and launch script is below


export VERSIONER_PYTHON_PREFER_32_BIT=yes
export DISPLAY=:20
export PORT=9999
/home/dmnlk/hubot/bin/hubot -a skype -n mybot &
dmnlk commented 10 years ago

Skype DesktopAPI is dead. and this issue is closed