raspotify: Raspotify stopped working after a year / SYSTEM reinstall didn't help (Vero 4k+, OSMC)
Any chance to help me solve this issue?
I’m running raspotify on OSMC (VERO 4K+) with pulseaudio. It was working fine for a year. Last week or two, when I connect to raspotify, it connects OK.
service.status here
raspotify.service - Raspotify Loaded: loaded (/lib/systemd/system/raspotify.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2020-11-03 14:07:25 CET; 11s ago Process: 1623 ExecStartPre=/bin/mkdir -m 0755 -p /var/cache/raspotify (code=exited, status=0/SUCCESS) Process: 1625 ExecStartPre=/bin/chown raspotify:raspotify /var/cache/raspotify (code=exited, status=0/SUCCESS) Main PID: 1627 (librespot) Memory: 6.7M CGroup: /system.slice/raspotify.service -1627 /usr/bin/librespot --name raspotify (madosmc) --backend alsa --bitrate 320 --cache /var/cache/raspotify --enable-volume-normalisation --linear-volume --initial-volume=
Nov 03 14:07:25 madosmc systemd[1]: Starting Raspotify… Nov 03 14:07:25 madosmc systemd[1]: Started Raspotify. Nov 03 14:07:25 madosmc librespot[1627]: [2020-11-03T13:07:25Z INFO librespot] librespot (raspotify v0.14.0) 6aac8a6 (2020-07-24). Built on 2020-07-26. Build ID: wPNyqn0m Nov 03 14:07:25 madosmc librespot[1627]: [2020-11-03T13:07:25Z WARN libmdns] Failed to register IPv6 receiver: Os { code: 19, kind: Other, message: “No such device” } Nov 03 14:07:25 madosmc librespot[1627]: [2020-11-03T13:07:25Z INFO librespot_core::session] Connecting to AP “gew1-accesspoint-b-82wn.ap.spotify.com:4070” Nov 03 14:07:26 madosmc librespot[1627]: [2020-11-03T13:07:26Z INFO librespot_core::session] Authenticated as “11171064570” ! Nov 03 14:07:26 madosmc librespot[1627]: [2020-11-03T13:07:26Z INFO librespot_playback::audio_backend::alsa] Using alsa sink Nov 03 14:07:26 madosmc librespot[1627]: [2020-11-03T13:07:26Z INFO librespot_core::session] Country: “CZ” Nov 03 14:07:27 madosmc librespot[1627]: [2020-11-03T13:07:27Z INFO librespot_playback::player] Loading <Loud> with Spotify URI spotify:track:2RwGFM7YrPq53XYSEk9eoW Nov 03 14:07:28 madosmc librespot[1627]: [2020-11-03T13:07:28Z INFO librespot_playback::player] <Loud> (232026 ms) loaded `
BUT WHEN I START PLAYING SONG… no sound at all(tried all devices) and in service status is this…

service.status `osmc@madosmc:~$ sudo systemctl status raspotify
- raspotify.service - Raspotify Loaded: loaded (/lib/systemd/system/raspotify.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2020-11-03 14:07:25 CET; 3min 12s ago Process: 1623 ExecStartPre=/bin/mkdir -m 0755 -p /var/cache/raspotify (code=exited, status=0/SUCCESS) Process: 1625 ExecStartPre=/bin/chown raspotify:raspotify /var/cache/raspotify (code=exited, status=0/SUCCESS) Main PID: 1627 (librespot) Memory: 18.4M CGroup: /system.slice/raspotify.service `-1627 /usr/bin/librespot --name raspotify (madosmc) --backend alsa --bitrate 320 --cache /var/cache/raspotify --enable-volume-normalisation --linear-volume --initial-volume=
Nov 03 14:10:35 madosmc librespot[1627]: 17: 0xab001d24 - std:🧵:local::LocalKey<T>::with::h2213c9258ce9c67a Nov 03 14:10:35 madosmc librespot[1627]: 18: 0xab008658 - futures::future::Future::wait::h648a3718536bde53 Nov 03 14:10:35 madosmc librespot[1627]: 19: 0xab001858 - std::sys_common::backtrace::__rust_begin_short_backtrace::h34ff2c5cefca6e3d Nov 03 14:10:35 madosmc librespot[1627]: 20: 0xab01ded8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h581f1baab70f4017 Nov 03 14:10:35 madosmc librespot[1627]: 21: 0xab4348c8 - <alloc::boxed::Box<F> as core::ops::function::FnOnce>::call_once::hb42eae37b0651b8e Nov 03 14:10:35 madosmc librespot[1627]: at /rustc/5c1f21c3b82297671ad3ae1e8c942d2ca92e84f2/src/liballoc/boxed.rs:1076 Nov 03 14:10:35 madosmc librespot[1627]: 22: 0xab4348c8 - <alloc::boxed::Box<F> as core::ops::function::FnOnce>::call_once::h51216037af35b9c0 Nov 03 14:10:35 madosmc librespot[1627]: at /rustc/5c1f21c3b82297671ad3ae1e8c942d2ca92e84f2/src/liballoc/boxed.rs:1076 Nov 03 14:10:35 madosmc librespot[1627]: 23: 0xab4348c8 - std::sys::unix:🧵:Thread:🆕:thread_start::hcd96612ae799c481 Nov 03 14:10:35 madosmc librespot[1627]: at src/libstd/sys/unix/thread.rs:87 `
I already reinstalled everything, today even whole system, but no change at all…
Thanks for you time!
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 22
And use triple backticks ``` for terminal output so it doesn’t line wrap. It makes it easier to read.