2019-05-18 21:01:43,772 : EventManager : Event: ======'player_mode_instruction_colour'====== Args={'value': 'DARKRED', 'prev_value': 'DARKGREEN', 'change': True, 'player_num': 1}
2019-05-18 21:01:43,774 : mpfmc : There is a mismatch between the number of values available and the number of values required to animate the following properties in the Rectangle widget: ['color'] (animation will be ignored).
2019-05-18 21:01:43,774 : kivy : Base: Leaving application in progress...
2019-05-18 21:01:43,775 : kivy : Exception while processing RegisteredHandler(callback=<bound method Widget.start_animation_from_event of <Rectangle Widget id=None>>, priority=1, kwargs={'event_name': 'player_mode_instruction_colour'}, key=UUID('6021dcb6-54e2-4f04-bbd0-8f514f07ef69'), condition=None, blocking_facility=None) for event player_mode_instruction_colour
Traceback (most recent call last):
File "c:\users\gregs\appdata\local\programs\python\python36\lib\site-packages\mpf\core\events.py", line 657, in _run_handlers
result = handler.callback(**merged_kwargs)
File "c:\users\gregs\appdata\local\programs\python\python36\lib\site-packages\mpfmc\uix\widget.py", line 612, in start_animation_from_event
self.config['animations'][event_name], kwargs)
File "c:\users\gregs\appdata\local\programs\python\python36\lib\site-packages\mpfmc\uix\widget.py", line 578, in build_animation_from_config
final_animation = reduce(lambda x, y: x + y, animation_sequence_list)
TypeError: reduce() of empty sequence with no initial value
...