@newmania wrote:
I'm trying to feed this letterboxd list into a movie_list so I can use it with discover. One of the movies in the list lacks a corresponding TMDB entry, so the letterboxd plugin just gives up:
2019-05-18 11:45 CRITICAL task hallmark-autoqueue BUG: Unhandled error in plugin letterboxd: Error updating data from tmdb: 404 Client Error: Not Found for url: https://api.themoviedb.org/3/movie/551423?append_to_response=alternative_titles&language=en&api_key=bdfc018dbdb7c243dc7cb1454ff74b95
Is there a way to tell Flexget to keep chugging through the rest of the entries, and just leave the unmatched entry out?
Here's the task from my config.yml:
hallmark-autoqueue: letterboxd: username: damasdamas list: all-hallmark-channel-original-movies sort_by: release-descending accept_all: yes list_add: - movie_list: hallmark_movies
Posts: 1
Participants: 1