Soporte de The Movie Database

Right, so I'm querying names, and everything has been working fine until today. Basically, I'm trying to get the ID of Chloë Grace Moretz.

Now, if you search for Chloe Grace Moretz it returns zero results ({"page":1,"results":[],"total_pages":0,"total_results":0}). Presumably because it absolutely definitely wants the ë in her name, or else.

However, if I then search for Chloë Grace Moretz, I simply get {"status_code":6,"status_message":"Invalid id - The pre-requisite id is invalid or not found"}".

I assume it doesn't like the Umlaut.

Now perhaps it's the way I've coded it (I'm having to use VBA for various reasons so that comes with it's own challenges), but it does work fine for every other name (and movie), just not names with an umlaut.

For the record, I'm using the following function to simply open the URL to get at the JSON response:

Public Function GetWebSource(ByRef URL As String) As String 'Opens URL's

Dim xml As IXMLHTTPRequest

On Error Resume Next
Set xml = CreateObject("Microsoft.XMLHTTP")
With xml
    .Open "GET", URL, False
    .send
    GetWebSource = .responseText
End With
Set xml = Nothing

End Function

4 respuestas (en la página 1 de 1)

Jump to last post

I do usually use a separate function that strips out special characters like this from names to avoid issues, but in this case I have to keep the umlaut in there or the API won't find any results (not sure if that can be made more flexible from your end)?

Hi,

I'm currently on vacation and won't be back in the office to look at this until Monday. Cheers.

Hi Simon,

I can't seem to reproduce this issue as a whole. Here's my API query:

http://api.themoviedb.org/3/search/person?api_key=###&query=Chloë+Grace+Moretz

I see Chloë (id 56734) being returned. I also double checked the website: https://www.themoviedb.org/search?query=Chloë+Grace+Moretz

Now, with regards to being able to search for "Chloe Grace Moretz", I think I know what's causing that and I will look into it. In the meantime, I cheated and just added it as an alternative name. I'll look at properly fixing it soon. Here's the ticket.

https://www.themoviedb.org/search?query=Chloe+Grace+Moretz

Thanks Travis. Perhaps my app was just being a spaz at the time.

Thanks for looking into the "umlaut-less" search issue though, that's the main problem anyway I guess.

¿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 discusión

n crear nueva discusión
w cambiar el estado de visualización
p cambiar público/privado
c cambiar cerrar/abrir
a abrir actividad
r responder a la discusión
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