Suporte do The Movie Database

I'm playing with the GraphQL server and I've got this error in the NodeJS module:

{
  url: {
    url: 'http://api.themoviedb.org/3/movie/315723/casts?api_key=<<api_key>>'
  },
  error: Error: read ECONNRESET
      at TCP.onStreamRead (node:internal/stream_base_commons:217:20) {
    errno: -104,
    code: 'ECONNRESET',
    syscall: 'read'
  },
  res: null,
  response: undefined,
  body: undefined,
  callback: [Function (anonymous)]
}

So the API reset the connection. Maybe I used too many requests. This is my GraphQL query:

{
  movies {
    title
    cast {
      id
      name
      character
      movies {
        title
        cast {
          character
        }
      }
    }
  }
}

The first request is to search for the movies "matrix" then for each movie it request the cast and for each cast, it requests movies and again it requests the cast of each movie.

I'm just testing the API, both TMDB and my GraphQL server let me know if this is too many requests or is this some kind of error. I'm still learning GraphQL.

3 respostas (na página 1 de 1)

Jump to last post

Hi, I don't think TMDB offers a GraphQL API. Are you using some sort of wrapper or translation layer? If so, which one?

I'm using REST API i and I have my own GraphQL server. Because I'm learning GraphQL. The whole point is to create my own GraphQL server.

@jcubic
I don't know if this is the cause.
You are using an API Request that I didn't know about.
But it works. Maybe it's one of the undocumented ones.
The first is yours, the second is documented.

1 - http://api.themoviedb.org/3/movie/315723/casts?api_key=<<api_key>>
2 - https://api.themoviedb.org/3/movie/315723/credits?api_key=THE_KEY 

You use "casts", and the documented one is with "credits".

Não consegue encontrar um certo Filme ou Série? Inicie Sessão e adicione-o.

Geral

s focus the search bar
p abrir menu do perfil
esc close an open window
? open keyboard shortcut window

Em páginas de Média

b go back (or to parent when applicable)
e ir para a página de edição

Em Páginas de Temporadas de Séries

(seta para a direita) ir para a próxima temporada
(seta para a esquerda) ir para a temporada anterior

Em Páginas de Episódios de Séries

(seta para a direita) ir para o próximo episódio
(seta para a esquerda) ir para o episódio anterior

Em Todas as Páginas de Imagens

a abrir janela para adicionar imagem

Em Todas as Páginas de Edição

t open translation selector
ctrl+ s submit form

Em Páginas de Discussão

n criar uma nova discussão
w toggle watching status
p toggle public/private
c toggle close/open
a abrir actividade
r reply to discussion
l ir para a última resposta
ctrl+ enter submit your message
(seta para a direita) página seguinte
(seta para a esquerda) página anterior

Definições

Deseja classificar ou adicionar este item a uma lista?

Iniciar Sessão

Ainda não é um membro?

Crie uma Conta e Adere a Comunidade