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

ERROR -- : Hook slack (#<SlackDiff:0x00005572c9621e20>) failed (#<NameError: uninitialized constant Slack::Client>) for event :post_store #2697

Closed
saintwolf opened this issue Jan 18, 2023 · 1 comment
Labels

Comments

@saintwolf
Copy link

Hi all,

I've set up a new oxidized server to replace an old one and am having trouble getting the slackdiff hook to work.

I've installed the gem via gem install slack-ruby-client and included the following configuration:

hooks:
  slack:
    type: slackdiff
    events: [post_store]
    token: xoxb-REDACTED
    channel: "#network-changes"

Whenever any changes are made I seem to get the error ERROR -- : Hook slack (#<SlackDiff:0x00005572c9621e20>) failed (#<NameError: uninitialized constant Slack::Client>) for event :post_store

Has anyone experienced this and knows a fix/workaround?

@captainfalcon23
Copy link

Similar to this issue I raised previously. See #2615

I am building a docker container myself using the source code from prior to that commit mentioned in the above issue.

@github-actions github-actions bot added the Stale label Apr 16, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 23, 2023
@Punicaa Punicaa mentioned this issue Apr 29, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants