I’m trying to develop a Trakt List Manager that automatically moves TV shows between several personal lists. I expected it to move one show from “Airing” to “Ended” last night, but that did not happen. At first I thought this was a bug I created, but when checking requests/responses with Proxyman, I noticed that this API call is causing the bug (...
is the Trakt ID for one of my personal lists):
https://api.trakt.tv/users/me/lists/.../items?type=show&extended=full
This call returned all list items, except the one show I was expecting!
When I look at the website, this show is part of this particular personal list.
How can we debug this? (I can provide details about show and list in a personal message)