-
Notifications
You must be signed in to change notification settings - Fork 637
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
No response from Hubot #35
Comments
+1 same problem here |
Have you confirmed that "@hubot" is the appropriate way to get Hubot's attention? For example, we have configured it so we can type "!" as the prefix on a statement. Ex: "!img Winter Olympics" |
I have "slackbot" configured as the name for the Hubot. So I expect "@slackbot" will get Hubot's attention. No? |
ah! it's just |
For whatever it's worth, "@[hubot's name]" works just fine. I'm not sure if naming it the same as slackbot has any impact. |
Never mind it works. I thought my bot is named |
I'm seeing the same issue. All my config vars are set, my Heroku server receives the webhook and prints "Incoming message received", but no response is provided to Slack that I am aware of. Config:
Procfile:
Logs:
|
Same thing,
And nothing, without reply. Name is correct, because he is getting message. |
What is the message you're sending? What Hubot scripts do you have running? Hubot doesn't just reply to every message (well, it could if you wanted...) so it would be helpful to get some more details. |
we're having a similar issue. the bot gets messages, but sends no replies. even to scripts we know were working in the past. simple ones like:
|
I'm having the same issue - I can see "incoming message received" when I run |
I'm having the same issue! Pretty confident I've done everything right, and I'm seeing |
Seeing the same issue here. Fresh install of Hubot (2.7.5)
But with
The three 'incoming message received' were me trying out |
👍 |
1 similar comment
+1 |
Is it safe to assume you're all running this on some server is publicly accessible from a URL that you've configured with Slack? |
i deployed on heroku and set the url to slackbot, i've the same symptoms than ppl above, logs shows that it got my message, but it doensn't respond. |
Do the logs show that it's trying to send a message? |
no, and things are getting worse as i try to solve the problem : 2014-06-16T20:02:05.278358+00:00 app[web.1]: Successfully 'connected' as slackbot |
I don't know much about the specifics of Heroku, but from reading those logs it looks like something is explicitly choosing to kill the process. The line "Stopping all processes with SIGTERM" sounds like something is deciding to terminate the hubot process, which then exits successfully. |
ok got it it was a double http:// in the url in slack :( thanks for your time ! |
Note that |
@chayner how did you set up hubot to respond to ! as a prefix? |
@chandlervdw: the prefix is determined by the Ours for example is |
@chayner thanks! Do you have any insight into the fact that hubot-slack won't properly run all hubot-scripts? |
@chandlervdw I don't, unfortunately, without a deep dive of troubleshooting. Sorry! |
Also having this same issue with what seems to be a properly configured bot. Works locally but once on #slack it just receives incoming message and nothing ever posts to #slack |
It would appear that I'm having same issue as most of the folks here.
Messages are Dependencies from
I have also tried getting it to respond to
|
FYI. I resolved my issue by following the direction exactly like they are in the README here on hubot-slack. I did not use a pre-installed hubot or anything. Start from a blank slate. Installing with the following is what fixed my issue with the no response to the channel from my hubot. "npm install -g hubot coffee-script |
Cleaned my directory and started over and works now. Thanks. |
Same issue for me.. Start from blank slate, I see "Incoming message received" but no response. This use to work back in January when I first tried to set it up. Now it is somewhat broken... I tried different Slackbot NAme also and the incoming Message always works with the correct name but I never get a response , even for the simple help... Any solutions? I am using the following
and node 0.10.36 |
So I have been debugging for a while and found my token to be incorrect. now that I fixed it and it matches... (which would be nice to log for debugging purpose)... I still get no response but the following code is being called
So My guess is that reply never comes back or is not going to your endpoint properly? In the shell everything works properly. |
Also the fact that I cannot see the message "@log "Sending message"" ever, seems like something is broken either in the expectation or in hubot itself? |
hubot hello doesn't work by default anymore, try hubot pug me if you installed from yo |
I successfully deployed Hubot to Heroku and from the logs it seems fine but I get no response when I ping Hubot
@hubot: help
although the message arrives on Hubots side:Do you have any idea how I can debug this further?
The text was updated successfully, but these errors were encountered: