Поддержка The Movie Database

For this TV show, API returns the wrong last_air_date even though the show is set to ended and the last episode is correctly returned with air_date set correctly. The episode is correctly set as season finale. Now it is possible that I have just checked this in unfortunate time if somebody just added episode dates and API didn't have enough time to update, but I kinda doubt that, it is not very popular show.

2 ответов (на странице 1 из 1)

Jump to last post

If you want help, you need to give us the complete query you have sent, as well as the complete response you have received.

I have used sample API request from API reference:

import requests

url = "https://api.themoviedb.org/3/tv/196288?language=en-US"

headers = {
    "accept": "application/json",
    "Authorization": "KEY"
}

response = requests.get(url, headers=headers)

print(response.text)

But the issue appears to be resolved now. So either somebody really had just added the dates at the time when I first opened this issue, so the API database didn't yet update, or it didn't update for some other reason, but my setting the show type to Returning Series and then again to Ended triggered new database update. Anyway, everything is OK now, I'm closing this discussion.

Не можете найти фильм или сериал? Войдите на сайт, чтобы добавить его.

Глобальные

s фокусироваться на панели поиска
p открыть меню профиля
esc закрыть открытое окно
? открыть окно сочетаний клавиш

На страницах медиа

b назад (или выше, если применимо)
e перейти на страницу правки

На страницах сезонов

(стрелка вправо) перейти к следующему сезону
(стрелка влево) перейти к предыдущему сезону

На страницах эпизодов

(стрелка вправо) перейти к следующему эпизоду
(стрелка влево) перейти к предыдущему эпизоду

На всех страницах изображений

a открыть окно добавления изображения

На всех страницах правки

t открыть переключатель переводов
ctrl+ s отправить форму

На страницах обсуждения

n создать новое обсуждение
w сменить статус отслеживания
p публичное/приватное
c закрыть/открыть
a открыть страницу действий
r ответить в обсуждении
l перейти к последнему ответу
ctrl+ enter отправить своё сообщение
(стрелка вправо) следующая страница
(стрелка влево) предыдущая страница

Параметры

Хотите поставить оценку или добавить в список?

Войти