Skip to content
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

mdns: Failed to register IPv6 receiver #67

Closed
sashahilton00 opened this issue Jan 29, 2018 · 14 comments
Closed

mdns: Failed to register IPv6 receiver #67

sashahilton00 opened this issue Jan 29, 2018 · 14 comments

Comments

@sashahilton00
Copy link
Member

Issue by colinramsay
Thursday Jul 13, 2017 at 13:30 GMT
Originally opened as plietar/librespot#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.

> /home/osmc/spotify/librespot --name pi --cache /tmp

INFO:librespot: librespot aa86ebf (2017-07-09). Built on 2017-07-13.
WARN:mdns: Failed to register IPv6 receiver: Error { repr: Os { code: 19, message: "No such device" } }

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
Copy link
Member Author

Comment by jurisv
Thursday Aug 10, 2017 at 08:45 GMT


Same error here.. On a MAC 10.12.6

@sashahilton00
Copy link
Member Author

Comment by vkolotov
Tuesday Sep 12, 2017 at 08:05 GMT


Same error here. RPi with volumio: balbuze/volumio-plugins#82

@sashahilton00
Copy link
Member Author

Comment by CelsoSantos
Tuesday Sep 19, 2017 at 09:11 GMT


I too have this issue on an RPi3 with latest OSMC installed.

@ComlOnline ComlOnline added the bug label Jan 29, 2018
@ComlOnline
Copy link
Contributor

@CelsoSantos @vkolotov @jurisv @colinramsay Is this still an issue?

@CelsoSantos
Copy link

CelsoSantos commented Jan 29, 2018 via email

@ComlOnline
Copy link
Contributor

ComlOnline commented Jan 29, 2018

Thank you.

@sashahilton00
Copy link
Member Author

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
Copy link

@sashahilton00 I get the code: 49 version on MacOS 10.13.2 at the moment, fresh build from master.

@dulakm
Copy link

dulakm commented 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
Copy link

Any workaround so far?

@lrbalt
Copy link
Contributor

lrbalt commented May 4, 2018

I've had succes on a macbook by using a different mdns crate, i.e. using the with-dns-sd feature

@virtastimo
Copy link

This fixed it for me:

osmc@osmc:~$ connmanctl
connmanctl> services
*AO Wired                ethernet_xxxxxxxxxxxxx_cable
connmanctl> config ethernet_xxxxxxxxxxxxx_cable --ipv6 auto
connmanctl> quit

Apparently ipv6 was disabled for some reason.

@roderickvd
Copy link
Member

Confirmed that this is fixed when switching to dns-sd.

@MauricioRojasCareers
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

10 participants