Commands not executing
Posted: 15 Sep 2023 22:24
Context:
Hi I'm new to Proppfrexx and I want to use it as a simple playlist music player which will communicate (using http post) the data about the current song to other programs. Also from other programs I send some commands (using osc) to trigger things on Proppfrexx.
Issue:
Commands are not triggering. Short video showing the problem:
Also some of the actions that didn't trigger when the button was pressed, sometimes trigger minutes later. Its acts as if its saving the commands in a queue and leaving them for later.
More Context:
I'm sending some information when the track is changed and while being played

I checked that the path where the jpg image is being written is valid.
But I've noticed that if the HTTP server is not running is when I get the problems. Does Proppfrexx require confirmation that the HTTP request was successful in order to keep working? Is there another protocol that sends information without worrying about if it's being listen to? Should I Use OSC instead?
Am I doing something wrong? Is this the expected behavior?
Hi I'm new to Proppfrexx and I want to use it as a simple playlist music player which will communicate (using http post) the data about the current song to other programs. Also from other programs I send some commands (using osc) to trigger things on Proppfrexx.
Issue:
Commands are not triggering. Short video showing the problem:
A video from YouTube usually appears here. Please contact an administrator.
For example in General Settings/Events/Commands/Custom I have the OnUser1 action set so that it triggers MAIN_VOLUME_SLIDE 0. If I press that button on the User Commands UI it doesn't trigger the command if I'm playing music. Before playing it works. If I press the "Test" button inside the Edit menu when configuring the action it works as expected but some times has a slight delay.Also some of the actions that didn't trigger when the button was pressed, sometimes trigger minutes later. Its acts as if its saving the commands in a queue and leaving them for later.
More Context:
I'm sending some information when the track is changed and while being played

I checked that the path where the jpg image is being written is valid.
But I've noticed that if the HTTP server is not running is when I get the problems. Does Proppfrexx require confirmation that the HTTP request was successful in order to keep working? Is there another protocol that sends information without worrying about if it's being listen to? Should I Use OSC instead?
Am I doing something wrong? Is this the expected behavior?