We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Опишите ошибку Не работает скачивание треков, обложек, капчи и тп.
Воспроизведение Шаги для воспроизведения бага:
Client
albums
Album
download_cover
Работает с любыми методами вызывающих метод download у класса yandex_music.utils.request.Request
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'
The text was updated successfully, but these errors were encountered:
Исправлен баг связанный с загрузкой файлов #149
9dbe8d6
Merge pull request #150 from MarshalX/bugfix/issue-149
f0bd841
Исправлен баг связанный с загрузкой файлов #149 найденный в #148
MarshalX
No branches or pull requests
Опишите ошибку
Не работает скачивание треков, обложек, капчи и тп.
Воспроизведение
Шаги для воспроизведения бага:
Client
.albums
.Album
вызвать методdownload_cover
Работает с любыми методами вызывающих метод
download
у классаyandex_music.utils.request.Request
Ожидаемое поведение
Скачивание файла.
Логи
The text was updated successfully, but these errors were encountered: