mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #1043] No longer able to launch spotify-tui #466
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#466
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 @botsunny on GitHub (Nov 11, 2022).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/1043
OS: Arch Linux
Kernel: 6.0.7-arch1-1
A week ago, I was no longer able to launch spotify-tui by typing
sptin the kernel. The following error is returned:I believe this coincides with the latest update of
opensslin the Arch repositories, which was recently updated from version 1.1 to 3.0. Then again, I am unsure about this due to inexperience.@ignassew commented on GitHub (Nov 11, 2022):
Looks like spotify-tui is no longer maintained, so I doubt the root cause (using openssl 1.1.1) will be fixed anytime soon. You can still install the old version of openssl on arch:
pacman -S openssl-1.1@sewnie commented on GitHub (Nov 12, 2022):
No. you just recompile spotify-tui. all AUR packages that depend or are linked to a previous version of OpenSSL must be recompiled to be linked to the new version.
...Unless a dependency crate of spotify-tui needs that specific version of openssl.
@ignassew commented on GitHub (Nov 12, 2022):
Indeed, openssl-sys v0.9.58 (released almost 3 years ago), doesn't support openssl v3.
@sewnie commented on GitHub (Nov 12, 2022):
#1041
@brookesy66 commented on GitHub (Nov 25, 2022):
Running
cargo updatethen recompiling fixed it for me on Arch Linux as per #1041 as wael444 has linked