-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Frozen string #2465
Comments
That is an interesting error, it looks like its a know problem in jsonpath:. I don't think the jsonpath implementation we are using does not support the @Skarlso Would it be possible to improve the error message in @freet162 You can work around it by defining two rules, one for |
What the frek? 😱 I'll take a look and fix this ASAP. |
Oh crap. Yeah. I remember. Interesting |
Yeah that's a regex sytanx that jsonpath is not supporting unfortunately. It is supporting or statements in the for of |
By framenting description and title it does work, thanks. I used to do this way that why I did that |
@freet162 @dsander interestingly enough, actually JsonPath does provide regexing like this: I wonder why this didn't work? |
Oh... I see. But only in the query. This is about returning either of those fields. Sorry. |
Interesting. This might actually be a Ruby bug in 2.5. It looks like there might be a fix in 2.6 though. I mean the frozenerror. Not jsonpath failing tell you about unsupported characters. :) |
Nice, I think we could upgrade the docker containers and the manual installation guide to Ruby 2.6, we already run the tests against it on CI. |
@dsander Actually, don't bother. :D I found out that it's also being thrown in 2.1.9 but not as FrozenError but RuntimeError. FrozenError was added later on though but it's just a RuntimeError. I improved the error handling saying that what character caused it and that it is unsupported. |
Hi,
Using the trigger agent I have this issue:
My agent is the following:
Thanks a lot
Sincerely
The text was updated successfully, but these errors were encountered: