-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Unable to start spotifyd with local build #82
Comments
|
Getting alsamixer crashes now. I'm going to look into building a 64bit spotifyd from source. |
I've found a stable fix:
I was getting a bad credentials error when starting spotifyd and also had to do the following:
|
Good work! I experimented with spotify-player but I did manage at one point to get everything working with spotifyd. The redirect issue is a separate spotify oauth2 integration. For me the redirect works but the device list shows empty because spotifyd is failing. |
I didn't run into any issues (device list or otherwise) after doing all those steps above. I can cast music to the Pi from my laptop or ask the Pi to play something directly. I'd look into fixing this and submitting another pull request but I ended up switching back to my Echo Dot as wake word detection wasn't great (especially when there's background music, which is pretty much a constant in my house). Hopefully the steps I listed above help though! Good luck. |
Running setup.sh without the
--no-build
flag causes spotifyd to crash on start with the following error:/usr/local/bin/spotifyd: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
. There is no error when running with the--no-build
flag, but this causes other issues (see #80).Entering the Docker container I see that
libasound2-dev
is installed and libasound.so.2 is located under/usr/lib/aarch64-linux-gnu/libasound.so.2
.I tried specifying the library location before running spotifyd without any success:
The binary should match my architecture (
uname -m = aarch64
). Regardless, I've tried downloading the spotifyd binaries compiled for other architectures to no avail.The text was updated successfully, but these errors were encountered: