Open jbmorgan opened 11 years ago
Movie lookup (tmdb/movie_for_tmdb_id) currently has no error checking. It probably should.
tmdb/movie_for_tmdb_id
For instance, The Wild and Wonderful Whites of West Virginia is a documentary with no writers credited. This causes an error but should not.
Similar problem: arthouse_movie.rating may not be NULL
arthouse_movie.rating may not be NULL
Movie lookup (
tmdb/movie_for_tmdb_id
) currently has no error checking. It probably should.