mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-27 01:45:53 +03:00
[GH-ISSUE #451] proxy setting doesnt work? #1188
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1188
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 @awnrt on GitHub (May 17, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/451
Describe the bug
Setting up a proxy in app.toml doesn't do anything
tried both
proxy = "http://ip:port"and
proxy = "ip:port"Expected behaviour
Loading artist and album pages
Log and backtrace
Environment
Additional context
Using proxychains to launch spotify-player works thought.
@aome510 commented on GitHub (May 17, 2024):
the
proxysetting is used to configure the third-party library https://github.com/librespot-org/librespot/wiki/Behind-web-proxy, so it might not work with normal spotify API request though.@aome510 commented on GitHub (May 17, 2024):
I guess scope of this issue will be updating the client code to support proxy when making a Spotify API request. Not familiar with the proxy concept myself, so this is not something I can look into
@rafaelpirolla commented on GitHub (Oct 30, 2024):
try also setting https_proxy/http_proxy and no_proxy env vars on top of the config
@awnrt commented on GitHub (Nov 4, 2024):
Still doesn't work. I am using split tunneling now so no more help needed ig.
@artemklevtsov commented on GitHub (Jul 12, 2025):
https_proxyenvironment variable works for me.