mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #67] mdns: Failed to register IPv6 receiver #56
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#56
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 @sashahilton00 on GitHub (Jan 29, 2018).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/67
Thursday Jul 13, 2017 at 13:30 GMT
Originally opened as https://github.com/plietar/librespot/issues/217
This setup worked until recently. I run this on a Raspberry Pi powered by OSMC, so it could be related to their most recent update, but it's hard to debug where the problem lies.
After that there's no more output and it doesn't show as a device to connect to. Previously this worked like a charm. Any pointers? Thanks!
@sashahilton00 commented on GitHub (Jan 29, 2018):
Thursday Aug 10, 2017 at 08:45 GMT
Same error here.. On a MAC 10.12.6
@sashahilton00 commented on GitHub (Jan 29, 2018):
Tuesday Sep 12, 2017 at 08:05 GMT
Same error here. RPi with volumio: https://github.com/balbuze/volumio-plugins/issues/82
@sashahilton00 commented on GitHub (Jan 29, 2018):
Tuesday Sep 19, 2017 at 09:11 GMT
I too have this issue on an RPi3 with latest OSMC installed.
@ComlOnline commented on GitHub (Jan 29, 2018):
@CelsoSantos @vkolotov @jurisv @colinramsay Is this still an issue?
@CelsoSantos commented on GitHub (Jan 29, 2018):
I'd need to check the logs to see the exact message but symptoms sound
about right with my not working installation
On Mon, 29 Jan 2018, 19:18 Colm, notifications@github.com wrote:
@ComlOnline commented on GitHub (Jan 29, 2018):
Thank you.
@sashahilton00 commented on GitHub (Jan 29, 2018):
I'm still seeing this, though I get a slightly diferent variant:
WARN:mdns: Failed to register IPv6 receiver: Error { repr: Os { code: 49, message: "Can\'t assign requested address" } }@johncalvinyoung commented on GitHub (Feb 11, 2018):
@sashahilton00 I get the
code: 49version on MacOS 10.13.2 at the moment, fresh build from master.@dulakm commented on GitHub (Mar 4, 2018):
Reporting the same issue here:
Mar 04 12:05:08 osmc librespot[12769]: WARN:mdns: Failed to register IPv6 receiver: Error { repr: Os { code: 19, message: "No such device" } }Libresport was working seamlessly until this week. Can't remember anything that would cause it stop working.
@moritzschaefer commented on GitHub (May 3, 2018):
Any workaround so far?
@lrbalt commented on GitHub (May 4, 2018):
I've had succes on a macbook by using a different mdns crate, i.e. using the
with-dns-sdfeature@virtastimo commented on GitHub (Jun 1, 2018):
This fixed it for me:
Apparently ipv6 was disabled for some reason.
@roderickvd commented on GitHub (May 25, 2021):
Confirmed that this is fixed when switching to
dns-sd.@MauricioRojasCareers commented on GitHub (May 26, 2022):
On MacOS, I built it using this command:
cargo build --release --features with-dns-sd
then ran librespot and it worked! Problem solved!
Used this as a reference: https://github.com/librespot-org/librespot/wiki/Compiling#addition-features