-
Notifications
You must be signed in to change notification settings - Fork 49
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
Can't seem to make it work... #2
Comments
Glad you like it :) Have you checked that you're using UTC time? It goes off the time on the server it's deployed on. Let me know if it's not that though and we can troubleshoot it together. |
I did check with the time command - it's as you'd expect. What's troubleshooting step two? |
Are you using the latest version of the repo? This repo (shaundon/hubot-standup-alarm) was moved to the hubot-scripts organisation recently, and the code on there is more recent (here's a link) so I'd recommend switching to that one if you aren't already using it. I have a feeling that it could be an issue with Hubot's Let me know how you get on! |
Yep - the repo I installed was via npm, just the other day, so I'm pretty sure I've got what there is to get. As for clients, I'm using the Mac atlassian Hipchat client - I can try it through the web client if you think that might work. |
It should work with Hipchat - I was actually using Hipchat when I initially wrote it. Any chance you could try running it from source, instead of NPM, and dropping a couple of |
I tried but failed to get it running from non-npm install methods. I reinstalled it via npm and watched the logs. When I query the time (or add/remove standups), I successfully get something like this:
When hubot tries to alert the room, I get something like this:
The first shows fine, the latter ends up in the logs but I see nothing. Is this what you'd expect? Anything we can do anything with? |
Could you try reinstalling it from NPM now? I didn't realise, but the version on there was out of date. Sorry for the delay in responding too, I've been away. |
Tried reinstalling this morning and behavior appears to be the same. Install goes smoothly, all commands seem to work (create standups, list standups, see server time, etc), but when the time comes for the alert to fire, nothing happens. Is there an easy way for me to check the installed version number to confirm I've got the most recent bits? |
Sure - go to If you're not on the right version, upgrade it with the following steps:
Let me know how that goes! |
Hrm - well I've confirmed I've got 0.0.6, so that's good and bad. Not sure how else to debug this. It all works except for Hubot's ability to broadcast a message. The only thing I can tell, and I'm not sure if this is a red herring, is that all the other interactions seem to be 1:1 communication, but the standup alarm itself is broadcasting to a room and that one never happens. |
Sorry again for the delay - you know how it is trying to find time for side projects! It looks like somebody else is having the same issue as you - so it looks like the I'll try and take a look as soon as I can, or feel free to take a look and submit a PR! |
Hey @shaundon - thanks for your plugin. The theoretical functionality looks great! I think I've got it all hooked up properly. It responds to the list command, creation/removal of standups. The only problem is that when the time rolls around, it never seems to actually do anything. My usual test procedure is to create a standup 1 or 2 minutes in the future and wait to see what happens. So far, I just get nothing. Thoughts on what could be going wrong or how to troubleshoot?
The text was updated successfully, but these errors were encountered: