mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #1138] Setting up dns-sd failed #530
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#530
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @truppelito on GitHub (Mar 30, 2023).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1138
Describe the bug
I'm on a RaspberryPi 4 using Raspberry Pi OS. All software is up-to-date (I do regular updates, as far as I can tell everything is up-to-date). Librespot is installed but is unable to run due to some DNS error.
To reproduce
Run the following command:
Additional context
Sometimes (this is not 100% consistent, I think), it seems like librespot works for some time after reboot, then eventually stops showing up on Spotify on my phone or computer, then I try to get it to run again but it produces the error above. I can confirm that the command has worked in the past, and that this is a relatively recent bug (maybe in the last few months).
@kingosticks commented on GitHub (Mar 30, 2023):
From what I can see, Mdns error 105 is probably not a librespot bug.
https://blog.mphomphego.co.za/blog/2017/06/28/why-am-i-getting-errno105-no-buffer-space-available-when-subscribing-to-multicast-addresses.html looks relevent.
@truppelito commented on GitHub (Mar 30, 2023):
That seems to have fixed it! I'm closing this bug report. In case this problem comes back, I'll open it again.