Jellyfin Forum
SchedulesDirect: JF 10.10.5 ignoring response when requesting images - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Development (https://forum.jellyfin.org/f-development)
+--- Forum: Server Development (https://forum.jellyfin.org/f-server-development)
+--- Thread: SchedulesDirect: JF 10.10.5 ignoring response when requesting images (/t-schedulesdirect-jf-10-10-5-ignoring-response-when-requesting-images)



SchedulesDirect: JF 10.10.5 ignoring response when requesting images - rkulagow - 2025-01-31

[I'm the developer that manages the JSON service on SchedulesDirect.]

A trial user may download 10 images in a day.

A subscriber may download 5000 images in a day.

There are two codes that we provide when a client makes a request that would indicate that they have maxed out the number of images that can be downloaded.

code 5002: "Maximum image downloads reached. Counter resets every 24h. Post message to http://forums.schedulesdirect.org/viewforum.php?f=6"
code 5003: "Maximum image downloads for trial user reached. Counter resets every 24h. Post message to http://forums.schedulesdirect.org/viewforum.php?f=6"

JF 10.10.5 is ignoring the response codes and continues making the same requests for images over and over again, at a rate of 200-400 requests per second per user.

If a developer can contact me, I can coordinate with you to have your requests go to a debug server for testing of any code fixes.