The Movie Database Support

Hi, i have this today. yestarday it worked but not today, my 2nd get -
https://api.themoviedb.org/3/search/movie?api_key=THE_KEY&query=${searchTerm}
is working well, but not this one :
https://api.themoviedb.org/3/movie/${movieId}?api_key=THE_KEY

2 replies (on page 1 of 1)

Jump to last post

@d.habruk2 said:

Hi, i have this today. yestarday it worked but not today, my 2nd get -
https://api.themoviedb.org/3/search/movie?api_key=THE_KEY&query=${searchTerm}
is working well, but not this one :
https://api.themoviedb.org/3/movie/${movieId}?api_key=THE_KEY

I tested your API Request in my browser and it worked without any problems.
Test yourself too to confirm my OK result.

https://api.themoviedb.org/3/movie/550?api_key=THE_KEY  

I was unable to reproduce the error.
See the list of TMDb server error warnings here.
https://www.themoviedb.org/documentation/api/status-codes
In your case:

Code    HTTP    Message  
6       404     Invalid id: The pre-requisite id is invalid or not found.  
37      404     The requested session could not be found.  

TMDb server error 404 should probably be 6.
Can you let us know which of these error responses you received?

If this is true, probably the ID used must have something else or be in error.
Maybe it's a code error.

Or else this 404 error is being reported by your code/tool and not by the TMDb server.

PS: It's not a good idea to give out your API Key. I changed it to THE_KEY

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login