Hi there,
When using the endpoint for Discover the 'without_watch_providers' parameter seem not working at all.
For example:
https://api.themoviedb.org/3/discover/tv?without_watch_providers=8&api_key=XXXX&sort_by=popularity.desc&language=es-ES®ion=ES&watch_region=ES&page=1
get the same results as:
https://api.themoviedb.org/3/discover/tv?without_watch_providers=338&api_key=XXXX&sort_by=popularity.desc&language=es-ES®ion=ES&watch_region=ES&page=1
It seems that the parameter is ignored.
Also, a query with combined params ('with_watch_providers' and 'without_watch_providers') is also not working properly.
Please, could you check it?
Thank you,
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την javikr
στις 24 Απρίλιος 2024 στις 10:34 ΕΊΜΑΙ
Hi there,
Any news?
Thank you
Απάντηση από τον/την yozoraxcii
στις 19 Δεκέμβριος 2024 στις 01:34 ΜΜ
Any chance of an update on this? I'm finding that when using
without_watch_providers
in combination withwith_watch_providers
the results are identical.Απάντηση από τον/την Travis Bell
στις 20 Δεκέμβριος 2024 στις 01:23 ΜΜ
Good catch, it looks like
without_watch_providers
was never actually implemented, even though it was documented.I've just pushed the fix for this live, it should start working shortly.