I finally decided to upgrade to the new monitor and am now getting this error.
nate@nate-NUC10i5FNK:~/Desktop/mmfr$ mpf monitor
INFO : root : Loading MPF Monitor
ERROR : root : 'QSortFilterProxyModel' object has no attribute 'setRecursiveFilteringEnabled'
Traceback (most recent call last):
File "/home/nate/.local/lib/python3.6/site-packages/mpfmonitor/commands/monitor.py", line 107, in __init__
run(machine_path=machine_path, thread_stopper=thread_stopper, config_file=args.configfile)
File "/home/nate/.local/lib/python3.6/site-packages/mpfmonitor/core/mpfmon.py", line 298, in run
MPFMonitor(app, machine_path, thread_stopper, config_file, testing=testing)
File "/home/nate/.local/lib/python3.6/site-packages/mpfmonitor/core/mpfmon.py", line 54, in __init__
self.device_window = DeviceWindow(self)
File "/home/nate/.local/lib/python3.6/site-packages/mpfmonitor/core/devices.py", line 317, in __init__
self.attach_model()
File "/home/nate/.local/lib/python3.6/site-packages/mpfmonitor/core/devices.py", line 369, in attach_model
self.filtered_model.setRecursiveFilteringEnabled(True)
AttributeError: 'QSortFilterProxyModel' object has no attribute 'setRecursiveFilteringEnabled'
INFO : root : Stopping child threads... (0 remaining)
INFO : root : All child threads stopped.
I've tried uninstalling monitor and re installing....same problem