-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spotifyd just stops itself when sending from another spotify account #246
Comments
This works if you don't fill in any credendials in the config file (just uncomment with #). |
But I guess in that case you are not able to control it anymore from another network, right? Any way to get both working? |
I experienced this issue yesterday, when a friend tried to play music from his account (from my phone). Either the username and password fields are present in the configuration file. I also tested playing music from his phone with my account, that works as expected. I observe that a credentials.json file is generated in the cache_path which contains my username. Is possible that this might be causing the authentication to "lock up" against my account ? edit: both accounts are spotify premium accounts, and work flawlessly when using spotfiy connect against other devices |
I can confirm this issue. My Daemon is running on Ubuntu 18.04.2 LTS. Both accounts are premium. As a quick and dirty Workaround I inserted the following line into my spotfyd.service-File:
and changed:
This way the first attempt of connecting a different user always results in a crash of the daemon but the second (after waiting 5sec for the daemon to restart) works. Is there a chance of getting this to work without a crash? |
I can take a look at it. It's a duplicate of #181 as far as I can tell, so I'll close this for now. |
I connected spotifyd to a premium account. It advertises itself in the network, and I'm able to play to it.
It's also visible to other Spotify users on the local network. However, when they try to connect to the spotifyd instance, spotifyd simply exits:
Is this behaviour known? Can we make spotifyd usable as a destination for multiple accounts, at least premium accounts?
I'd like to use it as a headless loudspeaker, also usable by guests (not sharing the same spotify credentials).
Maybe related: #181
The text was updated successfully, but these errors were encountered: