You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My hubot("doge") works and responds to such commands as help and create standup and it acrually creates standups(but the room is "undefined", maybe that could be the thing?). But when the actual standup time comes there aren't any notifications. I have no idea where the error could be, but I haven't modified it in any way and all the dependencies are there. My guess is the error could be in either room function or standupShouldFire function.
The text was updated successfully, but these errors were encountered:
It's almost definitely because the room is undefined. The way the alarm works is by calling robot.messageRoom(roomName, messageToSend), so if the room name is undefined, it won't work.
Unfortunately I don't have Flowdock to test this, because my organisation has moved to Slack. However, we used to use this with Flowdock, so I know it worked in the past. I wonder if Flowdock has changed their Hubot connector?
Either way, it should be easily fixable by changing the findRoom function to retrieve it from whichever data structure Flowdock is using. Would you be able to find this out?
My hubot("doge") works and responds to such commands as help and create standup and it acrually creates standups(but the room is "undefined", maybe that could be the thing?). But when the actual standup time comes there aren't any notifications. I have no idea where the error could be, but I haven't modified it in any way and all the dependencies are there. My guess is the error could be in either room function or standupShouldFire function.
The text was updated successfully, but these errors were encountered: