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
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
The text was updated successfully, but these errors were encountered:
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']
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
The text was updated successfully, but these errors were encountered: