Handle TMDB auth failures gracefully #3
Reference in New Issue
Block a user
Delete Branch "codex/analysieren-und-beheben-von-fehlern"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Motivation
Description
tmdb_search_moviecalls to_http_get_jsonin atry/exceptand returnNoneon error.tmdb_search_tvcalls to_http_get_jsonin atry/exceptand returnNoneon error.jd-webgui/app.pyso TMDB lookup failures no longer raise and instead result in fallback naming logic.Testing
Codex Task