Closed insajd closed 5 years ago
Hmm, have to investigate this further. The expression you tried should actually be accepted.
Ok, having a string at the beginning of the expression is considered as invalid YAML by the parser. I'll change all examples to quote the whole expression, because what you used as a workaround is in fact working, but might be difficult to understand why for people not familiar with Python.
Hi, While writing this, got my issue solved. But here's what got me confused: Here is my config which was failing.
This is error log which I was receiving
These variants fail as well:
Approach which worked (found on Generic Actor documentation page):