Closed simonseres closed 1 year ago
you can get debug output by changing the last line in your config file to logging.log_level = debug
Hi. Sorry for the delay. Take a look at FAQ.md ( https://github.com/ravelox/pimidi/blob/master/FAQ.md#1-external-software-tries-to-connect-to-raveloxmidi-over-ipv6 ) as I think you still have Avahi configured to broadcast availability on IPv6 and you should turn it off.
Thanks
Dave
Hello! Thanks for making this piece of software! :) My goal is a simple Raspberry based Foot Controller to cycle through Main Stage presets.
I can start the service
sudo raveloxmidi -d
and see verbose debug output:but starting it with that config file
through
sudo raveloxmidi -dN -c ~/raveloxmidi.conf
, I don't get anything on stdout - thus I'm not sure where it gets stuck.I can see in macOS that raveloxmidi has been advertised correctly and shows up in the Directory section of MIDI Network Setup, but I get this error message after hitting "connect":
Debug output would help me troubleshoot - thanks for your help.