"invalid digit found in string while parsing with radix 16"
I'm trying to use the following expression in my rule:
There seems to be a problem with the following part - without it it works perfectly fine:
It also works if I replace it with a constant like this (but that doesn't really solve my issue):
The error I'm getting is:
1 Reply
For context I'm trying to set up a transform rule for image resizing and without that part it goes into an infinite loop for invalid images
I'm rewriting the path to:
Oh
The error message is a bit unintuitive