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] Set Raw Value results in an error in the Log #3008

Closed
2 tasks done
LikeThisReview opened this issue Aug 28, 2024 · 4 comments
Closed
2 tasks done

[BUG] Set Raw Value results in an error in the Log #3008

LikeThisReview opened this issue Aug 28, 2024 · 4 comments
Labels
area/expressions BUG Something isn't working

Comments

@LikeThisReview
Copy link

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

Action "Set Raw Value" results in an error in the Log:
Internal/Variables: Failed to execute expression "": Error: Unknown node "Compound"

The result of the action is OK though (the value is assigned to the custom variable)

Steps To Reproduce

  1. Create a button with Action Set Raw Value 2. Press the button 3. Check the Log

Expected Behavior

No error in the log

Environment (please complete the following information)

- OS: Mac OS latest
- Browser: Safari
- Companion Version: v3.3.1 stable

Additional context

No response

@LikeThisReview LikeThisReview added the BUG Something isn't working label Aug 28, 2024
@Julusian
Copy link
Member

Julusian commented Sep 2, 2024

This sounds to me like it isn't the action causing this, but somewhere using the variable which is failing.
I think that to be able to make any progress on this, I need to see the expression that is failing, it is definitely tripping up the parser in a way which I haven't expected

@Julusian
Copy link
Member

Julusian commented Sep 2, 2024

With that prefix in the log, that indicates the error came from the feedback Variable: Check boolean expression, so check for one of those which could be the one failing

@LikeThisReview
Copy link
Author

LikeThisReview commented Sep 2, 2024 via email

@Julusian
Copy link
Member

Closing this until it can be reproduced

@Julusian Julusian closed this as not planned Won't fix, can't repro, duplicate, stale Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/expressions BUG Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants