hassio-addons icon indicating copy to clipboard operation
hassio-addons copied to clipboard

🐛 [Sonarr/Radarr/Jellyfin] Jellyfin notifications broken

Open leokeba opened this issue 10 months ago • 1 comments

Description

Hi, I'm trying to configure Radarr and Sonarr so they notify Jellyfin when something changes so I don't have to manually sync the library each time a download finishes. It does not work and triggers an error.

Thankfully, it seems that this issue just got fixed in both latest releases, so I guess all you have to do is update the docker image. See here

Reproduction steps

1. Add Jellyfin Connection to Radarr / Sonarr in the Settings/Connect tab.
2. Download something.
3. Check if Jellyfin gets updated.

Addon Logs

2024-04-19 02:33:04.2|Error|EventAggregator|NotificationService failed while processing [ManualInteractionRequiredEvent]

[v4.0.3.1486] System.NullReferenceException: Object reference not set to an instance of an object.
   at NzbDrone.Core.Notifications.NotificationService.Handle(ManualInteractionRequiredEvent message) in ./api/hassio_ingress/sWUvo1N8wuXaXPQJAAJWO8buuZ3InluvENx0QYs4Dgw/sonarr.Core/Notifications/NotificationService.cs:line 236
   at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event)

2024-04-19 02:33:04.8|Error|EventAggregator|NotificationService failed while processing [ManualInteractionRequiredEvent]

[v4.0.3.1486] System.NullReferenceException: Object reference not set to an instance of an object.
   at NzbDrone.Core.Notifications.NotificationService.Handle(ManualInteractionRequiredEvent message) in ./api/hassio_ingress/sWUvo1N8wuXaXPQJAAJWO8buuZ3InluvENx0QYs4Dgw/sonarr.Core/Notifications/NotificationService.cs:line 236
   at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event)

2024-04-19 02:33:04.9|Error|EventAggregator|NotificationService failed while processing [ManualInteractionRequiredEvent]

[v4.0.3.1486] System.NullReferenceException: Object reference not set to an instance of an object.
   at NzbDrone.Core.Notifications.NotificationService.Handle(ManualInteractionRequiredEvent message) in ./api/hassio_ingress/sWUvo1N8wuXaXPQJAAJWO8buuZ3InluvENx0QYs4Dgw/sonarr.Core/Notifications/NotificationService.cs:line 236
   at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event)

Architecture

armv7

OS

HAos

leokeba avatar Apr 19 '24 13:04 leokeba

Related to https://github.com/OPM/ResInsight/pull/9056/files

RigStatisticsDataCache::computeHistogramStatisticsIfNeeded() is not checking the flag hasPreciseP10p90() nor the m_isp10p90Calculated

magnesj avatar May 13 '24 14:05 magnesj