XML EPG fails to load #7652

Open
opened 2026-02-07 05:17:48 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @brianjmurrell on GitHub (Oct 31, 2025).

Running JF 10.11.0, I have successfully added an M3U tuner but when I try to add the XMLTV EPG for it, I get a slew of errors as such:

[2025-10-30 23:26:38.721 -04:00] [ERR] [50] Jellyfin.LiveTv.Guide.GuideManager: Error getting programs for channel "H2O TV"
System.InvalidOperationException: Sequence contains no matching element
   at System.Linq.ThrowHelper.ThrowNoMatchException()
   at Jellyfin.LiveTv.DefaultLiveTvService.GetProgramsAsync(String channelId, DateTime startDateUtc, DateTime endDateUtc, CancellationToken cancellationToken)
   at Jellyfin.LiveTv.Guide.GuideManager.RefreshChannelsInternal(ILiveTvService service, IProgress`1 progress, CancellationToken cancellationToken)

For your reproduction fun:

Originally created by @brianjmurrell on GitHub (Oct 31, 2025). Running JF 10.11.0, I have successfully added an M3U tuner but when I try to add the XMLTV EPG for it, I get a slew of errors as such: ``` [2025-10-30 23:26:38.721 -04:00] [ERR] [50] Jellyfin.LiveTv.Guide.GuideManager: Error getting programs for channel "H2O TV" System.InvalidOperationException: Sequence contains no matching element at System.Linq.ThrowHelper.ThrowNoMatchException() at Jellyfin.LiveTv.DefaultLiveTvService.GetProgramsAsync(String channelId, DateTime startDateUtc, DateTime endDateUtc, CancellationToken cancellationToken) at Jellyfin.LiveTv.Guide.GuideManager.RefreshChannelsInternal(ILiveTvService service, IProgress`1 progress, CancellationToken cancellationToken) ``` For your reproduction fun: - M3U Playlist URL: https://www.apsattv.com/localnow.m3u - EPG XML URL: https://raw.githubusercontent.com/BuddyChewChew/localnow-playlist-generator/refs/heads/main/epg.xml
OVERLORD added the live-tv label 2026-02-07 05:17:48 +03:00
Author
Owner

@brianjmurrell commented on GitHub (Oct 31, 2025):

I should add that I loaded this EPG into another IPTV app, TiviMate and it had no problem parsing and displaying the content from it.

@brianjmurrell commented on GitHub (Oct 31, 2025): I should add that I loaded this EPG into another IPTV app, TiviMate and it had no problem parsing and displaying the content from it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#7652