Type in your question below and we'll check to see what answers we can find...
Loading article...
Submitting...
If you couldn't find any answers in the previous step then we need to post your question in the community and wait for someone to respond. You'll be notified when that happens.
Simply add some detail to your question and refine the title if needed, choose the relevant category, then post.
Before we can post your question we need you to quickly make an account (or sign in if you already have one).
Don't worry - it's quick and painless! Just click below, and once you're logged in we'll bring you right back here and post your question. We'll remember what you've already typed in so you won't have to do it again.
Please see below the most popular frequently asked questions.
Loading article...
Loading faqs...
Please see below the current ongoing issues which are under investigation.
Loading issue...
Loading ongoing issues...
Hi, fellow penguin fans!
Today we've pushed version 0.9.11.26 of the Linux desktop client to our public repo. Just update your system!
General release notes: http://community.spotify.com/t5/Help-Desktop-Linux-Mac-and/Release-Notes-Spotify-for-Desktop-0-9-11/...
Linux specific changes:
- collectionCache.bnk is no longer written to $HOME
Known issues:
- It still doesn't work to drag from an HTML5 view to a legacy view (such as the sidebar).
- On first start, the HTML5 views may not appear (just empty black views), try restarting the app if it happens
- Some users have reported problems with the new track change notifications. If you experience problems, you can start the client with "spotify --ui.track_notifications_enabled=false", or you can edit the file called ~/.config/spotify/Users/<your-spotify-username>-user/prefs and add a line with "ui.track_notifications_enabled=false". Sorry for not having this option available in the UI.
- No 32-bit build is available
- This build is not compatible with debian squeeze or wheezy
If you don't already have the Linux client installed, install like this:
# 1. Add our repository. As root or with sudo, create # a file called /etc/apt/sources.list.d/spotify.list and add # "deb http://repository.spotify.com/stable non-free" to it. # Here's a one-liner: sudo sh -c 'echo "deb http://repository.spotify.com/stable non-free" > /etc/apt/sources.list.d/spotify.list' # 2. If you want to verify the downloaded packages, # you will need to add our public key sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59 # 3. Run apt-get update sudo apt-get update # 4. Install spotify! sudo apt-get install spotify-client You don't have a debian based system? Well, it's still possible to get things running. Either you convert the debian package to something else using alien, or you can just download and extract the stuff you need from the package. There is no need to install the client, it can be run from anywhere. # 1. Get the right filename SPOTIFY_DEB=http://repository-origin.spotify.com/pool/non-free/s/spotify/spotify-client_0.9.11.26.g995ec04.78-1_`uname -m | sed s/x86_64/amd64/ | sed s/i686/i386/`.deb # 2. Download the package wget repository.spotify.com/pool/non-free/s/spotify/$SPOTIFY_DEB # 3. Extract the required parts ar p $SPOTIFY_DEB data.tar.gz | tar -zx --strip-components=3 ./opt/spotify/spotify-client # 4. Go in to the extracted folder cd spotify-client # 5. Setup symlinks to libs (NOTE: this script assumes Fedora 17, edit to suit your needs) ./linklibs-fedora.sh # 6. Optionally register icons and menu item # Note: for the menu item to work, you need to ensure # spotify is in your $PATH, either by symlinking # it from /usr/bin or /usr/local/bin, or by adding # the spotify-client folder to your $PATH ./register.sh
Solved! Go to Solution.
Spotify client working great with Jessie (testing) or sid (unstable) on Debian GNU/Linux but not Wheezy. Installation was perfect, only when open, it require the library libc.so.6. Anyway, I will try to find another method to make it work. I hope that it will be support soon. I'm a premium user, I do not wish to use Ubuntu and derivatives or unstable/testing of Debian GNU/Linux because of other specific reason that might conflict with some others software I'm using right now with dependencies. I would like to see more support from Spotify on Linux platform to other distros as well or at least include the source code, so anyone can compile it easily.
yes, already on the old version of Spotify as of now.. It's like back to the old solution when using jessie/LMDE to be able to use Spotify-squeeze compatible using the old libssl file.. 😄
Any permanent soultion to this bug https://bugs.launchpad.net/unity/+bug/1172649 "Spotify icon is displayed twice in Unity Launcher"
Hi,
I'm on Ubuntu 14.10 and Spotify 0.9.11 and have following problem.
The client logs himself out everytime after cosing and i have to reenter my credentials...also he needs to sync offline tracks every time...but its goes quite fast, as of he kinda still finds the tracks on the harddrive.
Any Ideas how to fix this?
Best regards
Flo
Thx, this initially worked but after reboot i have to put in my username+pw again, plus this quick resync.
Maybe ubuntu is deleting sth. on reboot or so?
@Fuel_flo wrote:
Thx, this initially worked but after reboot i have to put in my username+pw again, plus this quick resync.
Maybe ubuntu is deleting sth. on reboot or so?
That's really weird. You're not running Spotify as root right?
After having removed the config and cache, and then rebooted (without opening Spotify after removing cache and config), can you open Spotify, log in, then run the following commands:
ls -la ~/.config/spotify/ ls -la ~/.cache/spotify/
And paste the output here. Then, if you experience the same problem later, run the above commands again and paste them here. Also, make sure you're not running Spotify in "Private session" or "Offline mode".
:~$ ls -la ~/.config/spotify/
total 48
drwxr-xr-x 3 hans hans 4096 Jan 14 16:08 .
drwx------ 44 hans hans 12288 Jan 14 16:08 ..
-rw-rw-r-- 1 hans hans 171 Jan 14 16:08 prefs
-rw-rw-r-- 1 hans hans 0 Jan 14 16:08 running
drwxr-xr-x 3 hans hans 4096 Jan 14 16:08 Users
-rw-rw-r-- 1 hans hans 0 Jan 14 16:08 watchdog.bnk
:~$ ls -la ~/.cache/spotify/
total 2860
drwxr-xr-x 5 hans hans 4096 Jan 14 16:08 .
drwx------ 63 hans hans 12288 Jan 14 16:08 ..
drwxr-xr-x 4 hans hans 4096 Jan 14 16:08 Browser
-rw-r--r-- 1 hans hans 1698816 Jan 14 16:08 mercury.db
-rw-r--r-- 1 hans hans 1159120 Jan 14 16:08 mercury.db-wal
-rw-rw-r-- 1 hans hans 6698 Jan 14 16:08 offline.bnk
drwxr-xr-x 65 hans hans 12288 Jan 14 16:08 Storage
drwxr-xr-x 3 hans hans 4096 Jan 14 16:08 Users
Ah and I am not running it as root.
Did you run these commands when you were having the problem of having to re-login every time?
I ran the first the first ones after wiping cache and config, then rebooting and then loging into Spotify again.
It seems to work, when I log out of my account and in again, when i go to suspend...but only after reboot it looses it and i need to loginto spotify again.
Those are the results after rebooting and starting spotify now, but i havent logged in again:
:~$ ls -la .config/spotify/
total 48
drwxr-xr-x 3 hans hans 4096 Jan 14 16:24 .
drwx------ 44 hans hans 12288 Jan 14 16:08 ..
-rw-rw-r-- 1 hans hans 259 Jan 14 16:23 prefs
-rw-rw-r-- 1 hans hans 0 Jan 14 16:24 running
drwxr-xr-x 3 hans hans 4096 Jan 14 16:08 Users
-rw-rw-r-- 1 hans hans 0 Jan 14 16:23 watchdog.bnk
:~$ ls -la .cache/spotify/
total 8740
drwxr-xr-x 5 hans hans 4096 Jan 14 16:08 .
drwx------ 63 hans hans 12288 Jan 14 16:08 ..
drwxr-xr-x 4 hans hans 4096 Jan 14 16:23 Browser
-rw-r--r-- 1 hans hans 7626752 Jan 14 16:09 mercury.db
-rw-r--r-- 1 hans hans 1244008 Jan 14 16:23 mercury.db-wal
-rw-rw-r-- 1 hans hans 6698 Jan 14 16:08 offline.bnk
drwxr-xr-x 138 hans hans 20480 Jan 14 16:23 Storage
drwxr-xr-x 3 hans hans 4096 Jan 14 16:08 Users
P.S. ah well...and i downloaded a small playlist for testing, before reboot.
Really strange. Although I wouldn't have high hopes, you can try completely reinstalling the Spotify client:
rm -rf ~/.config/spotify rm -rf ~/.cache/spotify sudo apt-get purge spotify-client sudo apt-get clean (reboot) sudo apt-get install spotify-client
careful for pasting the output here:
some of the output contains your paths from your pc
:-$ spotify 11:46:21.736 I [breakpad.cpp:107 ] Registered Breakpad for product: spotify 11:46:21.748 I [translate.cpp:139 ] Reloading language file 11:46:21.771 I [translate.cpp:139 ] Reloading language file 11:46:21.772 I [breakpad.cpp:261 ] Searching for crashdumps: /home/<removed>/.cache/spotify/*.dmp # now i logged in.... 11:46:44.976 D [spirc_manager.cpp:152 ] GAIA: SpircManager::SpircManager, ident_= <removed> 11:46:45.008 I [MainView.cpp:1098 ] Registering bundled framework bridge-desktop with version 0.26.0 11:46:45.009 I [MainView.cpp:1098 ] Registering bundled framework import with version 0.1.0 11:46:45.009 I [MainView.cpp:1098 ] Registering bundled framework shared with version 0.2.3 11:46:45.009 I [MainView.cpp:1095 ] Registering bundled app share with version 3.0.27 11:46:45.009 I [MainView.cpp:1098 ] Registering bundled framework views with version 1.54.8 11:46:45.009 I [MainView.cpp:1095 ] Registering bundled app discover with version 1.5.3 11:46:45.009 I [MainView.cpp:1095 ] Registering bundled app search-single with version 5.0.6 11:46:45.009 I [MainView.cpp:1098 ] Registering bundled framework resources with version 0.6.1 11:46:45.009 I [MainView.cpp:1095 ] Registering bundled app genre with version 0.29.0 11:46:45.009 I [MainView.cpp:1095 ] Registering bundled app collection with version 0.4.91 11:46:45.009 I [MainView.cpp:1095 ] Registering bundled app artist with version 1.2.2 11:46:45.009 I [MainView.cpp:1095 ] Registering bundled app article with version 0.29.0 11:46:45.009 I [MainView.cpp:1098 ] Registering bundled framework logging-utils with version 0.0.11 11:46:45.009 I [MainView.cpp:1095 ] Registering bundled app finder with version 1.2.9 11:46:45.009 I [MainView.cpp:1098 ] Registering bundled framework artist-shared with version 0.5.3 11:46:45.009 I [MainView.cpp:1095 ] Registering bundled app collection-album with version 0.1.81 11:46:45.009 I [MainView.cpp:1098 ] Registering bundled framework unstable with version 0.13.1 11:46:45.009 I [MainView.cpp:1095 ] Registering bundled app bundles with version 1.3.0 11:46:45.009 I [MainView.cpp:1098 ] Registering bundled framework revgen-shared with version 0.0.14 11:46:45.009 I [MainView.cpp:1095 ] Registering bundled app feed with version 2.0.13 11:46:45.009 I [MainView.cpp:1095 ] Registering bundled app search with version 4.0.35 11:46:45.009 I [MainView.cpp:1095 ] Registering bundled app messages with version 1.5.2 11:46:45.010 I [MainView.cpp:1098 ] Registering bundled framework social-artist-shared with version 0.1.5 11:46:45.010 I [MainView.cpp:1098 ] Registering bundled framework util with version 0.2.4 11:46:45.010 I [MainView.cpp:1095 ] Registering bundled app collection-artist with version 0.1.46 11:46:45.010 I [MainView.cpp:1095 ] Registering bundled app profile with version 2.0.0 11:46:45.010 I [MainView.cpp:1095 ] Registering bundled app notification-popup with version 0.3.6 11:46:45.010 I [MainView.cpp:1095 ] Registering bundled app html with version 0.1.0 11:46:45.010 I [MainView.cpp:1098 ] Registering bundled framework recommendations-shared with version 0.7.13 11:46:45.010 I [MainView.cpp:1098 ] Registering bundled framework recommendations-shared with version 1.0.0 11:46:45.010 I [MainView.cpp:1098 ] Registering bundled framework test-utils with version 0.2.0 11:46:45.010 I [MainView.cpp:1095 ] Registering bundled app follow with version 2.0.0 11:46:45.010 I [MainView.cpp:1095 ] Registering bundled app notification-center with version 2.6.2 11:46:45.010 I [MainView.cpp:1095 ] Registering bundled app install with version 1.1.0 11:46:45.010 I [MainView.cpp:1095 ] Registering bundled app error with version 1.1.0 11:46:45.010 I [MainView.cpp:1095 ] Registering bundled app radio with version 3.1.43 11:46:45.010 I [MainView.cpp:1095 ] Registering bundled app suggest with version 4.0.0 11:46:45.010 I [MainView.cpp:1095 ] Registering bundled app browse with version 6.29.1 11:46:45.010 I [MainView.cpp:1098 ] Registering bundled framework api with version 1.38.0 11:46:45.010 I [MainView.cpp:1098 ] Registering bundled framework api with version 0.3.1 11:46:45.010 I [MainView.cpp:1095 ] Registering bundled app test-runner with version 0.2.1 11:46:45.010 I [MainView.cpp:1095 ] Registering bundled app onboarding-popup with version 1.0.36 11:46:45.010 I [MainView.cpp:1095 ] Registering bundled app playlist-header with version 2.1.12 11:46:45.010 I [MainView.cpp:1095 ] Registering bundled app album with version 2.0.5 11:46:45.010 I [MainView.cpp:1098 ] Registering bundled framework playlist-framework with version 0.3.2 [PIPELIGHT:LIN:unknown] attached to process. [PIPELIGHT:LIN:unknown] checking environment variable PIPELIGHT_UNITY3D_CONFIG. [PIPELIGHT:LIN:unknown] searching for config file pipelight-unity3d. [PIPELIGHT:LIN:unknown] trying to load config file from '/home/<removed>/.config/pipelight-unity3d'. [PIPELIGHT:LIN:unknown] trying to load config file from '/etc/pipelight-unity3d'. [PIPELIGHT:LIN:unknown] trying to load config file from '/usr/share/pipelight/configs/pipelight-unity3d'. [PIPELIGHT:LIN:unknown] sandbox not found or not installed! [PIPELIGHT:LIN:unity3d] using wine prefix directory /home/<removed>/.wine-pipelight. [PIPELIGHT:LIN:unity3d] checking plugin installation - this might take some time. [install-dependency] wine-unity3d-installer is already installed in '/home/<removed>/.wine-pipelight'. 11:46:45.159 I [AppManager.cpp:252 ] Creating instance of the application browse. fixme:winediag:start_process Wine Staging is a testing version containing experimental patches. fixme:winediag:start_process Please report bugs at http://bugs.wine-staging.com (instead of winehq.org). 11:46:45.179 I [AppManager.cpp:252 ] Creating instance of the application suggest. wine: cannot find L"C:\\windows\\system32\\winemenubuilder.exe" err:wineboot:ProcessRunKeys Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (2) 11:46:45.201 I [AppManager.cpp:252 ] Creating instance of the application notification-center. 11:46:45.201 I [AppManager.cpp:535 ] Removing instance of application notification-center. 11:46:45.216 I [AppManager.cpp:252 ] Creating instance of the application notification-center. 11:46:45.235 I [offline_manager.cpp:2264 ] Storage has been cleaned 11:46:45.435 I [AppManager.cpp:252 ] Creating instance of the application feed. 11:46:45.495 3 [playlist_be_toplist.cpp:234 ] [spotify:user:<removed>:top:tracks] Synchronization starting 11:46:45.705 I [MainView.cpp:6858 ] Load complete (0) url: sp://c31f78f08cd9dd3d3e87d1fa3783a764e40b76a9.feed/index.html 11:46:45.917 I [MainView.cpp:6858 ] Load complete (0) url: sp://7b1a3f32d998a2fdceae51bcccc907c49fd62cc6.browse/index.html [PIPELIGHT:WIN:unity3d] Read dllPath 'C:\Program Files\Unity\WebPlayer\loader' and dllName 'npUnity3D32.dll' from registry [PIPELIGHT:WIN:unity3d] embedded mode is on. [PIPELIGHT:WIN:unity3d] windowless mode is off. [PIPELIGHT:WIN:unity3d] linux windowless mode is off. [PIPELIGHT:WIN:unity3d] force SetWindow is off. [PIPELIGHT:WIN:unity3d] window class hook is off. [PIPELIGHT:WIN:unity3d] strict draw ordering is off. [PIPELIGHT:WIN:unity3d] replaced API function TrackPopupMenuEx. [PIPELIGHT:WIN:unity3d] replaced API function TrackPopupMenu. [PIPELIGHT:WIN:unity3d] init successful! ATTENTION: default value of option force_s3tc_enable overridden by environment. 11:46:46.683 I [ap_connection_impl.cpp:880 ] Connecting to AP lon6-accesspoint-a17.ap.spotify.com:4070 11:46:47.496 I [ap_connection_impl.cpp:534 ] Connected to AP: 194.132.168.35:4070 11:46:49.117 3 [playlist_be_toplist.cpp:137 ] [spotify:user:<removed>:top:tracks] Updated 11:46:49.128 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:<removed>:inbox] Synchronization starting: DIFF (from revision 0,726f6f7400000000000000000000000000000000) 11:46:49.129 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:<removed>:collectionrootlist] Synchronization starting: DIFF (from revision 1,f75b0750e2ffbb31404f264e1d448351266e2ba6) 11:46:49.129 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:<removed>:publishedrootlist] Synchronization starting: DIFF (from revision 29,65148d86b433a1553d604fbd81569efd8ce281f9) 11:46:49.130 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:129427102:publishedrootlist] Synchronization starting: DIFF (from revision 218,ed1d2ac82013d7f36a14c495933ee5cae78475b5) 11:46:49.803 3 [playlist_be_pl4_context.cpp:591 ] [spotify:user:129427102:publishedrootlist] synchronization error: Hermes error code 405 (unknown) 11:46:49.803 3 [playlist_be_pl4_context.cpp:688 ] [spotify:user:129427102:publishedrootlist] - requesting HEAD from remote. 11:46:49.803 3 [playlist_be_pl4_context.cpp:591 ] [spotify:user:<removed>:publishedrootlist] synchronization error: Hermes error code 405 (unknown) 11:46:49.803 3 [playlist_be_pl4_context.cpp:688 ] [spotify:user:<removed>:publishedrootlist] - requesting HEAD from remote. 11:46:49.803 3 [playlist_be_pl4_context.cpp:869 ] [spotify:user:<removed>:collectionrootlist] Delta-updated to revision 1,f75b0750e2ffbb31404f264e1d448351266e2ba6 (no new changes) 11:46:49.803 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:<removed>:publishedrootlist] Synchronization starting: GET (full reset) (cannot send dump) (from revision 29,65148d86b433a1553d604fbd81569efd8ce281f9) 11:46:49.803 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:129427102:publishedrootlist] Synchronization starting: GET (full reset) (cannot send dump) (from revision 218,ed1d2ac82013d7f36a14c495933ee5cae78475b5) 11:46:49.803 3 [playlist_be_pl4_context.cpp:869 ] [spotify:user:<removed>:inbox] Delta-updated to revision 0,726f6f7400000000000000000000000000000000 11:46:50.344 3 [playlist_be_pl4_context.cpp:961 ] [spotify:user:<removed>:publishedrootlist] Snapshot-updated to revision 29,65148d86b433a1553d604fbd81569efd8ce281f9 11:46:50.345 3 [playlist_be_pl4_context.cpp:961 ] [spotify:user:129427102:publishedrootlist] Snapshot-updated to revision 218,ed1d2ac82013d7f36a14c495933ee5cae78475b5 11:46:50.782 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:spotify:playlist:6HmX9F7b4ypVSsY6ysED1P] Synchronization starting: DIFF (from revision 286,e8ee78e97166df89a21e65d0eacba60562324114) 11:46:50.784 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:spotify:playlist:5FJXhjdILmRA2z5bvz4nzf] Synchronization starting: DIFF (from revision 1481,1fa25dab7079c1b5f854ef6c15b270590a9272c0) 11:46:50.788 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:spotify:playlist:2ujjMpFriZ2nayLmrD1Jgl] Synchronization starting: DIFF (from revision 338,1e98d22a6b5923a2fe6073a05d6abdc60728115d) 11:46:50.794 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:spotify:playlist:16BpjqQV1Ey0HeDueNDSYz] Synchronization starting: DIFF (from revision 438,e0aa42abef1df5ff2923a78bbe1a89c47ad863c6) 11:46:50.800 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:spotify:playlist:4ORiMCgOe6UxBDqW8SF1Lm] Synchronization starting: DIFF (from revision 1894,796062bc6d34abceb7e8b5ae8e0ae08f1830051b) 11:46:51.433 3 [playlist_be_pl4_context.cpp:869 ] [spotify:user:spotify:playlist:4ORiMCgOe6UxBDqW8SF1Lm] Delta-updated to revision 1894,796062bc6d34abceb7e8b5ae8e0ae08f1830051b (no new changes) 11:46:51.433 3 [playlist_be_pl4_context.cpp:869 ] [spotify:user:spotify:playlist:2ujjMpFriZ2nayLmrD1Jgl] Delta-updated to revision 338,1e98d22a6b5923a2fe6073a05d6abdc60728115d (no new changes) 11:46:51.433 3 [playlist_be_pl4_context.cpp:869 ] [spotify:user:spotify:playlist:5FJXhjdILmRA2z5bvz4nzf] Delta-updated to revision 1481,1fa25dab7079c1b5f854ef6c15b270590a9272c0 (no new changes) 11:46:51.433 3 [playlist_be_pl4_context.cpp:869 ] [spotify:user:spotify:playlist:16BpjqQV1Ey0HeDueNDSYz] Delta-updated to revision 438,e0aa42abef1df5ff2923a78bbe1a89c47ad863c6 (no new changes) 11:46:51.433 3 [playlist_be_pl4_context.cpp:869 ] [spotify:user:spotify:playlist:6HmX9F7b4ypVSsY6ysED1P] Delta-updated to revision 286,e8ee78e97166df89a21e65d0eacba60562324114 (no new changes) 11:46:51.453 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:spotify:playlist:0H6qbVVo0qB3tw5DJZA4yL] Synchronization starting: DIFF (from revision 196,6d76f6c40ca5914e83386b1c1c204c4f3d7ba385) 11:46:51.453 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:spotify:playlist:5mRQ1OKwXfOuTCXftFu62R] Synchronization starting: DIFF (from revision 548,3fd95e86c3c472576d1f9539decdd028abf7eaf9) 11:46:51.453 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:spotify_uk_:playlist:5YbE0HGZleJzXEXLRwimUW] Synchronization starting: DIFF (from revision 111,8ccd65f0e6b3adf26bd843c33f759ec5511cdd47) 11:46:51.454 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:spotify:playlist:0ExbFrTy6ypLj9YYNMTnmd] Synchronization starting: DIFF (from revision 264,b7b466e78d39dc35ad306513061f299d0b26f263) 11:46:51.454 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:spotify:playlist:75dwLdmL07hDEDWqX17QeE] Synchronization starting: DIFF (from revision 1085,b1e6a87f4823bdbf9d53773a16db25edea70b75f) 11:46:52.055 3 [playlist_be_pl4_context.cpp:869 ] [spotify:user:spotify:playlist:0H6qbVVo0qB3tw5DJZA4yL] Delta-updated to revision 196,6d76f6c40ca5914e83386b1c1c204c4f3d7ba385 (no new changes) 11:46:52.075 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:spotify:playlist:2Qi8yAzfj1KavAhWz1gaem] Synchronization starting: DIFF (from revision 35,fd2da31e918670f0a9d9033a9c9800c5e52f84e6) 11:46:52.408 3 [playlist_be_pl4_context.cpp:869 ] [spotify:user:spotify:playlist:0ExbFrTy6ypLj9YYNMTnmd] Delta-updated to revision 264,b7b466e78d39dc35ad306513061f299d0b26f263 (no new changes) 11:46:52.408 3 [playlist_be_pl4_context.cpp:869 ] [spotify:user:spotify:playlist:75dwLdmL07hDEDWqX17QeE] Delta-updated to revision 1085,b1e6a87f4823bdbf9d53773a16db25edea70b75f (no new changes) 11:46:52.408 3 [playlist_be_pl4_context.cpp:869 ] [spotify:user:spotify:playlist:5mRQ1OKwXfOuTCXftFu62R] Delta-updated to revision 548,3fd95e86c3c472576d1f9539decdd028abf7eaf9 (no new changes) 11:46:52.409 3 [playlist_be_pl4_context.cpp:869 ] [spotify:user:spotify_uk_:playlist:5YbE0HGZleJzXEXLRwimUW] Delta-updated to revision 111,8ccd65f0e6b3adf26bd843c33f759ec5511cdd47 (no new changes) 11:46:52.422 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:<removed>:collectiontracklist:0SPcjnSbLTlNtjkgLpmI98] Synchronization starting: DIFF (from revision 20,a3909d8a4f3503a00ff6dbd8d1654b7f4024a934) 11:46:52.429 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:spotify:playlist:4jONxQje1Fmw9AFHT7bCp8] Synchronization starting: DIFF (from revision 188,36a87985480d0c14ccefec12dfa2deb95e4a9d99) 11:46:52.738 3 [playlist_be_pl4_context.cpp:869 ] [spotify:user:spotify:playlist:2Qi8yAzfj1KavAhWz1gaem] Delta-updated to revision 35,fd2da31e918670f0a9d9033a9c9800c5e52f84e6 (no new changes) 11:46:52.810 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:myplay.com:playlist:4DQZZcjLfMmyuXqAEwxB44] Synchronization starting: HEAD (from revision 0,726f6f7400000000000000000000000000000000) 11:46:53.009 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:officialfoofighters:playlist:0lCrLmNBrlKCcvzw7yM3Gy] Synchronization starting: HEAD (from revision 0,726f6f7400000000000000000000000000000000) 11:46:53.105 3 [playlist_be_pl4_context.cpp:869 ] [spotify:user:spotify:playlist:4jONxQje1Fmw9AFHT7bCp8] Delta-updated to revision 188,36a87985480d0c14ccefec12dfa2deb95e4a9d99 (no new changes) 11:46:53.105 3 [playlist_be_pl4_context.cpp:869 ] [spotify:user:<removed>:collectiontracklist:0SPcjnSbLTlNtjkgLpmI98] Delta-updated to revision 20,a3909d8a4f3503a00ff6dbd8d1654b7f4024a934 (no new changes) 11:46:53.213 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:spotify:playlist:2IQG07dXXIDGGsLGoismIp] Synchronization starting: DIFF (from revision 435,ba38e979a74b9dda2a30f46d6bc01ca033bea5f3) 11:46:54.027 3 [playlist_be_pl4_context.cpp:961 ] [spotify:user:officialfoofighters:playlist:0lCrLmNBrlKCcvzw7yM3Gy] Snapshot-updated to revision 0,726f6f7400000000000000000000000000000000 11:46:54.028 3 [playlist_be_pl4_context.cpp:961 ] [spotify:user:myplay.com:playlist:4DQZZcjLfMmyuXqAEwxB44] Snapshot-updated to revision 0,726f6f7400000000000000000000000000000000 11:46:54.551 3 [playlist_be_pl4_context.cpp:869 ] [spotify:user:spotify:playlist:2IQG07dXXIDGGsLGoismIp] Delta-updated to revision 435,ba38e979a74b9dda2a30f46d6bc01ca033bea5f3 (no new changes) 11:46:55.618 3 [playlist_be_pl4_context.cpp:404 ] [spotify:user:129427102:collectiontracklist:7iupQlRXKQ1zUl0l6PNDrN] Synchronization starting: DIFF (from revision 421,fcb590a6a3003f9f74d11e45fdbdb6b8febe7986)
Cannot see anything wrong, but I see you have Pipelight installed and unfortunately Spotify loads all NSplugins for some reason.
If you only installed Pipelight for Netflix, maybe you can try removing it and clearing your ~/.wine directory (unless you have other Wine apps installed). Netflix now supports HTML5 in Chrome.
Just a long shot.
sudo apt-get purge pipelight pipelight-multi sudo apt-get --purge autoremove sudo apt-get clean
A mystery indeed.
If this doesn't help or you won't do it, only workaround I can think of is making a script that copies your config and cache to a temp directory before shutdown and then put them back after login.
Hey there you, Yeah, you! 😁 Welcome - we're glad you joined the Spotify Community! While you here, let's have a fun game and get…