Hello,
I am able to issue requests to the search endpoint with my API_KEY successfully when making one call. When I issue multiple requests back to back however the second request comes back with a 401.
For example: Request 1: http://api.themoviedb.org/3/search/movie?api_key=key&query=mag Response: 200 OK
Request 2: http://api.themoviedb.org/3/search/person?api_key=key&query=tho Response: 401 Unauthorized
Is there a time period between requests I must wait before issuing multiple requests back to back?
Ne možete pronaći film ili TV seriju? prijavite se da biste ga napravili.
Want to rate or add this item to a list?
Not a member?
Odgovorio Travis Bell
dana 30 rujan 2012 u 11:03 PM
Hi there,
You're probably running into the API request limits. You can read about them here:
http://help.themoviedb.org/kb/general/api-request-limits
Usually you'd see a 503 error, not 401 but I can't think of any other reason you'd be seeing anything like this.