Otto Vehviläinen
Otto Vehviläinen
Yeah, it seems that by default the emote command is just an alias for send. We'll need to override the emote command and post an `action` message with the specified...
Just from the top of my head, since the underlying adapter is doing a `GET` request and passing the flow ids as query params (https://github.com/flowdock/node-flowdock/blob/master/src/stream.coffee#L67-L75) it could be just an...
Could you see if there are any relevant log lines when the bot starts? Also, which version of the adapter are you running?
Hmm, no clues there... There have been some problems when using an old npm (https://github.com/flowdock/hubot-flowdock/issues/76), and updating the npm itself has resolved the issue. We've however made changes to how...
Hi Dave =) I'm sorry but I don't see anything that might be wrong. I'll try to dig deeper tomorrow.
It should tell you in the log if the name does not match the one the bot thinks it's called. If the displayname is the same name than you give...
You are using an old version of the adapter, the current one is 0.7.2. What's the hubot version you're running?
Yes please. The 0.6 is using an older api package version too so that might break things too.
I'm testing with this script (message-room.coffee) in https://gist.github.com/Mumakil/1a8b2f12c82c6cc04b89 and it works fine. Could you try if you can get any debug information with the error-handler.coffee in the same gist? It...
It seems you are receiving 403 errors from the API, which means the bot probably isn't part of that flow, so it's not allowed to post to the flow. Could...