mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #602] Failed to build on windows #351
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#351
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 @VimDiezel on GitHub (Nov 6, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/602
Describe the bug
Error Failed to compile on windows
To Reproduce
Install via
cargo installExpected behaviour
To successfully compile
Log and backtrace
cargo_install_log.txt
Environment
cargo install spotify_player --lockedandcargo install spotify_player --features lyric-finder,imageandcargo install spotify_player --features lyric-finder,image --lockedall the same error@aome510 commented on GitHub (Nov 6, 2024):
Might be related to https://github.com/aome510/spotify-player/issues/596. Can you try to build the latest
master?@VimDiezel commented on GitHub (Nov 6, 2024):
Well, I tried it gave me this.
cargo_install_log1.txt
@aome510 commented on GitHub (Nov 30, 2024):
what command did you use? Can you also disable DEBUG/TRACE? It's really hard to know the error from such verbose log
@VimDiezel commented on GitHub (Dec 2, 2024):
Well, I'm using
cargo install spotify_player --features lyric-finder,imageand now it suddenly works. I don’t know why.Sorry, but one more question: I’m using WezTerm, and the image position there is off. In Windows Terminal, it’s normal. By any chance, do you know what the problem might be
@aome510 commented on GitHub (Dec 2, 2024):
I have no idea unfortunately. Never used WezTerm before. In the mean time, I'll close the original issue
BottomwithHiddenborders causes useless padding #1113