You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This requires some refactoring of the TMDB request making as we want to
differentiate between a not found response and if parsing fails. If the
parsing fails, then that is not enough cause to delete the series as
there might just be some random breaking change that we would need to
handle. In the future, we should probably send a Sentry error or
something when parsing fails.
Related to #72
We have to be careful not to delete the season in case of a parsing
error as there may have just been a breaking change in the TMDB API.
Related to #72
For example, season 9 of Futurama was deleted in TMDB: https://api.themoviedb.org/3/tv/615/season/9
In this case, we should delete the season and episodes from the database.
We should handle cases where:
The text was updated successfully, but these errors were encountered: