mirror of
https://github.com/kokarare1212/librespot-python.git
synced 2026-04-25 00:25:49 +03:00
[GH-ISSUE #176] [REQUEST] Proxy #33
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#33
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?
Originally created by @saalexeev on GitHub (Jan 23, 2023).
Original GitHub issue: https://github.com/kokarare1212/librespot-python/issues/176
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 each account, how can this be achieved?
Describe the solution you'd like
There is proxy options commented in session configuration. I'd like to know how can I use them
@kokarare1212 commented on GitHub (Jan 23, 2023):
Yes, the current proxy implementation is lame and commented out.
Specifically, we have most socket proxies and proxies for some APIs that use HTTP to implement proxies under the hood, but we don't implement socket proxies.
https://github.com/kokarare1212/librespot-python/issues/160#issuecomment-1368577229
@van4oza commented on GitHub (Nov 16, 2023):
Any plans on proxies yet? mb they can be implemented system-wide with env vars like HTTP_PROXY for requests?