Axuda de The Movie Database

Hi, can anybody help ?, I keep geting status code 34 , "The resource you requested could not be found." errors.

I am trying to set a movie favorite. The url im using is:

https://api.themoviedb.org/3/movie/favorite?api_key=xxx&session_id=xxx

and im sending this message body:

{
    "media\_type": "movie",
    "media\_id": "50963-deep-jaws",
    "favorite": true
}

Is there something im doing wrong ? Thanks.

4 respostas (na páxina 1 de 1)

Jump to last post

Hi, ive tried that too and its not working still. Looking at the documentation im not sure if the request url needs to be"

https://api.themoviedb.org/3/movie/favorite?api_key=xxx&session_id=xxx or https://api.themoviedb.org/3/account/movie/favorite?api_key=xxx&session_id=xxx or https://api.themoviedb.org/3/50963/favorite?api_key=xxx&session_id=xxx

Can anyone tell me ?

Roby's example won't quite work as you need to pass the media_id in as an integer, but you also need to be interacting with the account, not a movie.

curl -H "Accept: application/json" -H "Content-Type: application/json" -d \
  "{'media_type': 'movie', 'media_id': 550, 'favorite': true}" \
  "https://api.themoviedb.org/3/account/{ID}/favorite?api_key=###&session_id=###"

Note the {ID} variable you need to replace along with the api_key and session_id.

Great thanks for you help, its working for me now. One thing I've noticed is that adding a favourite works instantly but so far removing a favourite by setting favourite to false in the request has not worked, do you know why that is ?.

Hi dshalom03,

I'm not sure as my tests are working properly. To be sure, you're setting it as a boolean and not a string, correct? Both of these calls are working for me (you can easily see it working on the website):

curl -H "Accept: application/json" -H "Content-Type: application/json" -d \
    "{'media_type': 'movie', 'media_id': 550, 'favorite': true}" \
    "https://api.themoviedb.org/3/account/{ID}/favorite?api_key=###&session_id=###"

curl -H "Accept: application/json" -H "Content-Type: application/json" -d \
    "{'media_type': 'movie', 'media_id': 550, 'favorite': false}" \
    "https://api.themoviedb.org/3/account/{ID}/favorite?api_key=###&session_id=###"

Non podes atopar unha película ou serie? Inicia sesión para creala.

Global

s amosar a barra de procura
p abrir menú do perfil
esc pechar e abrir xanela
? abrir xanela de atallos do teclado

En páxinas de medios

b atrás (ou á principal se aplica)
e ir a editar páxina

En páxinas de tempadas de televisión

(flecha dereita) ir á tempada seguinte
(flecha esquerda) ir á tempada anterior

En páxinas de episodios de televisión

(flecha dereita) ir ao episodio seguinte
(flecha esquerda) ir ao episodio anterior

En todas as páxinas de imaxe

a abrir a xanela de engadir imaxe

En todas as páxinas de edición

t abrir selector de traducións
ctrl+ s enviar formulario

Nas páxinas de debate

n crear un novo debate
w amosar o estado do seguimento
p mudar público/privado
c mudar abrir/pechar
a abrir actividade
r responder no debate
l ir á última resposta
ctrl+ enter eviar a túa mensaxe
(flecha dereita) páxina seguinte
(flecha esquerda) ir á páxina anterior

Configuración

Queres valorar ou engadir o elemento a unha listaxe?

Iniciar sesión