Spotify 1:1-1.42.622-1 crashes in terminal

Made a fresh install xfce 20.1.1 and installed spotify client in LTS, stable 5.8, testing and unstable.
I was able to launch spotify with the launcher but not in a terminal. In testing and unstable the launcher crashes also spotify command in terminal. libcurl-gnutls 7.72.0-2 (Required By: spotify) is installed.

https://aur.archlinux.org/packages/spotify/?setlang=pt_BR&O=330&PP=10

Message:

Summary

spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by spotify)
/opt/spotify/spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /opt/spotify/spotify)
/opt/spotify/spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /opt/spotify/spotify)
/proc/self/exe: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /proc/self/exe)
[1003/114054.083628:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn’t usable. Goodbye.
Trace/breakpoint trap (core dumped)

here was something Spotify version information

Thanks for your comment however this no solution sadly. There’s a thread on arch.
https://aur.archlinux.org/packages/spotify/?setlang=pt_BR&O=330&PP=10
So the problem is there. On my main system i have the messages too but spotify starts.
In virtualbox with stable, testing, unstable images not with the same spotify messages in a terminal.
Hoping a good solution will come …

Spotify 1:1-1.42.622-2 released 181020. I tested in stable, testing, unstable
After importing new public key spotify started.
Additional information AUR (en) - spotify

curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | gpg --import -
1 Like

Hey @stormschip,

Sorry I’m a bit of a newb here. I tried running the curl command trying to update to Spotify Spotify 1:1-1.42.622-2 and keep getting build failed error below:

spotify-1.1.42.622-Release ... FAILED (invalid public key 2EBF997C15BDA244B6EBF5D84773BD5E130D1D45)
==> ERROR: One or more PGP signatures could not be verified!
error downloading sources: spotify

Am I missing a step somewhere? Thanks.

I had the same issue when trying to build spotify from the AUR.

I found this solution in the comments section on the spotify package on the aur website:

  1. curl -sS https://download.spotify.com/debian/pubkey_130D1D45.gpg | gpg --import
  2. rm -rf /var/tmp/pamac-build-${USER}/spotify/

Step 2 might be enough, but since I did Step 1 first, I don’t know :man_shrugging:

Hi,

Don’t know what you’re missing. Today i did a fresh install 20.1.2 xfce and spotify installed as well.

curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | gpg --import -

gpg: key D1742AD60D811D58: public key “Spotify Public Repository Signing Key tux@spotify.com” imported
gpg: Total number processed: 1
gpg: imported: 1

pamac build spotify
Preparing…
Cloning spotify build files…
Checking spotify dependencies…
Resolving dependencies…
Checking inter-conflicts…
To install (17):

Transaction successfully finished.

Clear cache and rebuild.

1 Like

Thanks, needed to clear the cache. Build is successful and good to go.

Thanks everyone!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.