Hi, im having trouble with the console. It is giving the error: "Fetch API cannot load", on settings, i have a have API Key and API Read Access Token but don't have example Api request and the base URL https://api.themoviedb.org/3 doesn't work .
should i try to regenerate key?
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de robbie3999
em 22 setembro 2023 às 4:48 PM
Hi @Suecalle, the error you give comes from your code or whatever you are using to access the api, that is not a tmdb error. So there is no way we can tell what is going wrong.
If you want to test your api key, you can try the following url and see if you get successful output or an error.
https://api.themoviedb.org/3/movie/550?api_key=YOUR_API_KEY
Otherwise, we need to see the api URL you are using and the tmdb error code. The valid error codes are listed here.