mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[GH-ISSUE #1586] Proxy not propagated to connect::spirc #722
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#722
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 @paulfariello on GitHub (Sep 19, 2025).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1586
Look for similar bugs
Please check if there's already an issue for your problem.
If you've only a "me too" comment to make, consider if a 👍 reaction
will suffice.
Description
Can't run librespot behind a proxy
Version
dev (
df5f957bdd)How to reproduce
Log
Main interesting point is:
Complete log here:
Host (what you are running
librespoton):Additional context
Digging into librespot, proxy isn't passed to
core/src/dealer/mod.rswhen called bycore/src/dealer/manager.rs.github.com/librespot-org/librespot@df5f957bdd/core/src/dealer/manager.rs (L159)Testing the issue isn't reproductible with hard coded proxy:
I'm willing to help fix it but have currently 0 idea where this proxy should be passed from.
@photovoltex commented on GitHub (Oct 7, 2025):
I think the
DealerManager(aka seeself.session(), not sure if it was a method or property) has access to an instance ofsessionwhich in turn should have access to theSessionConfig, which should have the proxy info you need to pass in here.