Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect - Notifications to Jellyfin broken since Jellyfin update #10026

Open
2 tasks done
bonswouar opened this issue May 15, 2024 · 6 comments
Open
2 tasks done

Connect - Notifications to Jellyfin broken since Jellyfin update #10026

bonswouar opened this issue May 15, 2024 · 6 comments
Labels
Status: Needs Triage New Issue needing triage Type: Bug Issue is a bug

Comments

@bonswouar
Copy link

bonswouar commented May 15, 2024

Is there an existing issue for this?

  • I have searched the existing open and closed issues

Current Behavior

When the notification to Jellyfin is sent an error is returned (see log attached), and the status becomes "Notifications unavailable due to failures: Jellyfin"

Expected Behavior

Notifications to Jellyfin should work

Steps To Reproduce

  1. Update Jellyfin server to 10.9.0 or 10.9.1
  2. Send a notification from Radarr to Jellyfin (for example when a movie is added)
  3. See status/error (side-note: it seems when using the "Test" button from "Edit Notification - Emby / Jellyfin", the 404 isn't considered as an error, the checkmark is green but the error is still in the logs as a warning)

Environment

- OS: Debian 12
- Radarr: 5.5.3.8819
- Docker Install: Yes
- Using Reverse Proxy: Yes
- Database: Sqlite 3.44.2

What branch are you running?

Master

Trace Logs? Not Optional

2024-05-15 12:05:56.2|Warn|HttpClient|HTTP Error - Res: HTTP/1.1 [POST] http://jellyfin_host:8096/mediabrowser/Notifications/Admin: 404.NotFound (0 bytes)
2024-05-15 12:05:56.2|Warn|NotificationService|Unable to send OnDownload notification to: Jellyfin

[v5.5.3.8819] NzbDrone.Common.Http.HttpException: HTTP request failed: [404:NotFound] [POST] at [http://jellyfin_host:8096/mediabrowser/Notifications/Admin]
   at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 119
   at NzbDrone.Common.Http.HttpClient.Post(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 363
   at NzbDrone.Core.Notifications.Emby.MediaBrowserProxy.ProcessRequest(HttpRequest request, MediaBrowserSettings settings) in ./Radarr.Core/Notifications/MediaBrowser/MediaBrowserProxy.cs:line 59
   at NzbDrone.Core.Notifications.Emby.MediaBrowserProxy.Notify(MediaBrowserSettings settings, String title, String message) in ./Radarr.Core/Notifications/MediaBrowser/MediaBrowserProxy.cs:line 31
   at NzbDrone.Core.Notifications.Emby.MediaBrowserService.Notify(MediaBrowserSettings settings, String title, String message) in ./Radarr.Core/Notifications/MediaBrowser/MediaBrowserService.cs:line 34
   at NzbDrone.Core.Notifications.Emby.MediaBrowser.OnDownload(DownloadMessage message) in ./Radarr.Core/Notifications/MediaBrowser/MediaBrowser.cs:line 33
   at NzbDrone.Core.Notifications.NotificationService.Handle(MovieFileImportedEvent message) in ./Radarr.Core/Notifications/NotificationService.cs:line 157

Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided.

  • I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain trace - that are relevant and show this issue.
@bonswouar bonswouar added Status: Needs Triage New Issue needing triage Type: Bug Issue is a bug labels May 15, 2024
@bonswouar bonswouar changed the title Connect - Notification Jellyfin broken since update Connect - Notifications to Jellyfin broken since Jellyfin update May 15, 2024
@tordenflesk
Copy link

I'm experiencing the same issue with Sonarr as well.

@bonswouar
Copy link
Author

Related to jellyfin/jellyfin#1681

@Theetjuh
Copy link

Same issue here, just noticed the error.

@ddalben
Copy link

ddalben commented May 28, 2024

Also seeing it from both Sonarr and Radarr

@gaalma
Copy link

gaalma commented May 28, 2024

also experiencing the described behaviour in both Sonarr and Radarr

@jstewart612
Copy link

Did some digging.

I think it happened here:

Based on: Sonarr/Sonarr#5828

The closing, it seems, was without proper resolution. Hence, why we are here now: because 9147 seems to have hit on 10.9.3:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage New Issue needing triage Type: Bug Issue is a bug
Projects
None yet
Development

No branches or pull requests

6 participants