We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any thoughts on this error?
forego | starting cname.1 on port 17100 cname.1 | Traceback (most recent call last): cname.1 | File "/usr/src/app/cname.py", line 93, in <module> cname.1 | main() cname.1 | File "/usr/src/app/cname.py", line 81, in main cname.1 | status = publisher.publish_cname(cname, True) cname.1 | File "/usr/local/lib/python3.9/site-packages/mpublisher/mpublisher.py", line 117, in publish_cname cname.1 | group.AddRecord(avahi.IF_UNSPEC, avahi.PROTO_UNSPEC, dbus.UInt32(0), cname.encode("ascii"), cname.1 | File "/usr/local/lib/python3.9/site-packages/dbus/proxies.py", line 72, in __call__ cname.1 | return self._proxy_method(*args, **keywords) cname.1 | File "/usr/local/lib/python3.9/site-packages/dbus/proxies.py", line 141, in __call__ cname.1 | return self._connection.call_blocking(self._named_service, cname.1 | File "/usr/local/lib/python3.9/site-packages/dbus/connection.py", line 634, in call_blocking cname.1 | reply_message = self.send_message_with_reply_and_block( cname.1 | dbus.exceptions.DBusException: org.freedesktop.Avahi.NotSupportedError: Not supported
The text was updated successfully, but these errors were encountered:
Nope, first guess would be to check what name you were trying to use, but other than that it will be digging in the avahi dbus doc/src
Sorry, something went wrong.
Maybe you're trying to use it on a macOS host? https://stackoverflow.com/questions/44078097/how-do-i-advertise-and-browse-mdns-from-within-docker-container
No branches or pull requests
Any thoughts on this error?
The text was updated successfully, but these errors were encountered: