Basicly the title :).
The individual calls to the method work just fine, but when appending it to the primary tv/id call no value is returned. For movies this does work.
Regards, Thomas
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
LordMike님의 댓글
6월 18, 2015 at 4:48 오후
For the record, when implementing TvEpisode and TvSeason, I couldn't append Account_states either.
Travis Bell님의 댓글
6월 19, 2015 at 10:47 오전
Hi guys,
I've created a new ticket for this here. I'll look at it next week.
Travis Bell님의 댓글
6월 19, 2015 at 6:15 오후
Hmm, all of my tests for series, seasons and episodes are working with one of my sessions:
Request:
Response
Request
Response
Request
Response
Are you sure you're calling the methods with a session that has rated or marked one of the items (as a favourite or watch list)?
LordMike님의 댓글
6월 20, 2015 at 6:30 오전
I'm pretty sure they are neither. But is it necessary to do that?
If so, we'll have to make a workaround which creates the object if it's not there and fills in blanks, so that the end user will get the same experience every time they call the API (can't have stuff being null if you explicitly asked for it).
Travis Bell님의 댓글
6월 20, 2015 at 10:15 오전
You don't need to have done any of the account actions on the item (rated, watchlist or favorite) but you do need a valid
session_id
for theaccount_sates
field to show up.I can call any arbitrary item and get back you'd expect:
LordMike님의 댓글
6월 20, 2015 at 10:27 오전
Oooh.. Might be we missed the session id.. Makes sense.