[GH-ISSUE #176] [REQUEST] Proxy #33

Open
opened 2026-02-27 08:11:31 +03:00 by kerem · 2 comments
Owner

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

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
Author
Owner

@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

<!-- gh-comment-id:1400384904 --> @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
Author
Owner

@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?

<!-- gh-comment-id:1813772040 --> @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?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot-python-kokarare1212#33
No description provided.