SOLVED: Webhooks no longer work since update to 10.9 - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: Webhooks no longer work since update to 10.9 (/t-solved-webhooks-no-longer-work-since-update-to-10-9) |
Webhooks no longer work since update to 10.9 - Hausmeister - 2024-05-13 System: Ubuntu 22.04.4 LTS Hi, I updated my Jellyfin Server to 10.9 yesterday (now 10.9.1). Since then, the webhooks no longer work for me. Procedure: I add a new video, have it indexed and run "Webhook Item Added Notifier". Nothing happens. I have the webhook plugin set to DEBUG Log. Protocol: Code: [2024-05-13 12:23:10.272 +02:00] [INF] [107] Emby.Server.Implementations.IO.LibraryMonitor: "Staffel 1" ("<path>") will be refreshed. What I have tried so far: - Webhook settings reset (target is Telegram) - Webhook plugin uninstalled (after uninstalling v12, v11 appeared, which I also uninstalled) then reinstalled version 12 - SMTP notification added to make sure it's not Telegram Do you have any ideas where I could look to see what the problem is? Or did I miss something I should have done during the upgrade? Thanks in advance Hausi [EDIT] I tried a bit more. If I add "Playback Start" to the "Notification Type", the SMTP message works. So it's not the plugin or its setting. It doesn't seem to see that something new has been added. RE: Webhooks no longer work since update to 10.9 - paulc - 2024-05-13 (2024-05-13, 10:40 AM)Hausmeister Wrote: [EDIT] I tried a bit more. If I add "Playback Start" to the "Notification Type", the SMTP message works. So it's not the plugin or its setting. It doesn't seem to see that something new has been added. My SMTP webhook notifications are working except the one for a new item being added. RE: Webhooks no longer work since update to 10.9 - MiddleditchT1 - 2024-05-13 I'd previously setup Telegram webhooks for items added and this was working flawlessly before updating to Jellyfin 10.9+ I've not changed any configuration, not sure if it's an issue with the webhook plugin updating to 12.0.0.0 or Jellyfin update, I'm not seeing any items added being triggered running scheduled task. I know template still works as I can trigger manually from postman with API URL. RE: Webhooks no longer work since update to 10.9 - Hausmeister - 2024-05-14 I have tried it further and have set the whole Jellyfin server to DEBUG. Added a file and watched what happens. A lot happens, but nothing that indicates an error. No errors that any permissions are wrong, or that it can't set something. RE: Webhooks no longer work since update to 10.9 - Arson3532 - 2024-05-15 Hi, same here. I noticed the Webhook plugin is in Status "Restart" instead of "Active", and notifications do not work. RE: Webhooks no longer work since update to 10.9 - Hausmeister - 2024-05-16 https://github.com/jellyfin/jellyfin-plugin-webhook/pull/233 https://github.com/jellyfin/jellyfin-plugin-webhook/issues/232 They are working on it! Awesome! RE: Webhooks no longer work since update to 10.9 - Hausmeister - 2024-05-18 Webhooks are working again. Update to 10.9.2 and Webhook plugin v14 solved it. 👍 RE: Webhooks no longer work since update to 10.9 - محمد أشرف - 2024-07-11 Is there any guideline or tutorial for Jellyfin link to telegram? I tried to setup jellyfin webhook notification to telegram but failed. RE: Webhooks no longer work since update to 10.9 - TheDreadPirate - 2024-07-11 The webhook git has a couple of templates and a few docs to help get you going. https://github.com/jellyfin/jellyfin-plugin-webhook/tree/master/Jellyfin.Plugin.Webhook/Templates#telegram |