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

Using an unknown property in selectors gives: Error: error evaluating rule type: error selecting entity: result is unknown #4785

Open
jhrozek opened this issue Oct 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jhrozek
Copy link
Contributor

jhrozek commented Oct 21, 2024

I managed to use a property that does not exist in a selector and I received an error:

Error: error evaluating rule type: error selecting entity: result is unknown

This should not have happened, we should have at the very least have thrown a better error message. Ideally, though, the profile shouldn't have errored but we should have proceeded with the evaluation - the properties are not guaranteed to be there.

@jhrozek jhrozek added the bug Something isn't working label Oct 21, 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
None yet
Development

No branches or pull requests

1 participant