missionpinball / mpf

Mission Pinball Framework: Open source software to run a real pinball machine.
http://missionpinball.org
MIT License
217 stars 143 forks source link

MPF sends BCP error message with wrong parameter names #1854

Open arthurkehrwald opened 1 week ago

arthurkehrwald commented 1 week ago

If you send a monitor_start message to MPF with a category that does not exist, MPF sends back an error message like this: error?cmd=monitor_start?category=game_vars&error=Invalid category value. This does not match the specification for the error command. cmd should be command and error should be message.