Issues with HTTP API Calls
Posted: Sat Dec 14, 2024 9:40 pm
Hi everyone,
I’m currently working on a project that involves triggering scenes and controlling DMX fixtures in QLC+ using HTTP API calls. While the Web Interface (at http://<IP>:9999) works fine and I can use the Virtual Console buttons from the browser, I’ve run into issues with HTTP commands such as /api/functions and /run_scene.
Here’s what I’ve tried:
1. Enabled the Web Interface in QLC+ Network Settings.
2. Verified that the Web Interface loads successfully on the same computer and other devices on the network.
3. Attempted to call the following endpoints:
• http://<IP>:9999/api/functions – Results in a 404 error.
• http://<IP>:9999/run_scene?scene_name=Blue – Also results in a 404 error.
4. I tested port 9999 using other tools (e.g., telnet), and the Web Interface itself is accessible without issues.
My setup:
• QLC+ Version: 4.13
• Platform: Windows 11
• Web Interface Enabled: Yes
I’ve also tried different project files and restarted QLC+ to ensure the scenes are loaded properly. The test page provided with the QLC+ Web Interface (which uses WebSockets) works as expected, but the HTTP endpoints seem to be non-functional.
So, my questions are:
1. Are HTTP API calls (e.g., /api/functions, /run_scene) supported in the latest version of QLC+?
2. If yes, is there any additional configuration required to enable them?
3. Are there alternative ways to trigger scenes using HTTP or similar protocols?
Any guidance or clarification would be greatly appreciated. I want to confirm if I’m missing something or if the HTTP functionality is not implemented.
Thanks in advance for your help!
I’m currently working on a project that involves triggering scenes and controlling DMX fixtures in QLC+ using HTTP API calls. While the Web Interface (at http://<IP>:9999) works fine and I can use the Virtual Console buttons from the browser, I’ve run into issues with HTTP commands such as /api/functions and /run_scene.
Here’s what I’ve tried:
1. Enabled the Web Interface in QLC+ Network Settings.
2. Verified that the Web Interface loads successfully on the same computer and other devices on the network.
3. Attempted to call the following endpoints:
• http://<IP>:9999/api/functions – Results in a 404 error.
• http://<IP>:9999/run_scene?scene_name=Blue – Also results in a 404 error.
4. I tested port 9999 using other tools (e.g., telnet), and the Web Interface itself is accessible without issues.
My setup:
• QLC+ Version: 4.13
• Platform: Windows 11
• Web Interface Enabled: Yes
I’ve also tried different project files and restarted QLC+ to ensure the scenes are loaded properly. The test page provided with the QLC+ Web Interface (which uses WebSockets) works as expected, but the HTTP endpoints seem to be non-functional.
So, my questions are:
1. Are HTTP API calls (e.g., /api/functions, /run_scene) supported in the latest version of QLC+?
2. If yes, is there any additional configuration required to enable them?
3. Are there alternative ways to trigger scenes using HTTP or similar protocols?
Any guidance or clarification would be greatly appreciated. I want to confirm if I’m missing something or if the HTTP functionality is not implemented.
Thanks in advance for your help!