The Movie Database サポート

Hello, I am getting the error

{ "success": false,   "status_code": 6,   "status_message": "Invalid id: The pre-requisite id is invalid or not found."}

when i tried to send request using

import requests  url = "https://api.themoviedb.org/3/movie/movie_id?language=en-US"  headers = {     "accept": "application/json",     "Authorization": "Bearer ACCEESS_TOKEN" }  response = requests.get(url, headers=headers)  print(response.text)

can you help me fix it?

2 replies (on page 1 of 1)

Jump to last post

@ashisword said:
Inavlid id error
Hello, I am getting the error

{ "success": false,   "status_code": 6,   "status_message": "Invalid id: The pre-requisite id is invalid or not found."}  

when i tried to send request using

import requests  url = "https://api.themoviedb.org/3/movie/movie_id?language=en-US"  headers = {     "accept": "application/json",     "Authorization": "Bearer ACCEESS_TOKEN" }  response = requests.get(url, headers=headers)  print(response.text)

can you help me fix it?

I believe the error message refers to the movie ID, i.e. movie_id.
Did you use a valid ID of a movie that exists here in the database?
What ID did you use?
An example with ID 550:

curl --request GET \
     --url 'https://api.themoviedb.org/3/movie/550?language=en-US' \
     --header 'Authorization: Bearer eyJhbGciO....eiTFklMcHIe3r...uHxjw9LKuY' \
     --header 'accept: application/json'

got it, thanks.

映画やテレビ番組が見つかりませんか?ログインして作成してください。

全般

s 検索バーに移動する
p プロファイルメニューを開く
esc 開いているウィンドウを閉じる
? キーボードショートカットウィンドウを開く

メディアのページ

b 戻る(または該当する場合は親に)
e 編集ページに行く

テレビ番組のシーズンのページ

(右矢印)次のシーズンに行く
(左矢印)前のシーズンに戻る

テレビ番組のエピソードのページ

(右矢印)次のエピソードに進む
(左矢印)前のエピソードに戻る

全ての画像のページ

a 画像追加ウィンドウを開く

全ての編集ページ

t 翻訳選択を開く
ctrl+ s フォームを送信する

ディスカッションのページ

n 新しいディスカッションを作成する
w 監視ステータスを切り替える
p 公開/非公開を切り替える
c 閉じる/開くを切り替える
a アクティビティを開く
r ディスカッションに返信
l 最後の返事に行く
ctrl+ enter メッセージを送信する
(右矢印)次のページ
(左矢印)前のページ

設定

このアイテムを評価したり、リストに追加したりしたいですか?

ログイン

メンバーではありませんか?

登録してコミュニティに参加