Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] TCP / HTTP remote control no longer working after update to 3.2.1 #2768

Closed
2 tasks done
raugert opened this issue Feb 25, 2024 · 2 comments
Closed
2 tasks done
Labels
BUG Something isn't working
Milestone

Comments

@raugert
Copy link

raugert commented Feb 25, 2024

Is this a bug in companion itself or a module?

  • I believe this to be a bug in companion

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

TCP Remote triggering no longer working after update to 3.2.1. Tried with new commands and depricated commands. I get a message received acknowledged, but button doesn't execute the command.
HTTP triggering works the first time the request is sent but then no longer works ?

I see the entry in the companion log. I am using my own TCP client app for testing purposes. I have also tried with "PacketSender" app and got the same result. The objective is to update my "vMix Panel Builder" app to comply with the latest companion command updates..

Steps To Reproduce

No response

Expected Behavior

No response

Environment (please complete the following information)

- OS: MAC Sonoma 14.2
- Browser: 
- Companion Version: 3.2.1

Additional context

No response

@raugert raugert added the BUG Something isn't working label Feb 25, 2024
@Julusian Julusian added this to the v3.2 milestone Feb 25, 2024
@Julusian
Copy link
Member

Are you sending a newline after each TCP command?
I have just checked and the TCP api is working fine for me, tested with telnet on the command line.

And I can't explain the http not working for you, I use that daily without issue. I was using the old api on 3.2.1 until yesterday when I updated the external tool to the new api

@raugert
Copy link
Author

raugert commented Feb 28, 2024

Yes, I forgot the newline after the TCP command. SORRY MY BAD :( It works now... but the behaviour is somewhat different than version 2.4.2 ! This is what threw me...

If I send a "Location x/x/x DOWN" command in version 3.2.2, I can only tigger the button once. It appears that it ignores subsequent "Down" commands until an "UP" command is sent to that button. This was not the case in 2.4.2. Sending an "UP" command after a "DOWN" command was not necessary. It took a while to figure this out, but now that I know the behaviour I can program things accordingly.

Using the Location x/x/x PRESS work fine as it actually sends both the "DOWN" and "UP" commands at the same time.

After all, this is not really a Bug but a change in behaviour from previous version.

@raugert raugert closed this as completed Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants