Getting a 429 response when refreshing guide using IPTVEditor #142

Closed
opened 2024-12-23 20:12:45 +00:00 by redredkrovy · 1 comment
redredkrovy commented 2024-12-23 20:12:45 +00:00 (Migrated from github.com)

Getting this error when refreshing guide. Using IPTVEditor and Jellyfin 10.10.2. Over half my guide is empty.

[14:37:29] [ERR] [123] Jellyfin.LiveTv.Guide.GuideManager: Error getting programs for channel BROOKLYN NINE-NINE 4K
System.Net.Http.HttpRequestException: Response status code does not indicate success: 429 (Too Many Requests).
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at System.Net.Http.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
   at Jellyfin.Xtream.Client.XtreamClient.QueryApi[T](ConnectionInfo connectionInfo, String urlPath, CancellationToken cancellationToken)
   at Jellyfin.Xtream.LiveTvService.GetProgramsAsync(String channelId, DateTime startDateUtc, DateTime endDateUtc, CancellationToken cancellationToken)
   at Jellyfin.LiveTv.Guide.GuideManager.RefreshChannelsInternal(ILiveTvService service, IProgress`1 progress, CancellationToken cancellationToken)

Does this seem like a plugin issue where it's making request too fast?

Getting this error when refreshing guide. Using IPTVEditor and Jellyfin 10.10.2. Over half my guide is empty. ``` [14:37:29] [ERR] [123] Jellyfin.LiveTv.Guide.GuideManager: Error getting programs for channel BROOKLYN NINE-NINE 4K System.Net.Http.HttpRequestException: Response status code does not indicate success: 429 (Too Many Requests). at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode() at System.Net.Http.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken) at Jellyfin.Xtream.Client.XtreamClient.QueryApi[T](ConnectionInfo connectionInfo, String urlPath, CancellationToken cancellationToken) at Jellyfin.Xtream.LiveTvService.GetProgramsAsync(String channelId, DateTime startDateUtc, DateTime endDateUtc, CancellationToken cancellationToken) at Jellyfin.LiveTv.Guide.GuideManager.RefreshChannelsInternal(ILiveTvService service, IProgress`1 progress, CancellationToken cancellationToken) ``` Does this seem like a plugin issue where it's making request too fast?
Kevinjil commented 2024-12-27 11:44:45 +00:00 (Migrated from github.com)

Your server limits API usage, which I am not willing to work around.

Your server limits API usage, which I am not willing to work around.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Sirherobrine23/Jellyfin_Xtream#142
No description provided.