-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GetShowAsync returns Status null when status is 'planned' #221
Comments
Yes, I did see your issue with Trakt but I also see that they haven't replied yet. It occurred to me that with their move away from TVDB to using TMDB exclusively that TMDB may be the source of the 'bad data'. I checked the show there and sure enough the status is "Planned" (capital P). But reviewing the TMDB Contribution Bible https://www.themoviedb.org/bible/tv upcoming and planned are not listed as valid. So I don't know how it is getting thru. |
I don't know what's exactly wrong with the data or not, but I added the value to the status so it gets accepted in future versions. |
@mpfc75 A new version 1.1.1 is on Nuget. |
@henrikfroehling Thanks Henrik! v1.1.1 seems to resolve the three issues I reported (at least the calendar days and status=planned. I don't have a show at the moment that has a status=upcoming but I'm confident it will work too). |
This is a variation of issue "GetShowAsync returns Status null when status is 'upcoming' #208".
Calls to GetShowAsync (v1.1.0) returns status=null for shows in Trakt with a status of 'planned' (for example home-economics).
Postman shows 'planned' for the show home-economics.
(It seems Trakt isn't keeping their documentation current with the API. So far, we have seen undocumented status of upcoming and planned. I wonder if there are more?)
The text was updated successfully, but these errors were encountered: