Jellyfin Forum
Random Webhook notifications - 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: Random Webhook notifications (/t-random-webhook-notifications)

Pages: 1 2


Random Webhook notifications - jellyfin.2d8537 - 2024-08-12

Greetings..

I'm receiving a webhook email notification every 4/6 hrs that relates to absolutely nothing..

Any ideas on how to track this down and stop it ? - Is there anyway of accessing/increasing logging around the Webhook ?

All other webhook email notifications are working fine

Thanks


Content as follows:::

"Name": Season 20


    "ItemType": "Season",
    "RunTime": "00:00:00"
    "Year": "2012"

    "Timestamp": "2024-08-12T13:05:06.5868886+00:00",
    "Username": "",

    "ClientName": "",
    "DeviceName": ""

    "NotificationType": "ItemAdded"

    "Server\Version": "mediahost:10.9.9"


RE: Random Webhook notifications - TheDreadPirate - 2024-08-12

What OS are you on? So I can give specific instructions for enabling debug loggin.


RE: Random Webhook notifications - jellyfin.2d8537 - 2024-08-13

(2024-08-12, 03:22 PM)TheDreadPirate Wrote: What OS are you on?  So I can give specific instructions for enabling debug loggin.

Ubuntu 22.04.4


RE: Random Webhook notifications - TheDreadPirate - 2024-08-13

Edit /etc/jellyfin/logging.default.json. At the top there will be three lines with logs levels. One "Information" and two "Warning". Change all three to "Debug". The change should happen immediately without needing to restart.


RE: Random Webhook notifications - jellyfin.2d8537 - 2024-08-14

(2024-08-13, 02:20 PM)TheDreadPirate Wrote: Edit /etc/jellyfin/logging.default.json.  At the top there will be three lines with logs levels.  One "Information" and two "Warning".  Change all three to "Debug".  The change should happen immediately without needing to restart.


Thanks for that - I updated the config but did not restart..

It captured this:

[INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 1 seconds

But no further information..  - Maybe a restart ?


RE: Random Webhook notifications - TheDreadPirate - 2024-08-14

I guess restart and see if there are "DBG" messages produced.


RE: Random Webhook notifications - jellyfin.2d8537 - 2024-08-14

OK so I've done that.. No additional information..

However I am finding that before this message gets put out there are a whole load of these errors in the logs::

[2024-08-14 13:14:06.442 +00:00] [ERR] Error in "MusicBrainz"
MetaBrainz.Common.HttpError: Not Found
For usage, please see: https://musicbrainz.org/development/mmd
---> MetaBrainz.Common.HttpError: HTTP 404 (NotFound) 'Not Found'
at MetaBrainz.Common.HttpUtils.EnsureSuccessfulAsync(HttpResponseMessage response, CancellationToken cancellationToken)
at MetaBrainz.MusicBrainz.Query.PerformRequestAsync(Uri uri, HttpMethod method, HttpContent body, CancellationToken cancellationToken, String format)
--- End of inner exception stack trace ---
at MetaBrainz.MusicBrainz.Query.PerformRequestAsync(Uri uri, HttpMethod method, HttpContent body, CancellationToken cancellationToken, String format)
at MetaBrainz.MusicBrainz.Query.ApplyDelayAsync[T](Func2 request, CancellationToken cancellationToken)
at MetaBrainz.MusicBrainz.Query.PerformRequestAsync[T](String entity, String id, IReadOnlyDictionary
2 options, CancellationToken cancellationToken)
at MetaBrainz.MusicBrainz.Query.LookupReleaseAsync(Guid mbid, Include inc, CancellationToken cancellationToken)
at MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzAlbumProvider.GetMetadata(AlbumInfo info, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService2.ExecuteRemoteProviders(MetadataResult1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)

And these appear during the scanning of the TV Series library


RE: Random Webhook notifications - TheDreadPirate - 2024-08-14

Do you also have a "logging.json" or override file in /etc/jellyfin?


RE: Random Webhook notifications - jellyfin.2d8537 - 2024-08-15

yes - currently set to:

"MinimumLevel": "Information"


RE: Random Webhook notifications - jellyfin.2d8537 - 2024-08-15

OK - so finally found the issue - thanks for the pointers..

Jellyfin was trying to create a virtual season against some untagged content