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
We are running generic OSC to connect to qLab via UDP. Upon upgrading from 3.4.3 to 3.5.1, the "Target Port" was blank (and the connection was "Green" as if it was OK). This took a bit of time to diagnose why OSC messages weren't getting through.
It seems there are two bugs here:
Upgrading dropped the target port
Blank target ports should mark the connection as broken, not green (I assume there is probably some edge-case condition here because typically the port should never be blank)
Thanks!
--
Matt
The text was updated successfully, but these errors were encountered:
logicallysynced
added a commit
to logicallysynced/companion-module-generic-osc
that referenced
this issue
Feb 9, 2025
Updated companion yarn dependencies.
Added additional null checks to hostname and targetPort.
Added regex and required fields to hostname and targetPort.
Hey @MattRogish, I've created a PR to address these issues. Will need to wait on module maintainers to review, merge and request inclusion in the next Companion release.
We are running generic OSC to connect to qLab via UDP. Upon upgrading from 3.4.3 to 3.5.1, the "Target Port" was blank (and the connection was "Green" as if it was OK). This took a bit of time to diagnose why OSC messages weren't getting through.
It seems there are two bugs here:
Thanks!
--
Matt
The text was updated successfully, but these errors were encountered: