-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discord Notifier "ItemAdded" doesnt work #199
Comments
How long are you waiting? The item added queue waits for metadata to be populated. |
3-2 days haha |
I suggest enabling debug logging to see what the plugin is doing https://github.com/jellyfin/jellyfin-plugin-webhook#my-webhook-isnt-working |
Yeah I did it as you can see with "[DBG]" |
Your logs don't show any items being queued so I don't see anything wrong in them |
Yes but what’s trigger them once they are in the queue? |
When using the ItemAdded Notification Type, the logs say "Queued for notification" but nothing will arrive on Discord. While using the Generic Notification Type, something arrives in Discord, but obviously broken a bit since I am using the Discord Handlebars Template. Why is that?
For Jellyfins "New content added" Notification I only have:
Is this normal? As for now I did not get it to work with Discord Webhook. The Webhook is missing ItemID as well. Sadly the logs don't give much more information than this...
I would really appreciate the help here, since I actually do not know why it shouldn't work how I set it up...
The text was updated successfully, but these errors were encountered: