Background
The contributor ideas call out troubleshooting guidance for invalid TMDB access tokens and API keys, but the repository currently has no open issue for someone to pick up.
Proposed change
Add a focused troubleshooting section that helps users distinguish common credential failures when using an API read access token versus an API key.
Acceptance criteria
- documents the common symptoms of invalid or missing TMDB credentials
- explains which constructor/config field is used for an access token versus an API key
- points readers to the existing authentication documentation instead of duplicating the whole guide
- does not include real credentials or secrets
- does not change runtime behavior
bun run check passes
Files likely involved
docs/authentication.md
README.md only if a small troubleshooting link is useful
Background
The contributor ideas call out troubleshooting guidance for invalid TMDB access tokens and API keys, but the repository currently has no open issue for someone to pick up.
Proposed change
Add a focused troubleshooting section that helps users distinguish common credential failures when using an API read access token versus an API key.
Acceptance criteria
bun run checkpassesFiles likely involved
docs/authentication.mdREADME.mdonly if a small troubleshooting link is useful