Deathknife / sourcemod-discord

Discord API for Sourcemod
61 stars 36 forks source link

Couldn't Send Webhook - Fail 0 400 - Hex color code #27

Closed WardPearce closed 3 years ago

WardPearce commented 3 years ago

Opening this issue to help others.

Jan 12 02:04:16:  DATA RECE: {"embeds": ["0"]}
Jan 12 02:04:16:  DATA SENT: {"username": "SQLMatches.com", "embeds": [{"color": "#9c27b0", "title": "Match started!"}]}
Jan 12 02:04:16:  L 01/12/2021 - 02:04:16: [discord_api.smx] [DISCORD] Couldn't Send Webhook - Fail 0 400

Use decimal color code not hex, Hex to decimal converter

Jan 12 02:04:16:  DATA SENT: {"username": "SQLMatches.com", "embeds": [{"color": "10233776", "title": "Match started!"}]}

works.