fwenzel / ciaociao

A Bonjour/Zeroconf service discovery add-on for Firefox
https://addons.mozilla.org/addon/ciaociao/
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Not working on RHEL 6 with firefox 38 #12

Closed eobu closed 6 years ago

eobu commented 7 years ago

When clicking its button, it immediately says "No services found!". I'm a using avahi-publish to send out _http._tcp dns-sd service announcements, and avahi-browse sees them. I am assuming ciaociao won't work with such an old version of firefox, but wanted to check with you on this.

fwenzel commented 7 years ago

It might be the Firefox version, I do not know. It could also be the path:

https://github.com/fwenzel/ciaociao/blob/master/src/lib/services/avahi.js#L7

We're expecting it to be on /usr/bin/avahi-browse. Where is your binary? You can look at the browser console and perhaps catch an error message.

fwenzel commented 6 years ago

Closing this for now: The file is available in the expected location as shown here: https://www.rpmfind.net/linux/RPM/fedora/devel/rawhide/x86_64/a/avahi-tools-0.7-6.fc28.x86_64.html

Please reopen if you have more info!