I am using a TV search for "The Good Place", which returns with an id of 66573
. When I try and get the tv episode information for season 1
episode 1
using this id. I get {'success': False, 'status_code': 34, 'status_message': 'The resource you requested could not be found.'}
The request I am trying to use: https://api.themoviedb.org/3/tv/66573/season/1/episode/1?api_key=<API_KEY>
Any ideas?
Thanks in advance!
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on April 8, 2022 at 5:18 PM
Hi @curpha,
I am not seeing any issues with that request:
Request
Response
Reply by curpha
on April 10, 2022 at 4:17 PM
Hi Travis, thanks for the reply. I appear to be getting this error when trying to make the request using your 'Try it out' from the api documentation.
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://z4vrpkijmodhwsxzc.stoplight-proxy.io/3/tv/66573?api_key=<api_key>&language=en-US. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 301.
Any ideas?
Reply by superboy97
on April 11, 2022 at 12:59 AM
The "Try it out" function is currently not working.