mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #1293] the trait bound &url::Url: IntoClientRequest is not satisfied #593
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#593
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 @thedtvn on GitHub (Jun 8, 2024).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1293
bug from conmmit
8f9bec21d7@roderickvd commented on GitHub (Jun 8, 2024):
Weird, so it builds on the CI but not on your system?
@tenortim commented on GitHub (Jun 8, 2024):
You're building with tokio-tungstenite v0.23.0, which is not the version in Cargo.lock (v0.21.0).
If I build with a clean checkout of the dev branch which is locked to tokio-tungstenite v0.21.0 it builds fine.
I then made a clone of the repo/build directory, ran
cargo update tokio-tungsteniteand, sure enough, it's now broken. So, it seems that tokio-tungstenite v0.23.0 is broken.vs
@tenortim commented on GitHub (Jun 8, 2024):
github.com/snapview/tokio-tungstenite@a53454b16dlooks like the cause of the breakage.