Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Поиск по коллекциям не работает #168

Open
luzmane opened this issue Apr 20, 2024 · 1 comment
Open

Поиск по коллекциям не работает #168

luzmane opened this issue Apr 20, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@luzmane
Copy link

luzmane commented Apr 20, 2024

Опишите проблему
Я не могу найти фильмы определённой коллекции. Привидённой в примере и некоторых других

Шаги для воспроизведения проблемы

  1. посылаю запрос "https://api.kinopoisk.dev/v1.4/list?page=1&limit=10&moviesCount=1-20"
    в ответе получаю '{..., "slug": "top10-hd", "moviesCount": 10, ... }'
  2. посылаю запрос "https://api.kinopoisk.dev/v1.4/movie?page=1&limit=10&lists=top10-hd"
    в ответе получаю '{"docs":[],"total":0,"limit":250,"page":1,"pages":0}'

Ожидаемое поведение
Я ожидаю, если в Поиск коллекций возвращает инфу о наличии коллекций в фильме, список фильмов в коллекции.

Фактическое поведение
Я получаю пустой ответ

Проверял также через https://kinopoiskdev.readme.io/reference/listcontroller_findmanyv1_4

@luzmane luzmane added the bug Something isn't working label Apr 20, 2024
@luzmane
Copy link
Author

luzmane commented Apr 20, 2024

Кстати, top250 показывает результаты

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants