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)
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
2월 6, 2024 at 7: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.
Cyro님의 댓글
2월 6, 2024 at 7:33 오후
Thanks Travis!