I’m having a problem with the Spotify Connect feature.
First, when Spotify Connect is active, on the MusicBox monitor the MusicBox login doesn’t appear.
Then, when I try to connect it with my phone over Spotify Connect it gives me this message:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: WireError("invalid value for enum: 13")', /checkout/src/libcore/result.rs:859
note: Run with `RUST_BACKTRACE=1` for a backtrace
Then the MusicBox disapears from the Spotify Connect List and the MusicBox Login appears on the monitor and I can log myself in.
I have been using Spotify Premium on my Pi Musicbox a few months now, worked as a charm really enjoying it. But since a few weeks Spotify rejects the Musicbox. After a reboot the Musicbox appears on the Spotfy device list, when trying to connect to it the musicbox is removed from the device list. A friend of mine who has the same build experiences the same problems. I also have a Bose Soundtouch no problems there.
Is this a known issue, has Spotify changed their platform?
It’s a known issue due to Spotify changing something. It has been fixed upstream in librespot so it just needs recompiling. I’ve got a new musicbox release (with support for the new raspberry pi) which includes this fix. I’ve been testing this weekend and assuming nothing pops up I aim to release it tonight/tomorrow.
I just installed this release to my pi but can’t find the music box in spotify, although spotify connect is enabled.
Playing songs from spotify through the web interface works fine though.
@jubobey Spotify connect (librespot) requires an update and this must be done manually. You need to enable ssh and then login so you can run the following commands.
service librespot stop
cd /opt/librespot
wget https://github.com/pimusicbox/librespot/releases/download/v20180529-1e69138/librespot-linux-armhf-raspberry_pi.zip
unzip librespot-linux-armhf-raspberry_pi.zip
rm librespot-linux-armhf-raspberry_pi.zip
service librespot start
If you cannot play a spotify song through the Web interface then this is not the same issue. Please start a new thread and provide the Mopidy log file. Thanks.
Busy reinstalling mij pi musicbox
Trying to update librespot getting following error, something with a certificate, trying to download the zipfile.
What is wrong?