Skip to content
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

The messages never get to slack #8

Open
castulo opened this issue Mar 24, 2017 · 2 comments
Open

The messages never get to slack #8

castulo opened this issue Mar 24, 2017 · 2 comments

Comments

@castulo
Copy link

castulo commented Mar 24, 2017

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
Copy link
Author

castulo commented Mar 25, 2017

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
Copy link

Previous tricks works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants