The Movie Database Support

HI Team- I am facing an issue with the details API. I have a list of the movies/shows and I am trying to fetch the details of the same from their respective details API through iteration(loop) method. But after the 49 calls, details API returning blank response. I am not getting any exception message, just getting blank.

Can you please advise.

Thanks

1 reply (on page 1 of 1)

Jump to last post

Hi @netsmartz,

What is the full response (body + headers) of a request that is returning something blank? You can use curl or something similar to show me a verbose output:

Request

curl -v "http://api.themoviedb.org/3/movie/550?api_key=###"

*   Trying [2600:9000:201e:1400:c:174a:c400:93a1]:80...
* Connected to api.themoviedb.org (2600:9000:201e:1400:c:174a:c400:93a1) port 80
> GET /3/movie/550?api_key=### HTTP/1.1
> Host: api.themoviedb.org
> User-Agent: curl/8.4.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Content-Type: application/json;charset=utf-8
< Content-Length: 1621
< Connection: keep-alive
< Date: Thu, 14 Mar 2024 15:08:14 GMT
< Server: openresty
< Cache-Control: public, max-age=18973
< x-memc: HIT
< x-memc-key: b14ee249ca3563822abf363f294bb05f
< x-memc-age: 6563
< x-memc-expires: 18973
< ETag: W/"41cdcdf760ad90baabaa8e4f6b7442bd"
< Vary: Accept-Encoding
< X-Cache: Miss from cloudfront
< Via: 1.1 38ecebcaa39c8742da2b6336935bb446.cloudfront.net (CloudFront)
< X-Amz-Cf-Pop: IAD89-C3
< Alt-Svc: h3=":443"; ma=86400
< X-Amz-Cf-Id: 1J5gyNFvt1Go1U5hREHNuuCqw3wFsWjnQBKlaaIm1xRBNzGw0ZG6bw==
< Vary: Origin
<
* Connection #0 to host api.themoviedb.org left intact

Response

{
  "adult": false,
  "backdrop_path": "/hZkgoQYus5vegHoetLkCJzb17zJ.jpg",
  "belongs_to_collection": null,
  "budget": 63000000,
  ....
}

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