Clementine icon indicating copy to clipboard operation
Clementine copied to clipboard

Spotify plugin; Invalid signature: blob

Open ghost opened this issue 4 years ago • 49 comments

Before posting

Please follow the steps below and check the boxes with [x] once you did the step.

  • [x] I checked the issue tracker for similar issues
  • [x] I checked the changelog if the issue is already resolved
  • [x] I tried the latest Clementine build from here

System information

Please provide information about your system and the version of Clementine used.

  • Operating System: Fedora 31
  • Clementine version: Recent

Expected behaviour / actual behaviour

image I've tried to see if this was the issue on the latest from the flatpak, dnf package, building from source, and it was. I've tried installing the spotify blob through stuff like this, but to no avail. I tried to hold off on posting this but I couldn't find a solution, or someone having this problem as of 2020 -- not 2015/2012.

Steps to reproduce the problem (only for bugs)

  1. install latest clementine
  2. attempt to install spotify plugin by any means

ghost avatar Mar 22 '20 22:03 ghost

Looks like there's an unhandled redirect now.

jbroadus avatar Mar 23 '20 01:03 jbroadus

Should be fixed with the lastest.

jbroadus avatar Mar 23 '20 16:03 jbroadus

In the dnf package/flatpak, or will I have to build from source?

Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com

Mar 23, 2020, 12:32 by [email protected]:

Should be fixed with the lastest.

— You are receiving this because you authored the thread. Reply to this email directly, > view it on GitHub https://github.com/clementine-player/Clementine/issues/6623#issuecomment-602712579> , or > unsubscribe https://github.com/notifications/unsubscribe-auth/AMTEXVMNLMU3NKNVPEZOGATRI6FJDANCNFSM4LROT6NA> .

ghost avatar Mar 23 '20 16:03 ghost

Builds should show up here, but I don't know the frequency. I don't see this one yet. https://builds.clementine-player.org/

jbroadus avatar Mar 23 '20 16:03 jbroadus

The build broke https://app.circleci.com/pipelines/github/clementine-player/Clementine/424/workflows/bb0a5756-9d0a-406c-a336-4a853fcfe175/jobs/4717

John Maguire

-- quidquid latine dictum sit altum videtur

On Mon, 23 Mar 2020 at 16:41, Jim Broadus [email protected] wrote:

Builds should show up here, but I don't know the frequency. I don't see this one yet. https://builds.clementine-player.org/

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/clementine-player/Clementine/issues/6623#issuecomment-602717942, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACMY64JRIUY3CLNW5TPHEDRI6GK5ANCNFSM4LROT6NA .

hatstand avatar Mar 23 '20 16:03 hatstand

Strange. According to qt docs, this should be available in 5.9.

jbroadus avatar Mar 23 '20 16:03 jbroadus

Ah, but stretch is at 5.7. I guess we can use the legacy attribute for now.

jbroadus avatar Mar 23 '20 16:03 jbroadus

@fmlatghor Looks like builds uploaded.

jbroadus avatar Mar 23 '20 19:03 jbroadus

I tried clementine_1.4.0 not with forced package installation. Just from updated package list. This is Knoppix 9.0 And with same result. "invaild signature: blob" Which version is being expected not to show this error? Thanks

markusk1505 avatar Apr 02 '20 14:04 markusk1505

We do not maintain packages on Knoppix so your guess is as good as mine as to what that is given we haven't even shipped a 1.4.0

hatstand avatar Apr 02 '20 15:04 hatstand

I built from source and it installed. This may just be me being dumb, but it doesn't really let me do anything. I don't get a dropdown or any options really to do with spotify besides signing in, bitrate, etc. Is something missing? How exactly would I even play music from spotify? Nothing comes up when I try to search for something.

ghost avatar Apr 04 '20 02:04 ghost

I tried clementine_1.4.0 not with forced package installation. Just from updated package list. This is Knoppix 9.0 And with same result. "invaild signature: blob" Which version is being expected not to show this error? Thanks

The package for knoppix must be out of date. Try getting a binary.

ghost avatar Apr 04 '20 02:04 ghost

I have the same problem and try this:

Create the folder structure for the plugin. mkdir -p -m 775 ~/.config/Clementine/spotifyblob/version16-64bit/

Go to the plugin folder. cd ~/.config/Clementine/spotifyblob/version16-64bit/

Download the plugin. wget http://spotify.clementine-player.org/version16-64bit/blob wget http://spotify.clementine-player.org/version16-64bit/libspotify.so.12.1.51

Give the correct perms to the plugin. chmod 775 blob libspotify.so.12.1.51

Rename the libspotify.so.12.1.51 to libspotify.so.12 mv libspotify.so.12.1.51 libspotify.so.12

This solved my problem.

referral link

owenwilson avatar Apr 05 '20 01:04 owenwilson

I have the same problem and try this:

Create the folder structure for the plugin. mkdir -p -m 775 ~/.config/Clementine/spotifyblob/version16-64bit/

Go to the plugin folder. cd ~/.config/Clementine/spotifyblob/version16-64bit/

Download the plugin. wget http://spotify.clementine-player.org/version16-64bit/blob wget http://spotify.clementine-player.org/version16-64bit/libspotify.so.12.1.51

Give the correct perms to the plugin. chmod 775 blob libspotify.so.12.1.51

Rename the libspotify.so.12.1.51 to libspotify.so.12 mv libspotify.so.12.1.51 libspotify.so.12

This solved my problem.

referral link

I think I did what you said wrong, Fuck it, I'm switching to mpd.

ghost avatar Apr 06 '20 14:04 ghost

Thats almost what I did - before I came on the referral link and to sync with architecture. Please read my latest posting.ThanksVon Samsung-Tablet gesendet

-------- Ursprüngliche Nachricht -------- Von: Leo Coogan [email protected] Datum: 06.04.2020 16:39 (GMT+01:00) An: clementine-player/Clementine [email protected] Cc: markusk1505 [email protected], Comment [email protected] Betreff: Re: [clementine-player/Clementine] Spotify plugin; Invalid signature: blob (#6623)

I have the same problem and try this: Create the folder structure for the plugin. mkdir -p -m 775 ~/.config/Clementine/spotifyblob/version16-64bit/ Go to the plugin folder. cd ~/.config/Clementine/spotifyblob/version16-64bit/ Download the plugin. wget http://spotify.clementine-player.org/version16-64bit/blob wget http://spotify.clementine-player.org/version16-64bit/libspotify.so.12.1.51 Give the correct perms to the plugin. chmod 775 blob libspotify.so.12.1.51 Rename the libspotify.so.12.1.51 to libspotify.so.12 mv libspotify.so.12.1.51 libspotify.so.12 This solved my problem. referral link

I think I did what you said wrong, Fuck it, I'm switching to mpd.

—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or unsubscribe. [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/clementine-player/Clementine/issues/6623#issuecomment-609835212", "url": "https://github.com/clementine-player/Clementine/issues/6623#issuecomment-609835212", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

markusk1505 avatar Apr 06 '20 16:04 markusk1505

Please read my latest posting.ThanksVon Samsung-Tablet gesendet

I'm not really sure what you mean in this. It doesn't really have anything to do with Clementine being bad (which it's not, it's fantastic) or not wanting to fix bugs (which also not the case, I'm always available to work through things); it's more that I'm switching to dwm/suckless and Clementine doesn't really fit my workflow anymore.

ghost avatar Apr 08 '20 02:04 ghost

So is this issue fixed? You still have to follow stuff with the (referral link)[https://askubuntu.com/questions/363555/how-do-you-install-spotify-for-clementine-1-2/363901] that probably need to be added to the master. Gl @jbroadus and everyone! I'll leave this open a bit longer so that @markusk1505 can reply. Looks like there's a different issue now? Just has to do with the actual plugin.

ghost avatar Apr 08 '20 02:04 ghost

I just wanted to express that owen wilson with his posting and his referral link [https://askubuntu.com/questions/363555/how-do-you-install-spotify-for-clementine-1-2/363901] brought the solution: to pay attention to system-architecture (32/64bit). Yes, I have the reading 'installed' in the configurationsheet. So I'm now on the same point like you 4 days ago:

 I don't get a dropdown or any options really to do with spotify besides signing in...

I've seen constantly repeated disconnections in the console logging. Is the use of spotify apart spotify-client over a plugin in another software e.g. clementine supported anymore? Same issue, no function on windows! Thanks

markusk1505 avatar Apr 08 '20 10:04 markusk1505

The solution is https://github.com/librespot-org/librespot, libspotify is dead.

There is also tizonia https://github.com/tizonia/tizonia-openmax-il

Kwaadpepper avatar Apr 10 '20 17:04 Kwaadpepper

The solution is https://github.com/librespot-org/librespot, libspotify is dead.

There is also tizonia https://github.com/tizonia/tizonia-openmax-il

Doesn't work with Clementine though, until clementine is modified accordingly.

vasyugan avatar Jul 31 '20 21:07 vasyugan

Why is this issue closed?

LevitatingBusinessMan avatar Aug 09 '20 14:08 LevitatingBusinessMan

Because I thought this was fixed, I guess it's not. I don't use Clementine anymore, but I'm mildly interested to see if this gets fixed now. I'll reopen it.

-- Leo Coogan

Aug 9, 2020, 10:54 by [email protected]:

Why is this issue closed?

— You are receiving this because you modified the open/close state. Reply to this email directly, > view it on GitHub https://github.com/clementine-player/Clementine/issues/6623#issuecomment-671061707> , or > unsubscribe https://github.com/notifications/unsubscribe-auth/AMTEXVMXOLROZCJZYOETJJ3R722DHANCNFSM4LROT6NA> .

ghost avatar Aug 09 '20 15:08 ghost

#6147 I don't think the spotify plug-in ever worked since few years now.

Kwaadpepper avatar Aug 09 '20 15:08 Kwaadpepper

#6147 I don't think the spotify plug-in ever worked since few years now.

Time for a rewrite using a new library. I haven't messed with Clementines source before though, and I frankly don't have enough time on my hands.

LevitatingBusinessMan avatar Aug 09 '20 15:08 LevitatingBusinessMan

I'm jumping on the proverbial bandwagon as I'm experiencing this issue too on Ubuntu 20.04.1 LTS.

somapullela avatar Aug 21 '20 05:08 somapullela

Having the same issue. Took a quick look at librespot... it's written in Rust. There is a Go port, and a Java port, but Clementine is written in C++. I'm not sure if it's possible to compile librespot into a linkable C++ library, or if there's some other way to interface C++ to Rust libraries. I've never dealt with that sort of thing before. Tizonia is written in C and C++ so that's probably an easier path.

MrAureliusR avatar Aug 30 '20 03:08 MrAureliusR

Same issue on Manjaro GNOME (latest stable release)

thinkpadworship avatar Sep 09 '20 14:09 thinkpadworship

I have the same error on Manjaro 20.1 KDE. I guess I'll use the Spotify Client until this is fixed.

dathide avatar Sep 13 '20 22:09 dathide

I have the same error on Manjaro 20.1 KDE. I guess I'll use the Spotify Client until this is fixed.

You do realise this isn't an issue, but code that needs to be written? This won't be fixed anytime soon. The spotify plugin that comes with clementine may as well just be thrown away because it's outdated.

ghost avatar Sep 15 '20 00:09 ghost

I have the same error on Manjaro 20.1 KDE. I guess I'll use the Spotify Client until this is fixed.

You do realise this isn't an issue, but code that needs to be written? This won't be fixed anytime soon. The spotify plugin that comes with clementine may as well just be thrown away because it's outdated.

You're absolutely right, and the Spotify feature should be removed as it is not working anyway, so no need to advertise a dead function that won't be renewed any time soon.

Kwaadpepper avatar Sep 15 '20 06:09 Kwaadpepper