You are not logged in.
Hi,
after latest kernel update -> 3.9.4.1 i have problem with linux version of spotify. I can log in, i can search for songs but i cannot play selected stream/song. I get some 8 digit error message like : cant connect bla bla try later ... If i look in terminal i see this:
21:53:33.920 I [audio_driver_linux.cpp:25 ] Using Alsa
ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
21:53:34.024 E [audio_streamer_decompressor.cpp:296] playbackError(-2)
21:53:34.482 W [peer_connection.cpp:118 ] 84.184.74.196:51125: P2P ERROR 632
21:53:43.686 E [ap_handler_impl.cpp:1786 ] ChannelError(1, 1, link-tracks)
21:53:44.221 I [recommendations.js:17 ] Failed to get top playlistsI tried reinstalling spotify, building again from source, downgrade, downgrade latest alsa-utils, removing cache and config files but no luck. I found somewhere that kernel might cose problems so i downgrade kernel to 3.9.3.1 and now spotify works. This problem affect only linux version of spotify. Win version runs under wine with no problems. Does anyone else have same problem?
Offline
The error message about P2P may be a red herring on why your music is failing to play/stream, and more likely to do with the previous line/s:
ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slaveI've successfully streamed and played music through the Linux Spotify client, with kernels linux-3.9.4-1-x86_64 and linux-ck-core2-3.9.4-2-x86_64 - I see 632 and 635 errors in both cases, but music still streams and plays, so I think you can disregard that as being the cause.
For comparison;
>aplay -l;lsmod | grep '^snd' | column -t;ls -l /dev/snd;pacman -Qs alsa-lib
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: AD198x Digital [AD198x Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
snd_hda_codec_analog 79909 1
snd_hda_intel 35848 2
snd_hda_codec 144456 2 snd_hda_intel,snd_hda_codec_analog
snd_hwdep 6300 1 snd_hda_codec
snd_pcm 75452 3 snd_hda_codec,snd_hda_intel
snd_page_alloc 7298 2 snd_pcm,snd_hda_intel
snd_timer 18527 2 snd_pcm
snd 58765 9 snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel,thinkpad_acpi,snd_hda_codec_analog
total 0
drwxr-xr-x 2 root root 80 Jun 3 19:10 by-path/
crw-rw----+ 1 root audio 116, 7 Jun 3 19:10 controlC0
crw-rw----+ 1 root audio 116, 2 Jun 3 19:10 controlC29
crw-rw----+ 1 root audio 116, 6 Jun 3 19:10 hwC0D0
crw-rw----+ 1 root audio 116, 5 Jun 3 19:10 pcmC0D0c
crw-rw----+ 1 root audio 116, 4 Jun 3 19:13 pcmC0D0p
crw-rw----+ 1 root audio 116, 3 Jun 3 19:10 pcmC0D1p
crw-rw---- 1 root audio 116, 1 Jun 3 19:10 seq
crw-rw----+ 1 root audio 116, 33 Jun 3 19:10 timer
local/alsa-lib 1.0.27.1-1Offline
Thanx for the answer. Luck of time and "fix bin" update took my attention from spotify problem. I can report that after successfull upgrade, counting kernel update to 3.9.4-1, spotify works normaly as before.
Offline