Jump to content

Webhook Notifications - Test works, but real notifications are never sent


Recommended Posts

Multitude9588
Posted

Hello,

I am trying to send Emby notifications to a webhook endpoint (n8n). The problem is:

  • the Test button for the notification service works

  • but actual notifications from real events do not seem to reach the webhook at all

 

What I am trying to accomplish

I want Emby to send real notification events to my webhook endpoint, for example authentication events and report notifications such as new media notifications.

 

What happens

When I click Test in the notification service configuration, Emby sends an HTTP POST to my webhook endpoint and gets HTTP 200 back.

But when real events happen, Emby only logs:

  • Debug Notifications: Sending notification to Emby Server User Notifications N8N: ...

and then nothing is received by the webhook endpoint.

What I expected

I expected Emby to send an HTTP POST to the configured webhook endpoint for real events, just like it does during the test.

 

What I already checked

I tried to narrow this down as much as possible:

 

  1. Webhook test works

    In the Emby logs, testing the notification service produces a real outgoing HTTP request and a successful response:

    Info HttpClient: POST http://10.20.1.24:5678/webhook/...
    
    Info HttpClient: Http response 200 from http://10.20.1.24:5678/webhook/... after 139ms

    So the endpoint is reachable and the URL is correct.

  2. Real notifications appear to stop before the actual HTTP request

    For real events, the logs show lines like:

    Debug Notifications: Sending notification to Emby Server User Notifications N8N: martin Has Authenticated on Martins-NAS
    
    ...
    
    Debug Notifications: Sending notification to Emby Server User Notifications N8N: New Media Report Notification

    But I do not see a following HttpClient: POST ... line for those real events, and nothing arrives at the webhook endpoint.

  3. Debug logging is enabled

    I enabled debug mode and reproduced the problem again.

 

I have enabled almost all notification options without a limit on user or library:
 

image.thumb.png.b22d4676bde13588d80cc607d03fe05f.png

image.thumb.png.4b78b8abdf7f13d22272c04604af6488.pngAny

 

Any help is appreciated.

 

 

embyserver.txt

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...