You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that if you start MacroDeck first, then OBS, the plugin does not detect startup of OBS and then try to re-establish a connection. It only does this if the configuration button is clicked and a connection is established, or if the OBS toggle connection action is used. This stops the ability of using MacroDeck to open OBS before using OBS actions. This also forces the user to have to restart MacroDeck if OBS were to crash/restart mid session.
The text was updated successfully, but these errors were encountered:
MrMcKenzie
changed the title
Bug: The plugin does not detect OBS connection if OBS is started after MacroDeck
[Bug] The plugin does not detect OBS connection if OBS is started after MacroDeck
Apr 6, 2024
I also think that there should be an option for retrying connection to OBS if there's none active (and a button is configured in macro deck), but in its absence, you can work around it by adding a condition to every OBS-controlling button, before the actual button action: if obs_default_connected (for default connection) is false, then toggle OBS connection. You may need to add a small delay inside if's body right after toggling connection, since connecting takes a moment and action will fail if there's no delay.
I've noticed that if you start MacroDeck first, then OBS, the plugin does not detect startup of OBS and then try to re-establish a connection. It only does this if the configuration button is clicked and a connection is established, or if the OBS toggle connection action is used. This stops the ability of using MacroDeck to open OBS before using OBS actions. This also forces the user to have to restart MacroDeck if OBS were to crash/restart mid session.
The text was updated successfully, but these errors were encountered: