All seems to run just fine, but randomly I'm receiving this message when I start my python application
SystemError: DBus cannot connect to the OMXPlayer process
if I kill the process and run it again it runs just fine.
Is there any way to catch the dbus connection error, so that I can kill the script and let my watchdog run it again ?
Thanks