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?
Etkö löydä elokuvaa tai TV-ohjelmaa? Kirjaudu sisään lisätäksesi se.
Haluatko pisteyttää vai lisätä tämän nimikkeen listaan?
Ei rekisteröitynyt jäsen?
Vastaus käyttäjältä robbie3999
22 syyskuu 2023 klo 4:48PM
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.