Describe the bug
When I use companion for my streamdeck and add a button to Open a program, move the mouse at X and Y position and click. The move position not work and make an error. If I disable the click button that work.
I use:
Beta version of Companion 3.5.0 and Listener 8,2.4 Pro
Open Companion GUI add a button
Make the button open a file
Add a second action for the button to move the mouse in an X and Y position you want
Add a third action for click mouse button
Execute the action in the streamdeck or Test button(same result)
See the action not perform correctly
Parsing JSON error in Listener
The full error JSON
Error parsing JSON: SyntaxError: Unexpected non-whitespace character after JSON at position 114 (line 1 column 115)
Did you put any delay between the actions? If not try 1000ms between each action. If that works lower the delay my first guess is that companion is sending to fast to handle
Describe the bug When I use companion for my streamdeck and add a button to Open a program, move the mouse at X and Y position and click. The move position not work and make an error. If I disable the click button that work.
I use: Beta version of Companion 3.5.0 and Listener 8,2.4 Pro
The full error JSON Error parsing JSON: SyntaxError: Unexpected non-whitespace character after JSON at position 114 (line 1 column 115)
Screenshots