The Movie Database 지원

will the 2.1 api change effect us?

11 댓글 (1 / 1)

Jump to last post

Hi kmplayer,

I don't imagine it would. I assume you guys are developing on v3 since you are relatively new here. We haven't pushed users to 2.1 since around January of 2012.

To double check this you can take a look at your request URLs. If they are http://api.themoviedb.org/3/* you have nothing to worry about.

Hi there, I used to be able to perform search results of list item by accessing moviedbapi with the following string in my application: http://api.themoviedb.org/2.1/Movie.search/en/xml/api_key/Superman

However, recently I found that the errors occurred as following, should it be changed due to v3 api and what the sting should be like? Error 202 for URL http://api.themoviedb.org/2.1/Movie.search/en/xml/api_key/Superman

Thanks.

Hi joshuahotw,

2.1 was shut down on September 15 so you will have to update your app to use v3. The docs are here.

Hi Travis,

Yes, I try to use "http://api.themoviedb.org/3/search/movie?api_key=my-api-key&query=batman" and it does work in curl, however, I see 406 error in my code when using it. Do you have any example for that to avoid 406 result? Thanks.

JH

You need to set an Accept header.

There's cURL examples on the documentation website. Click any of the methods and you'll see the example response drop down. From there choose cURL from the "Show code sample" drop down. They'll give you a mock Apiary call, just swap that out with api.themoviedb.org for the real world, production server.

Cheers.

Travis,

Yes, I have set the header in Java program:

HttpGet getRequest = new HttpGet(url); getRequest.setHeader("Accept", "application/json"); W/HttpRetriever(577): Error 404 for URL http://private-6a2c7-themoviedb.apiary.io/search/movie?api_key=4a8772166b67d7xxxxxxxxx&query=moon

Any idea ?

JH

Hi Joshua,

That's a 404 now. Not sure. The query works as expected in production, so I might chalk that up to a issue with Apiary.

http://api.themoviedb.org/3/search/movie?api_key=###&query=moon

Travis,

I think it's working now for I missed the "3" (see my prev pot), now I just need to take care of the JSON instead of previous XML parser in my Java code. By the way, do you also support XML in ver. 3 now ?

Joshua

Cool. Indeed, typo!

No, v3 is JSON only.

Cheers.

Travis, for the image link, what is the server info for them ? Thanks a lot for your input.

The path information for images is outlined in the /configuration method.

Cheers.

찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.

전체

s 검색 바 띄우기
p 프로필 메뉴 열기
esc 열린 창 닫기
? 키보드 단축키 창 열기

미디어 페이지

b 돌아가기
e 편집 페이지로 이동

TV 시즌 페이지

(우 화살표) 다음 시즌으로 가기
(좌 화살표) 이전 시즌으로 가기

TV 에피소드 페이지

(우 화살표) 다음 에피소드로 가기
(좌 화살표) 이전 에피소드로 가기

모든 이미지 페이지

a 이미지 추가 창 열기

모든 편집 페이지

t 번역 선택 열기
ctrl+ s 항목 저장

토론 페이지

n 새 토론 만들기
w 보기 상태
p 공개/비공개 전환
c 열기/닫기 전환
a 활동 열기
r 댓글에 글쓰기
l 마지막 댓글로 가기
ctrl+ enter 회원님의 메세지 제출
(우 화살표) 다음 페이지
(좌 화살표) 이전 페이지

설정

이 항목을 평가하거나 목록에 추가할까요?

로그인