2024-09-20, 06:34 PM
(This post was last modified: 2024-09-21, 02:32 PM by BourbonDoc. Edited 2 times in total.)
I've been trying to get Discord notifications up and I keep getting a "Notification failed with "POST" request" message in the log. I've tried with templates as well as just the check box selections, and both. No issues with my other webhooks on the same server with Radarr, Sonarr, and Plex.
Any ideas on what I may be doing wrong?
Any ideas on what I may be doing wrong?
Code:
[2024-09-20 14:26:48.074 -04:00] [WRN] [24] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with "POST" request to https://discordapp.com/api/webhooks/***: "{\"ServerId\":\"***\",\"ServerName\":\"ChrisFlix\",\"ServerVersion\":\"10.9.11\",\"ServerUrl\":\"https://jelly.lough.app\",\"NotificationType\":\"AuthenticationSuccess\",\"NotificationUsername\":\"Chris\",\"UserId\":\"***\",\"LastLoginDate\":\"2024-09-20T18:26:47.8362391Z\",\"LastActivityDate\":\"2024-09-20T18:26:47.8362391Z\",\"MentionType\":\"@everyone\",\"EmbedColor\":697804,\"Username\":\"Jelly\",\"BotUsername\":\"Jelly\"}"
[2024-09-20 14:26:48.074 -04:00] [WRN] [24] Jellyfin.Plugin.Webhook.Destinations.Discord.DiscordClient: Notification failed with response status code BadRequest: "{\"message\": \"Cannot send an empty message\", \"code\": 50006}"