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).
找不到电影或节目?登录并创建它吧。
Mohit Kumar 的回复
于 2025 年 08 月 02 日 1:27上午
facing the same issue since yesterday
xcarol-xicra 的回复
于 2025 年 08 月 02 日 1:55下午
same behavior here. It also happens at https://developer.themoviedb.org/reference/movie-add-rating
filmza 的回复
于 2025 年 08 月 04 日 9:47下午
Same here! I was going nuts debugging for hours only to realize it's likely a TMDB issue. Any fix on this, @TravisBell ?
tom1970 的回复
于 2025 年 08 月 05 日 9:52上午
Same behavior here. Add Favorite / Delete Favorite, Add To Watchlist / Remove from Watchlist, Add Rating / Remove Rating does not work properly anymore. It takes about 15 attempts before it works. And it doesn't matter what code you use. I observed the same behavior with the code examples on the API documentation website using the "Try it!" button.
Shahood Ul Hassan 的回复
于 2025 年 08 月 06 日 6:52上午
Same here. Add / remove from watchlist and favorite is not working for the past few days. I'm getting a 404.
panabuntu 的回复
于 2025 年 08 月 06 日 11:22上午
Me too, same error here
Shahood Ul Hassan 的回复
于 2025 年 08 月 06 日 12:04下午
Strange that no one from TMDB support team has responded yet...
Strlka 的回复
于 2025 年 08 月 06 日 12:34下午
Hi everyone! I’m getting similar errors here: Add Favorite / Delete Favorite, Add Rating / Remove Rating.
Travis Bell 的回复
于 2025 年 08 月 06 日 7:27下午
Hi guys,
This is a weird one. I'll investigate...
Strlka 的回复
于 2025 年 08 月 07 日 3:33上午
Hi Travis! Since yesterday evening, I haven't been seeing those errors anymore (Add Favorite / Delete Favorite, Add Rating / Remove Rating). Just FYI.
tom1970 的回复
于 2025 年 08 月 07 日 3:44上午
Hi Travis,
since yesterday evening it is also working fine on my side. Did you fix it?
Shahood Ul Hassan 的回复
于 2025 年 08 月 07 日 3:49上午
Working fine here too...!
Travis Bell 的回复
于 2025 年 08 月 07 日 12:44下午
I've applied (what I think is) the fix, can you guys let me know over the next few hours how things continue to look?
tom1970 的回复
于 2025 年 08 月 07 日 12:56下午
So far, everything's been working perfectly. I haven't had this problem since yesterday.
Strlka 的回复
于 2025 年 08 月 07 日 1:36下午
Since yesterday everything looks good 👌