Fix WebHook Error - Fail 0 400
crashzk opened this issue · 1 comments
crashzk commented
You could correct this error:
L 07/07/2019 - 12:52:16: [discord_api.smx] [DISCORD] Could not Send Webhook - Fail 0 400
This shows on the servers console:
BAD REQUEST
DATA RECE: {"attachments": ["0"]}
DATA SENT: {"username": "Map Notifications", "attachments": [{"color": "00FF3C", "title": "#1 - ZK Servidores [ COMPETITIVO ] @MGTHOST1.COM.BR", "thumb_url": "https://image.gametracker.com/images/maps/160x120/csgo/de_dust2.jpg", "fields": [{"value": "de_dust2", "short": true, "title": "Mapa Atual:"}, {"value": "1/12", "short": true, "title": "Players Online:"}, {"value": "steam://connect/185.50.105.218:27120", "short": true, "title": "Connect:"}]}]}
L 07/07/2019 - 21:18:05: [discord_api.smx] [DISCORD] Couldn't Send Webhook - Fail 0 400
crashzk commented
Fixed problem, it was a configuration error.
Wrong: "color":" 00FF3C"
Correct: "color":" #00FF3C"