Поддръжка на The Movie Database

For me API key is not working but API read access token is working

Let me know how to rectify it ``` url = f"https://api.themoviedb.org/3/person/{person_id}/movie_credits?language=en-US"

    headers = {
        "accept": "application/json",
        "Authorization": f"Bearer {self.api_key}"
    }

    response = requests.get(url, headers=headers,verify=False)
    #print(response.text)
    res=json.loads(response.text)

1 отговор (на страница 1 от общо 1)

Jump to last post

@nkalyana3 said:
API key is not working but API read access token is working
For me API key is not working but API read access token is working
Let me know how to rectify it
```
url = f"https://api.themoviedb.org/3/person/{person_id}/movie_credits?language=en-US"

    headers = {
        "accept": "application/json",
        "Authorization": f"Bearer {self.api_key}"
    }

    response = requests.get(url, headers=headers,verify=False)
    #print(response.text)
    res=json.loads(response.text)  

I assume you are testing/using "Try it!" in the documentation.

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.
It is a birth defect since the migration to this service.
I don't know if it can be fixed. I'm not a programmer.
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 below.

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.

Не можете да откриете филм или сериал? Влезте, за да го създадете.

Глобални

s фокусиране на лентата за търсене
p отваряне на меню "Профил"
esc затваряне на отворен прозорец
? отваряне на прозореца за клавишните комбинации

На страниците за медиите

b връщане назад
e към страницата за редактиране

На страниците за сезони

(стрелка надясно) към следващ сезон
(стрелка наляво) към предишния сезон

На страниците за епизоди

(стрелка надясно) към следващ епизод
(стрелка наляво) предишен епизод

На всички страници за изображения

a отваряне на прозорец за добавяне на изображение

На всички страници за редактиране

t меню за избор на език, на превода
ctrl+ s изпращане на форма

На страниците за дискусия

n създаване на нова дискусия
w статус на наблюдаване
p публична/лична
c затваряне/отваряне
a отваряне на действия
r отговаряне в дискусия
l към последния отговор
ctrl+ enter изпращане на вашето съобщение
(стрелка надясно) следваща страница
(стрелка наляво) предишна страница

Настройки

Искате ли да го оцените или добавите към списък?

Вход