[PR #11496] Add Not Implemented response check to m3u tuner HEAD request #12919

Closed
opened 2026-02-07 07:04:04 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/11496

State: closed
Merged: Yes


Complements #11495 . Some M3UTuners will respond with a 501 instead of a 405 code. This PR addresses that case.
Relevant logs:

[09:26:53] [INF] [10] Jellyfin.LiveTv.DefaultLiveTvService: Streaming Channel m3u_64c4f0be7c72228e1b290faadf903396c5a4a90c0b075383574e42769cc4efa1
[09:26:53] [ERR] [10] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Error opening tuner
System.Net.Http.HttpRequestException: Response status code does not indicate success: 501 (Not Implemented).
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()

Changes

  • Add 501 HTTP response code (Not implemented) handler to M3UTunerHost

Issues
Complements #11495
Fixes #11493

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/11496 **State:** closed **Merged:** Yes --- Complements #11495 . Some M3UTuners will respond with a 501 instead of a 405 code. This PR addresses that case. Relevant logs: ``` [09:26:53] [INF] [10] Jellyfin.LiveTv.DefaultLiveTvService: Streaming Channel m3u_64c4f0be7c72228e1b290faadf903396c5a4a90c0b075383574e42769cc4efa1 [09:26:53] [ERR] [10] Jellyfin.LiveTv.TunerHosts.M3UTunerHost: Error opening tuner System.Net.Http.HttpRequestException: Response status code does not indicate success: 501 (Not Implemented). at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode() ``` **Changes** - Add 501 HTTP response code (Not implemented) handler to M3UTunerHost **Issues** Complements #11495 Fixes #11493
OVERLORD added the pull-request label 2026-02-07 07:04:04 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12919