I tried
/3/find/{id}?api_key=###
as described in the API documentation. Tried it with many different shows (tvdb and imdb ids).
I always get following response:
{"status_code":6,"status_message":"Invalid id - The pre-requisite id is invalid or not found"}
What am I doing wrong?
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2014 年 01 月 30 日 2:51下午
You're not specifying the
?external_source
param.Cheers.
tmdb80947824 的回复
于 2014 年 01 月 30 日 2:58下午
Oh this wasn't clear to me. Anyway that makes sense, thanks for the fast response :)