mirror of
https://github.com/kokarare1212/librespot-python.git
synced 2026-04-25 08:35:49 +03:00
[PR #43] [MERGED] Fixed the _pb2 suffix need for protobuf compiled files and also fixed issue with proxy configuration in requests Session #104
Labels
No labels
bug
dependencies
duplicate
enhancement
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot-python-kokarare1212#104
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kokarare1212/librespot-python/pull/43
Author: @pawanpaudel93
Created: 5/26/2021
Status: ✅ Merged
Merged: 5/26/2021
Merged by: @kokarare1212
Base:
main← Head:main📝 Commits (5)
0214721fixed the _pb2 suffix error and import errors3a38afefixing import errors81cbd5afixing proxy configuration with and without auth3fcf78eimporting the compiled pb2 modules with alias3b8068afixed class use insted of module📊 Changes
51 files changed (+87 additions, -91 deletions)
View changed files
📝
librespot/Version.py(+1 -1)📝
librespot/ZeroconfServer.py(+1 -1)📝
librespot/audio/AudioKeyManager.py(+2 -2)📝
librespot/audio/GeneralAudioStream.py(+1 -1)📝
librespot/audio/PlayableContentFeeder.py(+9 -9)📝
librespot/audio/StreamId.py(+1 -1)📝
librespot/audio/__init__.py(+8 -8)📝
librespot/audio/cdn/CdnFeedHelper.py(+7 -7)📝
librespot/audio/cdn/CdnManager.py(+5 -5)📝
librespot/audio/decoders/AudioQuality.py(+1 -1)📝
librespot/audio/format/AudioQualityPicker.py(+1 -1)📝
librespot/audio/format/SuperAudioFormat.py(+1 -1)📝
librespot/audio/storage/ChannelManager.py(+1 -1)📝
librespot/core/Session.py(+15 -18)📝
librespot/dealer/ApiClient.py(+2 -2)📝
librespot/mercury/MercuryClient.py(+2 -2)📝
librespot/mercury/RawMercuryRequest.py(+1 -1)📝
librespot/metadata/__init__.py(+5 -5)📝
librespot/player/StateWrapper.py(+5 -5)📝
librespot/player/codecs/VorbisOnlyAudioQuality.py(+1 -1)...and 31 more files
📄 Description
The below error was shown when using the package in Ubuntu 20.04 and _pb2 suffix was needed to fix the error for the compiled files and also there was an error in the proxy configuration in Session.py.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
else/elifwhenifblock has areturnstatement #155