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
Sometime movies are deleted on TMDB, so the identifier bound to a movie ("_tmdb_id") in the metadata db is not more valid. This is a problem while an update for the TMDB Backend. The current behavior is to stop the update and print a too vague error to the user (like "Unable to get URL").
This problem should not stop an update.
A more explicit warning should be printed to the user saying that the movies doesn't exists.
A mechanism on the backends API must be implemented to print this warning.
The text was updated successfully, but these errors were encountered:
Sometime movies are deleted on TMDB, so the identifier bound to a movie ("_tmdb_id") in the metadata db is not more valid. This is a problem while an update for the TMDB Backend. The current behavior is to stop the update and print a too vague error to the user (like "Unable to get URL").
The text was updated successfully, but these errors were encountered: