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

Discord 403 error #91

Open
rlagmlah opened this issue Jul 24, 2020 · 0 comments
Open

Discord 403 error #91

rlagmlah opened this issue Jul 24, 2020 · 0 comments

Comments

@rlagmlah
Copy link

I used a slack compatible discord webhook, but got an'Unexpected HTTP response status 403' error.

This is graylog error.

2020-07-24 18:28:22,722 ERROR o.g.b.p.OutputBufferProcessor [outputbuffer-processor-executor-1] Error in output [class org.graylog2.plugins.slack.output.SlackMessageOutput].
java.lang.RuntimeException: Could not send message to Slack.
        at org.graylog2.plugins.slack.output.SlackMessageOutput.write(SlackMessageOutput.java:94) ~[?:?]
        at org.graylog2.buffers.processors.OutputBufferProcessor$1.run(OutputBufferProcessor.java:191) [graylog.jar:?]
        at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:181) [graylog.jar:?]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_262]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_262]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_262]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_262]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_262]
Caused by: org.graylog2.plugins.slack.SlackClient$SlackClientException: Unexpected HTTP response status 403
        at org.graylog2.plugins.slack.SlackClient.send(SlackClient.java:74) ~[?:?]
        at org.graylog2.plugins.slack.output.SlackMessageOutput.write(SlackMessageOutput.java:92) ~[?:?]
        ... 7 more

And this is the setting.

1

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

1 participant