-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1:1 works well, but not room. #246
Comments
I'm having the same issue, it seems. Did you ever figure it out, @hueidou? |
I've had the same issue and got it working with the following ENV variables:
Notice I'm not setting the XMPP domain. |
Thanks, @VvanGemert, but not worked for my bot. Maybe I need rebuild my bot in a new environment. |
@MyriadTruths, no idea, I will rebuild it. |
I've installed hubot with the yo generator. Here's my package.json file, maybe you'll find it useful:
|
If you have a private/corporate installation of HipChat, the following may work for you:
|
anyone get past this issue? I've got the same thing where the bot answers in 1-1room but ignores me in a room. The log indicates the message was received but nothing ever gets to the room. |
I got mine working, but I'm not 100% certain what I did to fix it -- I believe it was to do with the config variables. Here are mine:
|
also worked for me on heroku when unsetting HUBOT_HIPCHAT_XMPP_DOMAIN |
also worked for me outside heroku when unsetting HUBOT_HIPCHAT_XMPP_DOMAIN |
I'm also having this same issue. I've tried unsetting HUBOT_HIPCHAT_XMPP_DOMAIN, setting all the vars, and trying the package.json file above. No luck :-\ |
Okay, my issue was that I was using a personal account to log in. After creating a 'hubot' Hipchat account, he started responding to my @hubot mentions. Maybe this should be a feature request.. To be able to do '@anyBotName ping' and have it work. |
Just to add to this, I've experienced the same issues. Running hubot internally with an internal hipchat instance. 1:1's worked, channels didn't That's until saying "ship it" in a channel and then suddenly Hubot came to life and started responding to channel commands. |
I was able to get hubot to respond to public rooms! I was having the same symptom others reported of only 1-on-1 responses working. The big things that worked for me were:
Looking at the code, most of the variables that @alandwarinasia set to
|
I am also experiencing the same issue, hubot is answering, but room is not receiving any message. 1-1 chat is working fine. I tried almost all solutions suggested in this thread but none of them seems to be working. Did anyone try something different to make this work? |
Robot have sent message, but room not received. 1:1 works well.
command:
message:
env(Windows):
The text was updated successfully, but these errors were encountered: