My system errored on something strange - parts in movie collection contains an entry of the collection itself.
curl --request GET \
--url 'https://api.themoviedb.org/3/collection/1283061?language=en-US' \
--header 'accept: application/json'
here is a relevant subset of data:
{
"id": 1283061,
"parts": [
...
{
"adult": false,
"backdrop_path": null,
"id": 1283061,
"poster_path": null,
"media_type": "collection",
"original_language": "en"
}
]
}
Should I worry about more cases with this? And how this is even possible :)
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von superboy97
am 11. Juli 2025 um 17:41
I have fixed this collection, removing the collection inside itself.
Antwort von norkunas
am 11. Juli 2025 um 17:47
Thank you