The ID must be integer, but with this specific ID it is a string. "2". But if you change the URL and use say 3 it will work correctly.
String ID: https://api.themoviedb.org/3/company/2/images?api_key= (wrong)
Integer ID: https://api.themoviedb.org/3/company/3/images?api_key= (correct)
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 6 de febrero de 2024 a las 19:05
Hi @beerinjection,
The fix for this is going live right now. Give the cache some time to purge items, and you'll see the fixed responses.
Contestado por Cyro
el 6 de febrero de 2024 a las 19:33
Thanks Travis!