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

cover_uri содержит устаревшую ссылку на картинку #617

Closed
EasyLim opened this issue Oct 2, 2023 · 1 comment · Fixed by #635
Closed
Assignees
Labels
bug Что-то не работает

Comments

@EasyLim
Copy link

EasyLim commented Oct 2, 2023

Суть проблемы
В cover_uri устаревшая ссылка. Сейчас все ссылки, которые можно получить в cover_uri ведут на картинку, содержащую следующий текст: "Скоро эта версия приложения перестанет работать. Удалите старое приложение и установите актуальную версию из Google Play. 18+"

300x300

Воспроизведение
Python код для воспроизведения ошибки:

from yandex_music import Client

client = Client().init()
search_result = client.search("Hello")
results = search_result.tracks.results
print(f"https://{results[0].cover_uri[:-2]}200x200")

Ожидаемое поведение
Ссылка на картинку должна соответствовать картинке отображаемой в Yandex Music при поиске или при проигрывании трека.

Примечание
Последний раз, когда проверял работу ссылок, было начало сентября. Проблему обнаружил только сейчас.

@EasyLim EasyLim added the bug Что-то не работает label Oct 2, 2023
@MarshalX
Copy link
Owner

@glebliutsko привет, можешь глянуть актуальный заголовок на Android?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Что-то не работает
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants