• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Random Webhook notifications

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    Random Webhook notifications

    jellyfin.2d8537
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    #1
    2024-08-12, 01:37 PM
    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"
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-08-12, 03:22 PM
    What OS are you on? So I can give specific instructions for enabling debug loggin.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    jellyfin.2d8537
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    #3
    2024-08-13, 01:09 PM
    (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
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-08-13, 02:20 PM
    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.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    jellyfin.2d8537
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    #5
    2024-08-14, 09:18 AM
    (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 ?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-08-14, 01:23 PM
    I guess restart and see if there are "DBG" messages produced.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    jellyfin.2d8537
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    #7
    2024-08-14, 01:49 PM
    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
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-08-14, 03:31 PM
    Do you also have a "logging.json" or override file in /etc/jellyfin?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    jellyfin.2d8537
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    #9
    2024-08-15, 05:24 AM
    yes - currently set to:

    "MinimumLevel": "Information"
    jellyfin.2d8537
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    #10
    2024-08-15, 09:41 AM
    OK - so finally found the issue - thanks for the pointers..

    Jellyfin was trying to create a virtual season against some untagged content
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode