Can you try refreshing the page? A refresh will be required after enabling the plugin.
I see it now, thanks!
he guys. getting a error setting up this plugin with discord. channel created. webhook setup with the plugin.
now i get the next error.
and when i send a test. i get this error.
and the logs give me this.
any help would be appreciated.
Can you share the contents of the “info” tab for this? If you can copy/paste, that would be great - it’s hard to read logs in a screenshot.
Message (2 copies reported)
Test provider failed {:error_key=>nil, :message=>{:content=>"", :embeds=>[{:title=>"FAYN Rule Book [Alliance/Announcements] ", :color=>12525102, :description=>"[image] \nFAYN is a group of Corporations working together as a collective to grow both the individual and the group within this set of guidelines and rules. \nAdministration Tools\nAs part of FAYN you are required to have ALL of your characters, however insignificant linked to your main character on SeAT This is part of the recruitment requirements and supports the ongoing management of our corp...", :url=>"https://forum.darksideoftheeclipse.co.uk/t/fayn-rule-book/45/1", :author=>{:name=>"@PJHustle", :url=>"https://forum.darksideoftheeclipse.co.uk/u/PJHustle", :icon_url=>"https://forum.darksideoftheeclipse.co.uk/user_avatar/forum.darksideoftheeclipse.co.uk/pjhustle/45/4_2.png"}}]}, :response_body=>"<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>cloudflare</center>\r\n</body>\r\n</html>\r\n"}
Backtrace
/var/www/discourse/plugins/discourse-chat-integration/app/controllers/chat_controller.rb:43:in `rescue in test'
/var/www/discourse/plugins/discourse-chat-integration/app/controllers/chat_controller.rb:22:in `test'
actionpack-6.0.3.3/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
actionpack-6.0.3.3/lib/abstract_controller/base.rb:195:in `process_action'
actionpack-6.0.3.3/lib/action_controller/metal/rendering.rb:30:in `process_action'
actionpack-6.0.3.3/lib/abstract_controller/callbacks.rb:42:in `block in process_action'
activesupport-6.0.3.3/lib/active_support/callbacks.rb:112:in `block in run_callbacks'
/var/www/discourse/app/controllers/application_controller.rb:354:in `block in with_resolved_locale'
i18n-1.8.5/lib/i18n.rb:313:in `with_locale'
/var/www/discourse/app/controllers/application_controller.rb:354:in `with_resolved_locale'
Env
HTTP HOSTS: forum.darksideoftheeclipse.co.uk
First resort should be to contact Discord support with this information and ask why this is happening.
yeah maybe. but i will pass. i am not a dev. and have no clue what to do or what to ask. i dont understand much about this. just posting this as it used to work. now it doesnt.
maybe cause discord is changing stuff ? no idea.
i have a feeling i wont be the only one getting this issue soon.
It is helpful to share, we’re just pointing out that based on the data it looks like the problem is on Discord’s side. We can’t control that.
i found the issue.
the discord webhook has changed from discordapp.com to discord.com
when i altered the webhook from discord.com to discordapp.com it started to work.
so for now its working. i send a ticket to discord support with this issue.
but not sure where the issue lies right now. discord or the app?
edit: the webhook url on discourse i altered.
thanks for posting the solution. I was going mad trying to debug this.
Hi there.
I’m having the same issue either. Seeing DiscourseChat::ProviderError message when I click test at Plugins - Chat integrations, and getting 403 forbidden from the Discord Webhook URL.
Any hint to fix it?
You still need to alter your webhook url to use discordapp.com domain instead of discord.com.
Hey. That solved my issue. Thanks.
I think the plugin itself should support the new API domain form on a new update too.
Awesome, this fixed it for me as well.
I’m getting these errors in the console and the plugin channel thing isn’t loading, is it because of a theme and do I need to disable it?
You need to check your server config and it changes if you are in Apache or Nginx. You can search that message 
On topic, could be possible to add thumbnails and reduce the message quoted in Discord? It’s very long and breaks our chat 
BTW thanks for your (all community) work, as always!
There was such an error in the log:
/var/www/discourse/plugins/discourse-chat-integration/app/controllers/chat_controller.rb:43:in `rescue in test'
/var/www/discourse/plugins/discourse-chat-integration/app/controllers/chat_controller.rb:22:in `test'
actionpack-6.1.4.1/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
actionpack-6.1.4.1/lib/abstract_controller/base.rb:228:in `process_action'
actionpack-6.1.4.1/lib/action_controller/metal/rendering.rb:30:in `process_action'
actionpack-6.1.4.1/lib/abstract_controller/callbacks.rb:42:in `block in process_action'
activesupport-6.1.4.1/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
/var/www/discourse/app/controllers/application_controller.rb:397:in `block in with_resolved_locale'
i18n-1.8.10/lib/i18n.rb:314:in `with_locale'
/var/www/discourse/app/controllers/application_controller.rb:397:in `with_resolved_locale'
i just change webhook url from discord.com to discordapp.com and all is OK 
My initial motivation for looking for a discourse to discord integration was to inject flagged posts into discord for quicker notification and review among a team of people. The stock plugin does not support this. So, injecting flagged posts into discord is now supported here
Note that there’s probably a more Ruby-esque way to do this, and perhaps on(:reviewable) should use a queue specific to reviewables, and passing around the flagged boolean is a bit of a hack, and perhaps there’s other more generic things to do with a reviewable, but works for my purposes.
Proceed with caution: I don’t plan to try to upstream this as I have no plans to support anything other than discord, and no plans to spend more time on any of the other issues for improvement identified above.
Ends up looking like this…
大家好。
与 Discord 的 Webhook 工作正常……除了消息内容为空。Discord 服务器上未显示 Discourse 主题/回复。
如果我包含“chat integration discord message content”,这部分会包含在内。
谢谢。
我终于通过反复试验解决了这个问题。给后来者参考……
这些说明写道:
注意 : 如果在使用 webhook 时收到错误,请确保域名是 discordapp.com 而不是 discord.com。
当我从 Discord 复制我的 webhook 时,它的格式是这样的:https://discordapp.com/api/webhooks/xxx/yyy-zzz-aaa
所以,上面的说明 与 Discord 提供的 URL 一致。
问题出在遵循说明时。插件设置拒绝了文档中记录的 URL 方案,却接受了被禁止的 URL 方案。这就像代码中的“!”丢失了。
幸运的是,正如下面的截图所示,当我使用第二个地址时,webhook URL 可以正常工作。
因此,为下一个可能不像我那样进行大量试错的人,这里有一些建议可以解决这个问题:
- 更新验证器,使“discordapp.com”通过而“discord.com”失败。
- 更新验证器,使“discordapp.com”和“discord.com”都通过。
- 更新说明中的措辞,去掉那个相互矛盾的注释。
额外建议:
在“设置 Discourse”设置下:
第 0 步:安装插件后,启用插件
第 1 步:提供截图
第 3 步:提供截图
我有点担心 Discord 会停止支持我目前使用的“错误”方案,所以我希望 Discourse 能修复这个问题,这样我就不必在使用 Discord 破坏我的备用 URL 之前就使用这个变通方法了。


