C
CrowdSec2mo ago
EP

Discord Notification Not Send

anyone fact this issue before? please help. time="2025-07-18T00:38:23+08:00" level=info msg="cti call for 178.128.33.253" type=crowdsec-cti time="2025-07-18T00:38:24+08:00" level=debug msg="request for 178.128.33.253 took 777.407736ms" type=crowdsec-cti time="2025-07-18T00:38:24+08:00" level=info msg="received signal for discord config" @module=http-plugin time="2025-07-18T00:38:24+08:00" level=warning msg="HTTP server returned non 200 status code: 400" @module=http-plugin
4 Replies
CrowdSec
CrowdSec2mo ago
Important Information
Thank you for getting in touch with your support request. To expedite a swift resolution, could you kindly provide the following information? Rest assured, we will respond promptly, and we greatly appreciate your patience. While you wait, please check the links below to see if this issue has been previously addressed. If you have managed to resolve it, please use run the command /resolve or press the green resolve button below.
Log Files
If you possess any log files that you believe could be beneficial, please include them at this time. By default, CrowdSec logs to /var/log/, where you will discover a corresponding log file for each component.
Guide Followed (CrowdSec Official)
If you have diligently followed one of our guides and hit a roadblock, please share the guide with us. This will help us assess if any adjustments are necessary to assist you further.
Screenshots
Please forward any screenshots depicting errors you encounter. Your visuals will provide us with a clear view of the issues you are facing.
© Created By WhyAydan for CrowdSec ❤️
EP
EPOP2mo ago
something wrong the code?
iiamloz
iiamloz2mo ago
Best to change log_level to debug and see what outputs, your template is very complex and since its json there going to be something stupid like a missing comma causing an issue like
{{$alert := . -}}
{{range .Meta -}}
{{$alert := . -}}
{{range .Meta -}}
you dont need to define $alert again it already set at the top
EP
EPOP2mo ago
lol i change back all "inline": "false" to true then work again any idea dont want to use inline? if i remove all inline then error again

Did you find this page helpful?