mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #136] [Windows] Every keypress is duplicated #996
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#996
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 @viridivn on GitHub (Feb 16, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/136
Describe the bug
On windows, every keypress is sent both on the press down, and on the key release. This makes the app near impossible to use as searches can't be made and only even rows can be selected
To Reproduce
cargo install spotify_playeron Windows 11spotify_player.exe(Issue occurs in both cmd.exe and powershell)Navigate up and down, try searching, etc
Expected behavior
A key is sent to the app once per keypress.
Log and backtrace
Reference log and backtrace, which are usually located in
$HOME/.cache/spotify-player/, of a run reproducing the bug.'spotify-player-23-02-16-17' in the cache directory seems to be an empty file even after using the program
Screenshots
If applicable, add screenshots to help explain your problem.
https://user-images.githubusercontent.com/42524580/219504557-0267b5c6-52ea-441b-b5d5-f29fc40ed41d.mp4
Environment
spotify-player: Defaults (Installed withcargo install spotify_playerAdditional context
Doesn't appear to happen on my Linux install.
@aome510 commented on GitHub (Feb 20, 2023):
Hi @scarlettekk, I don't have access to windows machine and I'm not too familiar with development on Win, so I couldn't really test/fix this issue. Hopefully, I can in the near future or someone can pick this up.
Log file
spotify-player-*.logshould not empty. I wonder if this is because the app cannot interact with the OS properly.@viridivn commented on GitHub (Mar 3, 2023):
Can confirm issue is resolved
@aome510 commented on GitHub (Mar 3, 2023):
Thanks. This fix will be included in the upcoming release, which should be released soon!