Hello,
I have a brand new Raspberry Pi 4 with 8 GB of RAM
The connection is via a Ethernet Cable
My internet connection has around 20 MBit/s
So I think the basis of the setup is pretty stable.
My problem:
When I freshly write the image to a SD-Card Spotify Connect works flawless.
As soon as I remove the power (I do not shut down the Pi - I just pull the plug) the problem starts.
(I also tried it with shutting it down)
If I connect with Spotify Connect it only plays a few seconds (2-3 seconds) and then pauses. If I hit play again, it again pauses after 2 seconds.
Sometimes it also disconnects but that is not often happening.
So far what I see in the logs, when the event happens:
info: [1695505516984] ControllerSpotify::pushState
info: CoreCommandRouter::servicePushState
info: CoreStateMachine::pushState
info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
info: CoreCommandRouter::volumioPushState
[SpotifyConnect] Sink acquired
info: Acquiring new spotify session
info: CoreCommandRouter::volumioStop
info: CoreStateMachine::stop
info: CoreStateMachine::serviceStop
info: CoreCommandRouter::serviceStop
[SpotifyConnect] Spotify Received stop
[Vollibrespot] : Pause
[Vollibrespot] : Event: Pause { track_id: SpotifyId { id: 110297920219393966574960660487925683060, audio_type: Track }, position_ms: 1648 }
[SpotifyConnect] Pause
[SpotifyConnect] pause
or a bit more detailed:
info: Checking Spotify Web API
[SpotifyConnect] Vollibrespot Active
info: CoreStateMachine::setConsumeUpdateService undefined
info: [1695505517995] ControllerSpotify::pushState
info: CoreCommandRouter::servicePushState
info: CoreStateMachine::pushState
info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
info: CoreCommandRouter::volumioPushState
[Vollibrespot] : Event: SinkInactive
[Vollibrespot] : Event: PlaybackStopped { track_id: SpotifyId { id: 110297920219393966574960660487925683060, audio_type: Track } }
[SpotifyConnect] PlaybackInactive
info: [1695505518025] ControllerSpotify::pushState
info: CoreCommandRouter::servicePushState
info: CoreStateMachine::pushState
info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
info: CoreCommandRouter::volumioPushState
kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
[Vollibrespot] : Event: Play { track_id: SpotifyId { id: 110297920219393966574960660487925683060, audio_type: Track }, position_ms: 2036 }
[SpotifyConnect] play
[Vollibrespot] : Event: SinkActive
[SpotifyConnect] There Goes The Fear
info: [1695505657743] ControllerSpotify::pushState
info: CoreCommandRouter::servicePushState
info: CoreStateMachine::pushState
info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
info: CoreCommandRouter::volumioPushState
[SpotifyConnect] Sink acquired
info: Acquiring new spotify session
info: CoreCommandRouter::volumioStop
info: CoreStateMachine::stop
info: CoreStateMachine::serviceStop
info: CoreCommandRouter::serviceStop
[SpotifyConnect] Spotify Received stop
[Vollibrespot] : Pause
[Vollibrespot] : Event: Pause { track_id: SpotifyId { id: 110297920219393966574960660487925683060, audio_type: Track }, position_ms: 2652 }
[SpotifyConnect] Pause
[SpotifyConnect] pause
[SpotifyConnect] There Goes The Fear
info: Checking Spotify Web API
[SpotifyConnect] Vollibrespot Active
info: CoreStateMachine::setConsumeUpdateService undefined
info: [1695505658757] ControllerSpotify::pushState
info: CoreCommandRouter::servicePushState
info: CoreStateMachine::pushState
info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
info: CoreCommandRouter::volumioPushState
[Vollibrespot] : Event: SinkInactive
[Vollibrespot] : Event: PlaybackStopped { track_id: SpotifyId { id: 110297920219393966574960660487925683060, audio_type: Track } }
[SpotifyConnect] PlaybackInactive
info: [1695505658785] ControllerSpotify::pushState
info: CoreCommandRouter::servicePushState
info: CoreStateMachine::pushState
info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
info: CoreCommandRouter::volumioPushState
and that repeats all the time i hit play.
If I uninstall and/or disable the spotify-plugin the problem is not going away.
Does anyone have any helpful information how to solve this issue.
Thanks in advance
Björn