HTML range slider to Flask with AJAX call
问题 I have a HTML control panel with various buttons and sliders. All of the buttons are operational and when clicked send a post request which my Python app receives and then executes functions. I cannot seem to get the slider controls to work, When I adjust the slider I get the following error: werkzeug.exceptions.BadRequestKeyError: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand. KeyError: 'button' This is promising as at least I can see it trying