ddonahue99 / gerrit-slack

Gerrit integration for Slack
14 stars 13 forks source link

The messages never get to slack #8

Open castulo opened 7 years ago

castulo commented 7 years ago

I'm trying to use this project, when I run the daemon, I can see the messages from gerrit getting to my daemon, but they never reach slack. I'm suspecting there is a problem with Slack::Notifier, because when I try using slack-notifier alone it errors when trying to use ping to send a message

castulo commented 7 years ago

I found out what the problem was, 2 things: The gem slack-notifier that got installed was a very old version 0.5, bundle update fixed this When creating an instance of the notifier the team is no longer needed. Only this : notifier = Slack::Notifier.new slack_config['token']

gchenuet commented 6 years ago

Previous tricks works for me.