librespot-python icon indicating copy to clipboard operation
librespot-python copied to clipboard

Open Source Spotify Client

Results 22 librespot-python issues
Sort by recently updated
recently updated
newest added

While refactoring _spodcast_ to use _librespot-python_-provided interfaces instead of doing raw API access I hit upon a snag in the base62 encoder: it does not seem to be able to...

bug

See https://github.com/kokarare1212/librespot-python/issues/135#issuecomment-1171364255 I'm looking for way to get the decrypted size - or 'file size' - for a content stream. I use this data point in _spodcast_ to decide whether...

enhancement

When using `librespot-python` in version 0.0.1 it pulls a dependency to package `protobuf´. If this dependency is updated to current version 4.20.1, the library ceases to work producing following error:...

enhancement

**Is your feature request related to a problem? Please describe.** Not really a problem, just wondering if there could be some documentation on how the process works to take the...

enhancement

Bumps [zeroconf](https://github.com/jstasiak/python-zeroconf) from 0.39.1 to 0.39.2. Release notes Sourced from zeroconf's releases. 0.39.2 Performance improvements for parsing incoming packet data (#1095) (#1097) @​bdraco Commits 785e475 Bump version: 0.39.1 → 0.39.2...

dependencies

Hello. I get this error sometimes: ``` ERROR:main:Exception on /tracks/7Emu7BfY22nsITLDtnSWIa [GET] Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/flask/app.py", line 2077, in wsgi_app response = self.full_dispatch_request() File "/usr/local/lib/python3.10/site-packages/flask/app.py", line 1525, in...

bug

Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.131.0 to 0.132.0. Release notes Sourced from zeroconf's releases. 0.132.0 Feature Make async_get_service_info available on the Zeroconf object (#1366) (c4c2dee) Drop python 3.7 support (#1359) (4877829) Fix...

dependencies

**Describe the bug** While loading a song to then download it, I seem to randomly get an error saying this: `ValueError: invalid literal for int() with base 10: 'Expires=1697802182~FullPath~hmac=Ne8qK1vrknzKhgnDJvCTLDydUxDCxW9'` I...

bug

Make it possible to save client-token and Bearer token . They work for one hour.

enhancement

**Is your feature request related to a problem? Please describe.** I use multiple spotify accounts to upload tracks. I would like to be able to use a proxy server for...

enhancement