mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Live TV refresh with schedule direct generating error and not pulling images #7285
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PrimordialRage on GitHub (Aug 27, 2025).
Description of the bug
unable to download metadata (specifically images seen in "on now" section of jellyfin) when refreshing guide
was working before no changes made in jellyfin, I want to see if this has been reported previously, checked the forums but didnt see this issue mentioned
also opened a ticket with schedules direct for following questions (will update this post if issue is on their end):
-has this been reported to schedules direct?
-if so is there a fix for this?
-if this has not been any reports, have there been any changes lately on schedule directs end that can cause this issue?
Reproduction steps
just need to click refresh guide, check on now section which now is missing images and check logs to see errors
What is the current bug behavior?
refreshing the guide does not download images needed for "on now" section like it did previously and now throws errors in the logs
Request to https://json.schedulesdirect.org/20141201/metadata/programs but fail with response "The request is improperly formatted"
then generates "Error getting image info from schedules direct"
What is the expected correct behavior?
We should be getting images to generate the following section
Jellyfin Server version
10.10.0+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.10.7
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@PrimordialRage commented on GitHub (Aug 29, 2025):
For anyone else that comes across this issue in the future
ScheduleDirect advised this is due to a JF bug and advised the following workaround
I personally went with EPG123 by garyan2, ran the grabber and uploaded XML path to jellyfin, once I did that the images are now visable. This program also allows you to create schedules to auto run the grabber.
@isamudaison commented on GitHub (Oct 18, 2025):
It's worse than that; Even just trying to add SchedulesDirect as a provider doesn't work anymore.
Reproduction Steps
@williamthrilliam commented on GitHub (Oct 22, 2025):
I think this is a dupe of https://github.com/jellyfin/jellyfin/issues/13147