My API key seems not to be working anymore. Is there any specific issue ? It just stopped working
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de ticao2 🇧🇷 pt-BR
le 4 février 2024 à 08h19
Only the Travis Bell admin and you can access your API Key.
So I suggest you
Take a Test
Using a computer, desktop or notebook.
On some mobile devices this test may not work correctly.
In the URL below, change THE_KEY to your API Key.
https://api.themoviedb.org/3/movie/550?api_key=THE_KEY
Use this example to do a search using a new tab or window in your browser.
You will receive the basic data of the Movie Fight Club (1999)
https://www.themoviedb.org/movie/550-fight-club
If it works, your Key is OK.
When there is a problem, the TMDb Server sends a message.
Can you tell which message the server sent?
Here is a list of possible messages:
https://developer.themoviedb.org/docs/errors
If it does not work, let us know right here.
Réponse de Doley
le 4 février 2024 à 12h37
It works for movie. Weird. But if i try to authenticate trough the api website here: https://developer.themoviedb.org/reference/intro/authentication it does not authenticate the API key. And when I try to fetch movie data from website then it just does not work for some reason
Réponse de Doley
le 4 février 2024 à 12h40
Maybe my redis cache is failing or something. I gonna try to query it trough postman, it seems to be working.
I gonna try to fix my website then. Weird.
Oh... it was dumb mistake. I added a script that overrided the response... So my bad!
So that is fixed but this is still weird: https://developer.themoviedb.org/reference/intro/authentication <-- can auth with my key
Réponse de ticao2 🇧🇷 pt-BR
le 7 février 2024 à 07h34
The "Try it!" option in DOCs it only works with the "Access Token Auth" option.
It doesn't work if you select the "API Key Auth" option.
Your API Key validation test is done using your Token.
https://developer.themoviedb.org/reference/authentication-validate-key
If your Token works then your API Key must also work.
If you want to test your API Key directly, follow the instructions above, Take a Test