I did a clean total reinstallation of my RPI3 under Raspbian Buster. Always the same problem, module blocked after a few minutes.
Can we think of a bug?
I will reinstall MMM-Spotify with only 1 account configured to see if the problem recurs.
I did a clean total reinstallation of my RPI3 under Raspbian Buster. Always the same problem, module blocked after a few minutes.
Can we think of a bug?
I will reinstall MMM-Spotify with only 1 account configured to see if the problem recurs.
Hi !
Thirst, thanks to the devs for this module and the multi account function !
I have a problem with the module. After some songs, the module stay stuck on a song.
I have only some modules on my MM, and all others modules work fine.
We are 2 at home, with 2 premium account and 1 Spotify Connect receiver. We mainly use le Spotify Connect receiver.
The problem occurs with all the revceivers (Spotify connect or smartphones).
Do you have an idea of the problem ?
[
{
"USERNAME": "First user",
"CLIENT_ID" : "xxx",
"CLIENT_SECRET" : "yyy",
"AUTH_DOMAIN" : "http://localhost",
"AUTH_PATH" : "/callback",
"AUTH_PORT" : "8888",
"SCOPE" : "user-read-private app-remote-control playlist-read-private streaming user-read-playback-state user-modify-playback-state",
"TOKEN" : "./firstuser_token.json"
},
{
"USERNAME": "Second user",
"CLIENT_ID" : "zzz",
"CLIENT_SECRET" : "www",
"AUTH_DOMAIN" : "http://localhost",
"AUTH_PATH" : "/callback",
"AUTH_PORT" : "8888",
"SCOPE" : "user-read-private app-remote-control playlist-read-private streaming user-read-playback-state user-modify-playback-state",
"TOKEN" : "./seconduser_token.json"
}
]