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)
Kan du inte hitta en film eller tv-serie? Logga in för att skapa den.
Vill du betygsätta denna artikel eller lägga till den i en lista?
Inte medlem?
Svar från Travis Bell
den 6 februari 2024 vid 7:05 PM
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.
Svar från Cyro
den 6 februari 2024 vid 7:33 PM
Thanks Travis!