Fallenbagel / jellyseerr

Fork of overseerr for jellyfin support.
https://docs.jellyseerr.dev/
MIT License
3.49k stars 219 forks source link

some "Studio" links do not work under Discover #692

Closed ret1 closed 5 months ago

ret1 commented 5 months ago

Description

on the discover page, some links like Walt Disney Pictures (id:2) or Sony Pictures (id:34) give a HTTP 500 (Internal server error). in the overseerr.log, i can see the following mesage:

2024-03-19T10:02:12.650Z [debug][API]: Something went wrong retrieving movies by studio {"errorMessage":"[TMDB] Failed to fetch movie studio: Request failed with status code 404","studioId":"2"}

but it works on the TMDB webste itself. for example: https://www.themoviedb.org/company/2/movie

maybe an issue woth the API?

Version

1.7.0

Steps to Reproduce

  1. open website to jellyseerr instance
  2. click "Discover"
  3. click the "Walt Disney Pictures" or "Sony Pictures" logo

Screenshots

No response

Logs

No response

Platform

desktop

Device

PC

Operating System

Windows 11

Browser

Firefox

Additional Context

No response

Code of Conduct

Fallenbagel commented 5 months ago

This is an issue with the tmdb api. https://www.themoviedb.org/talk/65e91e76037264016355018b

Fallenbagel commented 4 months ago

This has been fixed on the tmdb api side now