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

Скачивание файлов #149

Closed
glebliutsko opened this issue Nov 23, 2019 · 0 comments
Closed

Скачивание файлов #149

glebliutsko opened this issue Nov 23, 2019 · 0 comments
Assignees
Labels
bug Что-то не работает

Comments

@glebliutsko
Copy link
Contributor

Опишите ошибку
Не работает скачивание треков, обложек, капчи и тп.

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

  1. Создать экземпляр класса Client.
  2. Вызвать метод albums.
  3. У объекта класса Album вызвать метод download_cover

Работает с любыми методами вызывающих метод download у класса yandex_music.utils.request.Request

Ожидаемое поведение
Скачивание файла.

Логи

>>> client.albums(3087311)[0].download_cover('cover.jpg')
Traceback (most recent call last):
  File "<input>", line 1, in <module>
    client.albums(3087311)[0].download_cover('cover.jpg')
  File "/home/gleb/Programming/Python/yandex-music-api/yandex_music/album/album.py", line 80, in download_cover
    self.client.request.download(f'https://{self.cover_uri.replace("%%", size)}', filename)
  File "/home/gleb/Programming/Python/yandex-music-api/yandex_music/utils/request.py", line 137, in download
    result = self.retrieve(url, proxies=self.proxies, timeout=timeout, *args, *kwargs)
  File "/home/gleb/Programming/Python/yandex-music-api/yandex_music/utils/request.py", line 134, in retrieve
    return self._request_wrapper('GET', url, proxies=self.proxies, timeout=timeout, *args, **kwargs)
TypeError: _request_wrapper() got multiple values for keyword argument 'proxies'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Что-то не работает
Projects
None yet
Development

No branches or pull requests

2 participants