-
Notifications
You must be signed in to change notification settings - Fork 1
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
[BUG] Avahi error: Setting up dns-sd failed: I/O error: No such file or directory (os error 2) #103
Comments
Hello, this is happening to me as well. It must be due to some changes in librespot, I have to investigate. |
The issue is with discovery. Should you run the container with DISABLE_DISCOVERY=y and with credentials (see here for how to add credentials), the app works as intended. |
Wasn't entirely sure whether this is the right place to open an issue or if librespot would have been better suited. More or less only wanted to make you aware that |
Hello, thank you. I had not noticed yet. I checked the last raspotify release notes and I was too optimistic thinking that there wouldn't be any impact. Furthermore, it's more the underlying software that changes, that's the reason why I build the latest image every day. So there is a risk anyway, but if I didn't do that, I would have to just trigger releases for no change in the docker image definition just to keep up with the changes in raspotify/librespot. I am about to try raspotify without docker and see if I get the same issue |
Raspotify on its own works perfectly. |
This issue might be related |
I got it working by compiling with libmdns support:
Though I need to verify if the image can be built on all platforms. This test is on my amd64 desktop. |
Would you like to try this image: giof71/librespot:feature-cargo-retry-b02-bookworm
Let me know if this works for you |
Hello, the upcoming builds should restore functionality. The workflow is running right now and should take another 30-35 minutes. |
Describe the bug
Using
latest
:I am getting
which is not the case with image up to
To Reproduce
Steps to reproduce the behavior:
Pull latest image, restart container.
Expected behavior
No avahi error
Docker run command
Using compose, see below
Docker-compose.yaml file
Screenshots
None
Operating system(please complete the following information):
Additional context
None
The text was updated successfully, but these errors were encountered: