The Movie Database サポート

Hello - thanks for the work/support of this API, it's been working well for me for almost a year. However, recently (past couple of days) I'm seeing intermittent failures for "movie add rating", "movie delete rating", "add to watchlist" and "delete from watchlist". I'd say 4 in 5 requests fail. For other APIs I have not observed any issues.

The failed "delete from watchlist" requests returns 404 and data:

{"success":false,"status_code":34,"status_message":"The resource you requested could not be found."}

The successful "delete from watchlist" delete requests returns data:

{"success":true,"status_code":13,"status_message":"The item/record was deleted successfully."}

I can reproduce the intermittent failures using the same user and movie id (i.e. it's the exact same curl command run that fails four times in a row and works at the fifth call). Example:

curl --request POST \
     --url https://api.themoviedb.org/3/account/nnnnnnnn/watchlist \
     --header 'Authorization: Bearer nnnnnnnn' \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "media_type": "movie",
  "media_id": 470,
  "watchlist": false
}

Any ideas?

Note: I'm currently not doing any automatic retries for this, and I also have rate limiting in my code (although I'm not near any rate limit when I see this issue).

17 replies (on page 2 of 2)

Jump to last post

前のページ

Everything working fine again! Thanks!!

@travisbell said:

Hi guys,

This is a weird one. I'll investigate...

Since slightly before this message post the issues went away for me too, and been all good since. I didn't get a chance to reply here earlier.

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

全般

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

メディアのページ

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

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

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

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

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

全ての画像のページ

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

全ての編集ページ

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

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

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

設定

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

ログイン

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

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