2 Open Issues Need Help Last updated: Sep 8, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes enhancing the `update-poster-paths` GitHub workflow by adding pre-checks for the `TMDB_API_KEY` and TMDb API connectivity. This aims to improve the workflow's reliability and provide clearer error messages, preventing ambiguous failures when the key is missing or network issues occur.

Complexity: 1/5
documentation enhancement good first issue

AI Summary: Mismatched apostrophe characters in film titles between `docs/index.html` and the poster path data are preventing the `getPosterUrl` function from finding correct poster images. The proposed solution is to update the `getPosterUrl` function in `docs/index.html` to normalize titles by replacing curly apostrophes with straight ones before looking up poster paths, ensuring images load correctly.

Complexity: 1/5
bug good first issue