Spotify connect 2 Login not working

Volumio Information

Volumio Version: 2.882-2021-04-24-pi
Hardware: Pi3 B+
DAC: Headphone

Hello,

since a few weeks the spotify plugin suddenly crashes and i can’t play any songs from spotify.
It says that the login to my spotify account fails due to wrong user or pw, but that’s not the case.
Loaded new volumio on the pi, but the problem still shows up…any ideas??

thanks

br stefan

Hey, same here !

Got a Pi in my living room and in my working room and both stopped this morning, can’t reconnect to Spotify with both !

Could you share some logs?

Either a link to a full debug log or a quick snippet from the /dev page using the livelog feature or via ssh.

# Volumio logs
journalctl -f 
# vollibrespot logs
journalctl -f -o cat -u volspotconnect2.service

Please do this while trying to login (directly with your credentials) or via the Discovery mode.

Hello ashthespy and thanks for the quick answer, here is what I have on the live log :

Starting Live Log...
info: CALLMETHOD: system_controller system enableLiveLog true
info: CoreCommandRouter::executeOnPlugin: system , enableLiveLog
info: Launching a new LiveLog session
info: Listing playlists
info: CoreCommandRouter::executeOnPlugin: appearance , getUiSettings
info: CoreCommandRouter::executeOnPlugin: wizard , getShowWizard
info: CoreCommandRouter::executeOnPlugin: system , getShowWizard
info: CoreCommandRouter::executeOnPlugin: system , getPrivacySettings
info: CoreCommandRouter::executeOnPlugin: my_volumio , getMyVolumioStatus
info: CALLMETHOD: system_controller system enableLiveLog true
info: CoreCommandRouter::executeOnPlugin: system , enableLiveLog
info: Launching a new LiveLog session
info: Killing previous LiveLog session
process exited with code nullinfo: Live Log process terminated: null
info: CoreCommandRouter::getUIConfigOnPlugin
info: CALLMETHOD: music_service spop saveSpotifyAccount [object Object]
info: CoreCommandRouter::executeOnPlugin: spop , saveSpotifyAccount
volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/systemctl start spop.service
pam_unix(sudo:session): session opened for user root by (uid=0)
pam_unix(sudo:session): session closed for user root
info: The following error occurred while starting SPOPD: Error: Command failed: /usr/bin/sudo /bin/systemctl start spop.service
Failed to start spop.service: Unit spop.service is masked.

EDIT : on the other Pi I have with the same setup, I can brute force my reconnection, but doesn’t seem to play music either, here is the log :

info: CoreStateMachine::play index undefined
info: CoreStateMachine::setConsumeUpdateService undefined
info: CorePlayQueue::getTrack 1
info: CoreStateMachine::startPlaybackTimer
info: CorePlayQueue::getTrack 1
info: [1624458688446] ControllerSpop::clearAddPlayTrack
info: {“uri”:“spotify:track:2AGw02FLregDr4QQ2LbzIq”,“service”:“spop”,“name”:“Alphabet Insanity”,“artist”:“Mac Lethal”,“album”:“Alphabet Insanity”,“type”:“song”,“duration”:114,“tracknumber”:1,“albumart”:“https://i.scdn.co/image/ab67616d0000b2737fa81ea58e39fe8f59cc25b9",“samplerate”:“320Kbps”,“bitdepth”:"16 bit”,“trackType”:“spotify”}
info: [1624458688447] ControllerSpop::sendSpopCommand
info: ADDING DEFER FOR COMMAND uplay
error: SPOP command error: Error: This socket has been ended by the other party
info: CorePlayQueue::getTrack 1
info: CorePlayQueue::getTrack 2
info: Prefetching next song

Hello ashthespy thanks for your help, please see log below:

Starting Live Log…
info: CoreStateMachine::startPlaybackTimer
info: CorePlayQueue::getTrack 0
info: [1624461099951] ControllerSpop::clearAddPlayTrack
info: {“uri”:“spotify:track:2VIocVpYHFqGUnAnpctzM5”,“service”:“spop”,“name”:“Bossa Nova Nights”,“artist”:“Jack Jezzro”,“album”:“Cocktails & Bossa”,“type”:“song”,“duration”:278,“tracknumber”:12,“albumart”:“https://i.scdn.co/image/ab67616d0000b273afcb0dce55ecdb96ac28b43f",“samplerate”:“320Kbps”,“bitdepth”:"16 bit”,“trackType”:“spotify”}
info: [1624461099951] ControllerSpop::sendSpopCommand
info: ADDING DEFER FOR COMMAND uplay
error: SPOP command error: Error: This socket has been ended by the other party
info: CALLMETHOD: system_controller system enableLiveLog true
info: CoreCommandRouter::executeOnPlugin: system , enableLiveLog
info: Launching a new LiveLog session
info: CoreCommandRouter::volumioPlay
UNSET VOLATILE
info: CoreStateMachine::play index undefined
info: CoreStateMachine::setConsumeUpdateService undefined
info: CorePlayQueue::getTrack 0
info: CoreStateMachine::startPlaybackTimer
info: CorePlayQueue::getTrack 0
info: [1624461124946] ControllerSpop::clearAddPlayTrack
info: {“uri”:“spotify:track:2VIocVpYHFqGUnAnpctzM5”,“service”:“spop”,“name”:“Bossa Nova Nights”,“artist”:“Jack Jezzro”,“album”:“Cocktails & Bossa”,“type”:“song”,“duration”:278,“tracknumber”:12,“albumart”:“https://i.scdn.co/image/ab67616d0000b273afcb0dce55ecdb96ac28b43f",“samplerate”:“320Kbps”,“bitdepth”:"16 bit”,“trackType”:“spotify”}
info: [1624461124947] ControllerSpop::sendSpopCommand
info: ADDING DEFER FOR COMMAND uplay
error: SPOP command error: Error: This socket has been ended by the other party
info: CALLMETHOD: system_controller system enableLiveLog false
process exited with code null

Your log is related to the plugin Spotify (using spop), not Spotify connect.
What do you want to use?

sorry i’m a complete retard, i will try with spotify connect now.