Soporte de 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 respuestas (en la página 1 de 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.

¿No encuentras una película o serie? Inicia sesión para crearla:

Global

s centrar la barra de búsqueda
p abrir menú de perfil
esc cierra una ventana abierta
? abrir la ventana de atajos del teclado

En las páginas multimedia

b retrocede (o a padre cuando sea aplicable)
e ir a la página de edición

En las páginas de temporada de televisión

(flecha derecha) ir a la temporada siguiente
(flecha izquierda) ir a la temporada anterior

En las páginas de episodio de televisión

(flecha derecha) ir al episodio siguiente
(flecha izquierda) ir al episodio anterior

En todas las páginas de imágenes

a abrir la ventana de añadir imagen

En todas las páginas de edición

t abrir la sección de traducción
ctrl+ s enviar formulario

En las páginas de debate

n crear nuevo debate
w cambiar el estado de visualización
p cambiar público/privado
c cambiar cerrar/abrir
a abrir actividad
r responder al debate
l ir a la última respuesta
ctrl+ enter enviar tu mensaje
(flecha derecha) página siguiente
(flecha izquierda) página anterior

Configuraciones

¿Quieres puntuar o añadir este elemento a una lista?

Iniciar sesión