alexbelgium / hassio-addons

My homeassistant addons
MIT License
1.36k stars 193 forks source link

🐛 [Sonarr/Radarr/Jellyfin] Jellyfin notifications broken #1348

Closed leokeba closed 2 months ago

leokeba commented 2 months ago

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

alexbelgium commented 2 months ago

Hi, thanks for reporting! Automatic updates are this night so we'll soon be able to check if it works again! If it doesn't update automatically i'll trigger it manually.

leokeba commented 2 months ago

Thanks, I just tried today after updating, but the error persists. I'm getting the same errors, but I'm not even sure these are really about the notifications supposed to go to Jellyfin. Does anybody else have a similar issue ?

alexbelgium commented 2 months ago

Hi, I'm not using directly the Sonarr image but one distributed by linuxserver (https://github.com/linuxserver/docker-sonarr) so perhaps there is a lag time between the moment where it is pushed in the initial repo and the moment where linuxserver updates it! Let's see next week ;-)

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.