Yesterday, 11:06 PM
[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.
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.