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

docker run error: zeroconf.NoneUniqueNameException #17

Closed
Neustradamus opened this issue Apr 16, 2021 · 2 comments
Closed

docker run error: zeroconf.NoneUniqueNameException #17

Neustradamus opened this issue Apr 16, 2021 · 2 comments

Comments

@Neustradamus
Copy link
Contributor

Originally: ckdo#7

@adrianzhang commented Sep 23, 2020

I git clone the source code and followed the instructions to create docker image and run it. However it gives me an error:

[root@mini airplay2-receiver]# docker run -it --rm --device /dev/snd --env AP2IFACE=enp1s0 --net host invano/ap2-receiver
[ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
Interface: enp1s0
IPv4: 192.168.1.5
IPv6: 240e:325:c:cf00:2e0:4cff:fe68:39b2

Traceback (most recent call last):
File "ap2-receiver.py", line 737, in
mdns = register_mdns(args.mdns)
File "ap2-receiver.py", line 659, in register_mdns
zeroconf.register_service(info)
File "/usr/local/lib/python3.7/dist-packages/zeroconf/init.py", line 2464, in register_service
self.check_service(info, allow_name_change, cooperating_responders)
File "/usr/local/lib/python3.7/dist-packages/zeroconf/init.py", line 2628, in check_service
raise NonUniqueNameException
zeroconf.NonUniqueNameException

Don't worry about using root account, it is just a test computer. Thank you !

@adrianzhang commented Sep 23, 2020

There is a Airplay printer, other airplay android devices running in same network, however these clients working well.

@systemcrash
Copy link
Member

I'm going to close this without further info. There have been a number of improvements to ZC recently, and main has tons of fixes also.

@Neustradamus
Copy link
Contributor Author

@adrianzhang: It is good for you?

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

No branches or pull requests

2 participants