Images not returned using specific endpoint

When using the “/sync/watched/shows/?extended=full,ratings,images” endpoint, no images are being returned. Can you please advise why this would be?

This seems to have stopped working after the limit of 250 results was implemented on this endpoint.

You seem to have mentioned the reason as being the limit. Have you addressed that?

Not a coder and unfamiliar with the API but I recall seeing something about a “pagination” parameter

I have added a limit manually and the images are still not brought in. Pagination is not part of this endpoint according to the API docs.

I cannot see a way now to list all shows that have been watched as if over 250, they are trimmed off. So 2 issues.

Have you looked at the trakt api github? I skimmed it and see much mention of the limitations for images and using TMDB instead of trakt.

It seems that they removed the image option from the Watched results. A bit annoying. They have also implementee pagination which I will look into. Oh well. Now to slow my app down making additional API calls to retrieve images

Not sure how much work it is but the other option for images seems to allow more.

I have started caching the images when I can. Seems “workable” but not ideal