okay my bad, i was forgetting to run olad -f to run ola in background and then was ctrl-c shutting it down before going to browser - MASSIVE DERP!
All seems to be running fine now, I disabled the plugins that were causing errors as i don't need them except one error remains for Avahi:olad/AvahiDiscoveryAgent.cpp:342: Failed to add _ola._sub._http._tcpAvahi is installed, but how will the functions of OLA be affected if i ignore/mute this error?
Replies inline.On Wednesday, 15 July 2020 at 01:42:48 UTC+1 joshfr...@gmail.com wrote:okay my bad, i was forgetting to run olad -f to run ola in background and then was ctrl-c shutting it down before going to browser - MASSIVE DERP!Glad you've sorted it!
All seems to be running fine now, I disabled the plugins that were causing errors as i don't need them except one error remains for Avahi:olad/AvahiDiscoveryAgent.cpp:342: Failed to add _ola._sub._http._tcpAvahi is installed, but how will the functions of OLA be affected if i ignore/mute this error?Did you try adding the olad command line flag --no-register-with-dns-sd ?It just means it won't be available via DNS SD. We don't have a full E1.33 implementation yet, so the actual issues will be fairly minor. We could try and troubleshoot them if you'd like? Actually looking at it, mine throws the same error too (unless I disable the option), I'd ignore it for now if I were you!
On Wednesday, 15 July 2020 20:11:09 UTC+8, Peter Newman wrote:Replies inline.On Wednesday, 15 July 2020 at 01:42:48 UTC+1 joshfr...@gmail.com wrote:okay my bad, i was forgetting to run olad -f to run ola in background and then was ctrl-c shutting it down before going to browser - MASSIVE DERP!Glad you've sorted it!yep thanks, has been a while since i tinkered with any of this, seem to have forgotten everything i learned a couple years ago!All seems to be running fine now, I disabled the plugins that were causing errors as i don't need them except one error remains for Avahi:olad/AvahiDiscoveryAgent.cpp:342: Failed to add _ola._sub._http._tcpAvahi is installed, but how will the functions of OLA be affected if i ignore/mute this error?Did you try adding the olad command line flag --no-register-with-dns-sd ?It just means it won't be available via DNS SD. We don't have a full E1.33 implementation yet, so the actual issues will be fairly minor. We could try and troubleshoot them if you'd like? Actually looking at it, mine throws the same error too (unless I disable the option), I'd ignore it for now if I were you!cool, all seems to be running okay
except i can only seem to get it working with artnet on broadcast (not unicast) SACN works fine though and i use mad mapper now so am just using that.
So I did a bit more digging after you mentioned it, and it turns out this was actually a bug in the error logging in the Avahi code which has been present since it was written! If it failed to add them it wouldn't log an error, the rest of the time it was actually logging the okay error! That's now fixed here and will be in the next release:
except i can only seem to get it working with artnet on broadcast (not unicast) SACN works fine though and i use mad mapper now so am just using that.Are you doing Mad Mapper to OLA? There are various Art-Net options here although they should all be for when we're transmitting Art-Net:Perhaps check the forum archives as a few people have commented on using Mad Mapper amongst others. Or look at Wireshark logging.