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
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة LordMike
بتاريخ يونيو 18, 2015 في 4:48 مساءا
For the record, when implementing TvEpisode and TvSeason, I couldn't append Account_states either.
رد بواسطة Travis Bell
بتاريخ يونيو 19, 2015 في 10:47 صباحا
Hi guys,
I've created a new ticket for this here. I'll look at it next week.
رد بواسطة Travis Bell
بتاريخ يونيو 19, 2015 في 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
بتاريخ يونيو 20, 2015 في 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
بتاريخ يونيو 20, 2015 في 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
بتاريخ يونيو 20, 2015 في 10:27 صباحا
Oooh.. Might be we missed the session id.. Makes sense.