mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #462] libssl.so.1.0 unavailable #1195
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#1195
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 @AlexanderPavlenko on GitHub (Jun 10, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/462
Describe the bug
To Reproduce
Run on any current arm64 debian, I guess
Expected behaviour
Linked with libssl1.1 (1.1.1w) or newer
https://packages.debian.org/search?suite=all§ion=all&arch=any&searchon=names&keywords=libssl-dev
Log and backtrace
N/A
Screenshots
N/A
Environment
Additional context
N/A
@aome510 commented on GitHub (Jun 10, 2024):
Does this mean you have
libsslinstalled on your machine but the version is different from the binary? Is it possible for you to download1.0.0? Otherwise, you can try to install the app usingcargoas described in https://github.com/aome510/spotify-player?tab=readme-ov-file#cargo@AlexanderPavlenko commented on GitHub (Jun 10, 2024):
I tried and it's 404 or non-arm64.
Hangs or takes forever on Pi Zero 2 – low RAM, slow SD card.
Managed to build via macOS VM:
limactl start --vm-type=vz --mount-type=virtiofs --arch=aarch64 --plain --name=pi02 template://debian-12Got binary linked to
libssl.so.3, and it runs fine.@timoreichen commented on GitHub (Mar 15, 2025):
i am facing the same situation using a pi Zero 2. cargo hang or takes forever.
How did you manage to solve it with limactl? Could you maybe share these steps? Thanks.
@michaloo commented on GitHub (Sep 22, 2025):
I resolved the issue with approach described by @AlexanderPavlenko:
limactl start --vm-type=vz --mount-type=virtiofs --arch=aarch64 --plain --name=pi02 template://debian-12cargo install spotify_player~/.cargo/bin/spotify_playerwhich Iscpto raspberrypi.localAdditionally, I also run
spotify_playeron macbook to handle login, I run it once, follow the instructions and thenscpfollowing files to raspberrypi.local:~/.cache/spotify-player/credentials.json~/.cache/spotify-player/user_client_token.jsonI hope that helps.
Recently I needed to upgrade since it seems Spotify API changes and previous version stopped working.