after updating from 13.10 to 14.04 from LiveCD my Spotify installation dissapeared.
I tried to install it as before by following Spotify guide and entering these commands:
sudo apt-add-repository -y "deb http://repository.spotify.com stable non-free" &&
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59 &&
sudo apt-get update -qq &&
sudo apt-get install spotify-client
but all I get is this error:
dominic@dominic-MS-7592:~$ sudo apt-add-repository -y "deb http://repository.spotify.com stable non-free" &&
> sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59 &&
> sudo apt-get update -qq &&
> sudo apt-get install spotify-client
[sudo] password for dominic:
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.DQvohEce8A --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys 94558F59
gpg: requesting key 94558F59 from hkp server keyserver.ubuntu.com
gpg: key 94558F59: "Spotify Public Repository Signing Key <operations@spotify.com>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
W: Failed to fetch http://repository.spotify.com/dists/trusty/non-free/binary-amd64/Packages 404 Not Found [IP: 54.230.231.43 80]
W: Failed to fetch http://repository.spotify.com/dists/trusty/non-free/binary-i386/Packages 404 Not Found [IP: 54.230.231.43 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
dominic@dominic-MS-7592:~$